Class SetScanIterCommand
java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.SetIterCommand
org.apache.accumulo.shell.commands.SetScanIterCommand
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.accumulo.shell.commands.SetIterCommand
numArgs, setBaseOptions, setNamespacePropertiesMethods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
Constructor Details
-
SetScanIterCommand
public SetScanIterCommand()Deprecated.
-
-
Method Details
-
execute
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException, ShellCommandException, ContextClassLoaderFactory.ContextClassLoaderException Deprecated. -
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
Deprecated.- Overrides:
descriptionin classSetIterCommand
-
getOptions
public org.apache.commons.cli.Options getOptions()Deprecated.- Overrides:
getOptionsin classSetIterCommand
-