Uses of Class
io.trino.execution.QueryInfo
Packages that use QueryInfo
Package
Description
-
Uses of QueryInfo in io.trino.dispatcher
Methods in io.trino.dispatcher that return QueryInfoModifier and TypeMethodDescriptionFailedDispatchQuery.getFullQueryInfo()LocalDispatchQuery.getFullQueryInfo()Methods in io.trino.dispatcher that return types with arguments of type QueryInfo -
Uses of QueryInfo in io.trino.event
Methods in io.trino.event with parameters of type QueryInfo -
Uses of QueryInfo in io.trino.execution
Methods in io.trino.execution that return QueryInfoModifier and TypeMethodDescriptionManagedQueryExecution.getFullQueryInfo()QueryManager.getFullQueryInfo(QueryId queryId) SqlQueryManager.getFullQueryInfo(QueryId queryId) DataDefinitionExecution.getQueryInfo()QueryExecution.getQueryInfo()QueryPerformanceFetcher.getQueryInfo(QueryId queryId) SqlQueryExecution.getQueryInfo()QueryStateMachine.updateQueryInfo(Optional<StageInfo> stageInfo) Methods in io.trino.execution that return types with arguments of type QueryInfoMethod parameters in io.trino.execution with type arguments of type QueryInfoModifier and TypeMethodDescriptionvoidDataDefinitionExecution.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 QueryInfoModifierConstructorDescriptionBasicQueryInfo(QueryInfo queryInfo) ResultQueryInfo(QueryInfo queryInfo) -
Uses of QueryInfo in io.trino.server.testing
Methods in io.trino.server.testing that return QueryInfoMethod parameters in io.trino.server.testing with type arguments of type QueryInfoModifier and TypeMethodDescriptionvoidTestingTrinoServer.addFinalQueryInfoListener(QueryId queryId, StateMachine.StateChangeListener<QueryInfo> stateChangeListener)