Class DropTableCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.TableOperation
-
- org.apache.accumulo.shell.commands.DeleteTableCommand
-
- org.apache.accumulo.shell.commands.DropTableCommand
-
public class DropTableCommand extends DeleteTableCommand
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Field Summary
-
Fields inherited from class org.apache.accumulo.shell.commands.TableOperation
optNamespace, optTableName, optTablePattern
-
-
Constructor Summary
Constructors Constructor Description DropTableCommand()
-
Method Summary
-
Methods inherited from class org.apache.accumulo.shell.commands.DeleteTableCommand
description, doTableOp, execute, getOptions, pruneTables
-
Methods inherited from class org.apache.accumulo.shell.commands.TableOperation
disableUnflaggedTableOptions, force, noForce, numArgs, registerCompletion, usage
-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
-
-