Class SetScanIterCommand
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.Command
-
- org.apache.accumulo.shell.commands.SetIterCommand
-
- org.apache.accumulo.shell.commands.SetScanIterCommand
-
@Deprecated public class SetScanIterCommand extends SetIterCommand
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet
-
-
Constructor Summary
Constructors Constructor Description SetScanIterCommand()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Stringdescription()Deprecated.intexecute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)Deprecated.org.apache.commons.cli.OptionsgetOptions()Deprecated.protected voidsetTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)Deprecated.-
Methods inherited from class org.apache.accumulo.shell.commands.SetIterCommand
numArgs, setBaseOptions, setNamespaceProperties
-
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 AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException, ShellCommandException
Deprecated.- Overrides:
executein classSetIterCommand- Throws:
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionIOExceptionShellCommandException
-
setTableProperties
protected void setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name) throws AccumuloException, AccumuloSecurityException, ShellCommandException, TableNotFoundExceptionDeprecated.- Overrides:
setTablePropertiesin classSetIterCommand- Throws:
AccumuloExceptionAccumuloSecurityExceptionShellCommandExceptionTableNotFoundException
-
description
public String description()
Deprecated.- Overrides:
descriptionin classSetIterCommand
-
getOptions
public org.apache.commons.cli.Options getOptions()
Deprecated.- Overrides:
getOptionsin classSetIterCommand
-
-