org.apache.accumulo.core.util.shell.commands
Class DropTableCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.TableOperation
          extended by org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
              extended by org.apache.accumulo.core.util.shell.commands.DropTableCommand

public class DropTableCommand
extends DeleteTableCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.util.shell.commands.TableOperation
optNamespace, optTableName, optTablePattern
 
Constructor Summary
DropTableCommand()
           
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.DeleteTableCommand
description, doTableOp, execute, getOptions, pruneTables
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.TableOperation
disableUnflaggedTableOptions, force, noForce, numArgs, registerCompletion, usage
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropTableCommand

public DropTableCommand()


Copyright © 2015 Apache Accumulo Project. All rights reserved.