Class DebugCommand
java.lang.Object
org.apache.accumulo.shell.Shell.Command
org.apache.accumulo.shell.commands.DebugCommand
Deprecated.
since 2.0; this command shouldn't be used; users should configure debug logging with
their log configuration file instead
-
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.intDeprecated.intnumArgs()Deprecated.If the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method.usage()Deprecated.Methods inherited from class org.apache.accumulo.shell.Shell.Command
getName, getOptions, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
-
Constructor Details
-
DebugCommand
public DebugCommand()Deprecated.
-
-
Method Details
-
execute
Deprecated.- Specified by:
executein classShell.Command
-
description
Deprecated.- Specified by:
descriptionin classShell.Command
-
usage
Deprecated.- Overrides:
usagein classShell.Command
-
numArgs
public int numArgs()Deprecated.Description copied from class:Shell.CommandIf the number of arguments is not always zero (not including those arguments handled through Options), make sure to override theShell.Command.usage()method. Otherwise,Shell.Command.usage()does need to be overridden.- Specified by:
numArgsin classShell.Command
-