Uses of Class
io.trino.spi.QueryId
Packages that use QueryId
Package
Description
-
Uses of QueryId in io.trino.spi
Methods in io.trino.spi that return QueryId -
Uses of QueryId in io.trino.spi.connector
Methods in io.trino.spi.connector that return QueryIdConstructors in io.trino.spi.connector with parameters of type QueryIdModifierConstructorDescriptionConnectorSecurityContext(ConnectorTransactionHandle transactionHandle, ConnectorIdentity identity, QueryId queryId) -
Uses of QueryId in io.trino.spi.exchange
Methods in io.trino.spi.exchange that return QueryIdConstructors in io.trino.spi.exchange with parameters of type QueryId -
Uses of QueryId in io.trino.spi.memory
Methods in io.trino.spi.memory that return types with arguments of type QueryIdModifier and TypeMethodDescriptionMemoryPoolInfo.getQueryMemoryAllocations()MemoryPoolInfo.getQueryMemoryReservations()MemoryPoolInfo.getQueryMemoryRevocableReservations()Constructor parameters in io.trino.spi.memory with type arguments of type QueryIdModifierConstructorDescriptionMemoryPoolInfo(long maxBytes, long reservedBytes, long reservedRevocableBytes, Map<QueryId, Long> queryMemoryReservations, Map<QueryId, List<MemoryAllocation>> queryMemoryAllocations, Map<QueryId, Long> queryMemoryRevocableReservations, Map<String, Long> taskMemoryReservations, Map<String, Long> taskMemoryRevocableReservations) -
Uses of QueryId in io.trino.spi.security
Methods in io.trino.spi.security that return QueryIdConstructors in io.trino.spi.security with parameters of type QueryIdModifierConstructorDescriptionSystemSecurityContext(Identity identity, QueryId queryId, Instant queryStart)