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

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.DebugCommand
          extended by org.apache.accumulo.core.util.shell.commands.TraceCommand

public class TraceCommand
extends DebugCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Constructor Summary
TraceCommand()
           
 
Method Summary
 String description()
           
 int execute(String fullCommand, org.apache.commons.cli.CommandLine cl, Shell shellState)
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.DebugCommand
numArgs, registerCompletion, usage
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptions, getOptionsWithHelp, printHelp, printHelp, registerCompletionForCommands, registerCompletionForNamespaces, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceCommand

public TraceCommand()
Method Detail

execute

public int execute(String fullCommand,
                   org.apache.commons.cli.CommandLine cl,
                   Shell shellState)
            throws IOException
Overrides:
execute in class DebugCommand
Throws:
IOException

description

public String description()
Overrides:
description in class DebugCommand


Copyright © 2015 Apache Accumulo Project. All rights reserved.