public class QueryState
extends java.lang.Object
Constructor and Description |
---|
QueryState(ClientState clientState) |
Modifier and Type | Method and Description |
---|---|
void |
createTracingSession() |
static QueryState |
forInternalCalls() |
ClientState |
getClientState() |
Frame |
getSourceFrame() |
long |
getTimestamp()
This clock guarantees that updates for the same QueryState will be ordered
in the sequence seen, even if multiple updates happen in the same millisecond.
|
void |
prepareTracingSession(java.util.UUID sessionId) |
void |
setSourceFrame(Frame sourceFrame) |
boolean |
traceNextQuery() |
public QueryState(ClientState clientState)
public static QueryState forInternalCalls()
public ClientState getClientState()
public long getTimestamp()
public Frame getSourceFrame()
public void setSourceFrame(Frame sourceFrame)
public boolean traceNextQuery()
public void prepareTracingSession(java.util.UUID sessionId)
public void createTracingSession()
Copyright © 2014 The Apache Software Foundation