org.apache.accumulo.core.util.shell.commands
Class SetShellIterCommand
java.lang.Object
org.apache.accumulo.core.util.shell.Shell.Command
org.apache.accumulo.core.util.shell.commands.SetIterCommand
org.apache.accumulo.core.util.shell.commands.SetShellIterCommand
public class SetShellIterCommand
- extends SetIterCommand
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command |
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetShellIterCommand
public SetShellIterCommand()
execute
public int execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState)
throws AccumuloException,
AccumuloSecurityException,
TableNotFoundException,
IOException,
ShellCommandException
- Overrides:
execute
in class SetIterCommand
- Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
IOException
ShellCommandException
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:
setTableProperties
in class SetIterCommand
- Throws:
AccumuloException
AccumuloSecurityException
ShellCommandException
TableNotFoundException
description
public String description()
- Overrides:
description
in class SetIterCommand
getOptions
public org.apache.commons.cli.Options getOptions()
- Overrides:
getOptions
in class SetIterCommand
Copyright © 2015 Apache Accumulo Project. All rights reserved.