public static class QueryTrace.Event extends Object
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()The event description, that is which activity this event correspond to. | 
| InetAddress | getSource()Returns the address of the host having generated this event. | 
| int | getSourceElapsedMicros()Returns the number of microseconds elapsed on the source when this event
 occurred since when the source started handling the query. | 
| String | getThreadName()Returns the name of the thread on which this event occurred. | 
| long | getTimestamp()Returns the server side timestamp of the event. | 
| String | toString() | 
public String getDescription()
public long getTimestamp()
public InetAddress getSource()
public int getSourceElapsedMicros()
public String getThreadName()
Copyright © 2012–2017. All rights reserved.