Class DeleteManyCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.ScanCommand
-
- org.apache.accumulo.shell.commands.DeleteManyCommand
-
public class DeleteManyCommand extends ScanCommand
-
-
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.ScanCommand
profileOpt, timestampOpt
-
-
Constructor Summary
Constructors Constructor Description DeleteManyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()intexecute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)org.apache.commons.cli.OptionsgetOptions()-
Methods inherited from class org.apache.accumulo.shell.commands.ScanCommand
addScanIterators, fetchColumns, getAuths, getConsistency, getFormatter, getInterpreter, getOutputFile, getRange, getTimeout, getUseSample, numArgs, printRecords, setupSampling
-
Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
-
-
-
Method Detail
-
execute
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws Exception
- Overrides:
executein classScanCommand- Throws:
Exception
-
description
public String description()
- Overrides:
descriptionin classScanCommand
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Overrides:
getOptionsin classScanCommand
-
-