org.apache.accumulo.core.trace
Class TraceDump

java.lang.Object
  extended by org.apache.accumulo.core.trace.TraceDump

public class TraceDump
extends Object


Nested Class Summary
static interface TraceDump.Printer
           
 
Field Summary
static org.apache.commons.cli.Option DUMP_TRACE
           
static org.apache.commons.cli.Option END_TIME
           
static org.apache.commons.cli.Option INSTANCE_URL
           
static org.apache.commons.cli.Option LIST_SPANS
           
static org.apache.commons.cli.Option START_TIME
           
static String TRACE_TABLE
           
 
Constructor Summary
TraceDump()
           
 
Method Summary
static InstanceUserPassword getInstance(org.apache.commons.cli.CommandLine commandLine)
           
static void main(String[] args)
           
static int printTrace(Scanner scanner, TraceDump.Printer out)
           
static List<RemoteSpan> sortByStart(Collection<RemoteSpan> spans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_SPANS

public static final org.apache.commons.cli.Option LIST_SPANS

START_TIME

public static final org.apache.commons.cli.Option START_TIME

END_TIME

public static final org.apache.commons.cli.Option END_TIME

DUMP_TRACE

public static final org.apache.commons.cli.Option DUMP_TRACE

INSTANCE_URL

public static final org.apache.commons.cli.Option INSTANCE_URL

TRACE_TABLE

public static final String TRACE_TABLE
See Also:
Constant Field Values
Constructor Detail

TraceDump

public TraceDump()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getInstance

public static InstanceUserPassword getInstance(org.apache.commons.cli.CommandLine commandLine)

sortByStart

public static List<RemoteSpan> sortByStart(Collection<RemoteSpan> spans)

printTrace

public static int printTrace(Scanner scanner,
                             TraceDump.Printer out)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.