public interface TraceEvent
QueryTrace
.Modifier and Type | Method and Description |
---|---|
String |
getActivity()
Which activity this event corresponds to.
|
InetAddress |
getSource()
The IP of the host having generated this event.
|
int |
getSourceElapsedMicros()
The number of microseconds elapsed on the source when this event occurred since the moment when
the source started handling the query.
|
String |
getThreadName()
The name of the thread on which this event occurred.
|
long |
getTimestamp()
The server-side timestamp of the event.
|
@Nullable String getActivity()
long getTimestamp()
@Nullable InetAddress getSource()
int getSourceElapsedMicros()
@Nullable String getThreadName()
Copyright © 2017–2019. All rights reserved.