org.apache.accumulo.core.util.shell
Class Shell.DeleteManyCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.Shell.ScanCommand
          extended by org.apache.accumulo.core.util.shell.Shell.DeleteManyCommand
Enclosing class:
Shell

public static class Shell.DeleteManyCommand
extends Shell.ScanCommand


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.Shell.ScanCommand
timestampOpt
 
Constructor Summary
Shell.DeleteManyCommand()
           
 
Method Summary
 java.lang.String description()
           
 int execute(java.lang.String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 org.apache.commons.cli.Options getOptions()
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.ScanCommand
fetchColumns, getAuths, getRange, numArgs, printRecords, setScanIterators
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell.DeleteManyCommand

public Shell.DeleteManyCommand()
Method Detail

execute

public int execute(java.lang.String fullCommand,
                   org.apache.commons.cli.CommandLine cl,
                   Shell shellState)
            throws AccumuloException,
                   AccumuloSecurityException,
                   TableNotFoundException,
                   java.io.IOException,
                   org.apache.commons.cli.ParseException
Overrides:
execute in class Shell.ScanCommand
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
java.io.IOException
org.apache.commons.cli.ParseException

description

public java.lang.String description()
Overrides:
description in class Shell.ScanCommand

getOptions

public org.apache.commons.cli.Options getOptions()
Overrides:
getOptions in class Shell.ScanCommand


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.