public static interface QueryTracker.TrackedQuery
Modifier and Type | Method and Description |
---|---|
void |
fail(Throwable cause) |
org.joda.time.DateTime |
getCreateTime() |
Optional<org.joda.time.DateTime> |
getEndTime() |
Optional<org.joda.time.DateTime> |
getExecutionStartTime() |
org.joda.time.DateTime |
getLastHeartbeat() |
QueryId |
getQueryId() |
Session |
getSession() |
boolean |
isDone() |
void |
pruneInfo() |
QueryId getQueryId()
boolean isDone()
Session getSession()
org.joda.time.DateTime getCreateTime()
Optional<org.joda.time.DateTime> getExecutionStartTime()
org.joda.time.DateTime getLastHeartbeat()
Optional<org.joda.time.DateTime> getEndTime()
void fail(Throwable cause)
void pruneInfo()
Copyright © 2012–2019. All rights reserved.