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

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.TableOperation
          extended by org.apache.accumulo.core.util.shell.commands.OfflineCommand

public class OfflineCommand
extends TableOperation


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.util.shell.commands.TableOperation
optTableName, optTablePattern
 
Constructor Summary
OfflineCommand()
           
 
Method Summary
 String description()
           
protected  void doTableOp(Shell shellState, String tableName)
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.TableOperation
disableUnflaggedTableOptions, execute, force, getOptions, noForce, numArgs, registerCompletion, usage
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfflineCommand

public OfflineCommand()
Method Detail

description

public String description()
Overrides:
description in class TableOperation

doTableOp

protected void doTableOp(Shell shellState,
                         String tableName)
                  throws AccumuloException,
                         AccumuloSecurityException,
                         TableNotFoundException
Specified by:
doTableOp in class TableOperation
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.