org.apache.accumulo.core.util.shell.commands
Class SetShellIterCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.SetIterCommand
          extended by org.apache.accumulo.core.util.shell.commands.SetShellIterCommand

public class SetShellIterCommand
extends SetIterCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
SetShellIterCommand()
           
 
Method Summary
 String description()
           
 int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 org.apache.commons.cli.Options getOptions()
           
protected  void setTableProperties(org.apache.commons.cli.CommandLine cl, Shell shellState, int priority, Map<String,String> options, String classname, String name)
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.SetIterCommand
numArgs, setNamespaceProperties
 
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
 

Constructor Detail

SetShellIterCommand

public SetShellIterCommand()
Method Detail

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.