Package io.trino.dispatcher
Interface DispatchQuery
- All Superinterfaces:
ManagedQueryExecution,QueryTracker.TrackedQuery
- All Known Implementing Classes:
FailedDispatchQuery,LocalDispatchQuery
-
Method Summary
Methods inherited from interface io.trino.execution.ManagedQueryExecution
addStateChangeListener, fail, getBasicQueryInfo, getErrorCode, getFullQueryInfo, getSession, getState, getTotalCpuTime, getTotalMemoryReservation, getUserMemoryReservation, isDone, startWaitingForResourcesMethods inherited from interface io.trino.execution.QueryTracker.TrackedQuery
fail, getCreateTime, getEndTime, getExecutionStartTime, getLastHeartbeat, getPlanningTime, getQueryId, getSession, isDone, pruneInfo
-
Method Details
-
recordHeartbeat
void recordHeartbeat() -
getDispatchedFuture
com.google.common.util.concurrent.ListenableFuture<Void> getDispatchedFuture() -
getDispatchInfo
DispatchInfo getDispatchInfo() -
cancel
void cancel()
-