Class SetShellIterCommand
java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.SetIterCommand
org.apache.accumulo.shell.commands.SetShellIterCommand
-
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
-
SetShellIterCommand
public SetShellIterCommand()
-
-
Method Details
-
execute
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException, ShellCommandException, ContextClassLoaderFactory.ContextClassLoaderException -
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, TableNotFoundException- Overrides:
setTablePropertiesin classSetIterCommand- Throws:
AccumuloExceptionAccumuloSecurityExceptionShellCommandExceptionTableNotFoundException
-
description
- Overrides:
descriptionin classSetIterCommand
-
getOptions
public org.apache.commons.cli.Options getOptions()- Overrides:
getOptionsin classSetIterCommand
-