Class InterpreterCommand
java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.ShellPluginConfigurationCommand
org.apache.accumulo.shell.commands.InterpreterCommand
Deprecated.
since 2.1.0 This will be removed in a future version
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.accumulo.shell.Shell.Command
Shell.Command.CompletionSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static Class<? extends ScanInterpreter>getCurrentInterpreter(String tableName, Shell shellState) Deprecated.Methods inherited from class org.apache.accumulo.shell.commands.ShellPluginConfigurationCommand
execute, getOptions, getPluginClass, numArgs, removePlugin, setPluginMethods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral, usage
-
Constructor Details
-
InterpreterCommand
public InterpreterCommand()Deprecated.
-
-
Method Details
-
description
Deprecated.- Specified by:
descriptionin classShell.Command
-
getCurrentInterpreter
public static Class<? extends ScanInterpreter> getCurrentInterpreter(String tableName, Shell shellState) Deprecated.
-