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

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.SetScanIterCommand

public class SetScanIterCommand
extends SetIterCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
SetScanIterCommand()
           
 
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
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetScanIterCommand

public SetScanIterCommand()
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 © 2013 Apache Accumulo Project. All Rights Reserved.