org.apache.accumulo.core.util.shell.commands
public class OnlineCommand extends TableOperation
Shell.Command.CompletionSet
optNamespace, optTableName, optTablePattern
Constructor and Description |
---|
OnlineCommand() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
protected void |
doTableOp(Shell shellState,
String tableName) |
int |
execute(String fullCommand,
org.apache.commons.cli.CommandLine cl,
Shell shellState) |
org.apache.commons.cli.Options |
getOptions() |
disableUnflaggedTableOptions, force, noForce, numArgs, pruneTables, registerCompletion, usage
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
public String description()
description
in class TableOperation
protected void doTableOp(Shell shellState, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException
doTableOp
in class TableOperation
AccumuloException
AccumuloSecurityException
TableNotFoundException
public int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState) throws Exception
execute
in class TableOperation
Exception
public org.apache.commons.cli.Options getOptions()
getOptions
in class TableOperation
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.