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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()-
Methods inherited from class org.apache.accumulo.shell.commands.DeleteTableCommand
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
-
-
-
-
Method Detail
-
description
public String description()
- Overrides:
descriptionin classDeleteTableCommand
-
-