org.apache.cassandra.service
Class QueryState
java.lang.Object
org.apache.cassandra.service.QueryState
public class QueryState
- extends java.lang.Object
Represents the state related to a given query.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryState
public QueryState(ClientState clientState)
getClientState
public ClientState getClientState()
getTimestamp
public 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.
traceNextQuery
public boolean traceNextQuery()
prepareTracingSession
public void prepareTracingSession(java.util.UUID sessionId)
createTracingSession
public void createTracingSession()
Copyright © 2012 The Apache Software Foundation