Uses of Class
io.trino.execution.QueryInfo
-
Packages that use QueryInfo Package Description io.trino.dispatcher io.trino.event io.trino.execution io.trino.server io.trino.server.testing -
-
Uses of QueryInfo in io.trino.dispatcher
Methods in io.trino.dispatcher that return QueryInfo Modifier and Type Method Description QueryInfoFailedDispatchQuery. getFullQueryInfo()QueryInfoLocalDispatchQuery. getFullQueryInfo()Methods in io.trino.dispatcher that return types with arguments of type QueryInfo Modifier and Type Method Description Optional<QueryInfo>DispatchManager. getFullQueryInfo(QueryId queryId) -
Uses of QueryInfo in io.trino.event
Methods in io.trino.event with parameters of type QueryInfo Modifier and Type Method Description voidQueryMonitor. queryCompletedEvent(QueryInfo queryInfo) -
Uses of QueryInfo in io.trino.execution
Methods in io.trino.execution that return QueryInfo Modifier and Type Method Description QueryInfoManagedQueryExecution. getFullQueryInfo()QueryInfoQueryManager. getFullQueryInfo(QueryId queryId)QueryInfoSqlQueryManager. getFullQueryInfo(QueryId queryId)QueryInfoDataDefinitionExecution. getQueryInfo()QueryInfoQueryExecution. getQueryInfo()QueryInfoQueryPerformanceFetcher. getQueryInfo(QueryId queryId)QueryInfoSqlQueryExecution. getQueryInfo()QueryInfoQueryStateMachine. updateQueryInfo(Optional<StageInfo> stageInfo)Methods in io.trino.execution that return types with arguments of type QueryInfo Modifier and Type Method Description Optional<QueryInfo>QueryStateMachine. getFinalQueryInfo()Method parameters in io.trino.execution with type arguments of type QueryInfo Modifier and Type Method Description voidDataDefinitionExecution. addFinalQueryInfoListener(StateMachine.StateChangeListener<QueryInfo> stateChangeListener)voidQueryExecution. addFinalQueryInfoListener(StateMachine.StateChangeListener<QueryInfo> stateChangeListener)Add a listener for the final query info.voidSqlQueryExecution. addFinalQueryInfoListener(StateMachine.StateChangeListener<QueryInfo> stateChangeListener)voidSqlQueryManager. addFinalQueryInfoListener(QueryId queryId, StateMachine.StateChangeListener<QueryInfo> stateChangeListener)voidQueryStateMachine. addQueryInfoStateChangeListener(StateMachine.StateChangeListener<QueryInfo> stateChangeListener)Add a listener for the final query info. -
Uses of QueryInfo in io.trino.server
Constructors in io.trino.server with parameters of type QueryInfo Constructor Description BasicQueryInfo(QueryInfo queryInfo) -
Uses of QueryInfo in io.trino.server.testing
Methods in io.trino.server.testing that return QueryInfo Modifier and Type Method Description QueryInfoTestingTrinoServer. getFullQueryInfo(QueryId queryId)Method parameters in io.trino.server.testing with type arguments of type QueryInfo Modifier and Type Method Description voidTestingTrinoServer. addFinalQueryInfoListener(QueryId queryId, StateMachine.StateChangeListener<QueryInfo> stateChangeListener)
-