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 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 QueryIdMethods in io.trino.spi.security with parameters of type QueryIdModifier and TypeMethodDescriptiondefault voidSystemAccessControl.checkCanExecuteQuery(Identity identity, QueryId queryId) Checks if identity can execute a query.default voidSystemAccessControl.checkCanSetSystemSessionProperty(Identity identity, QueryId queryId, String propertyName) Check if identity is allowed to set the specified system property.Constructors in io.trino.spi.security with parameters of type QueryIdModifierConstructorDescriptionSystemSecurityContext(Identity identity, QueryId queryId, Instant queryStart) -
Uses of QueryId in io.trino.spi.spool
Methods in io.trino.spi.spool that return QueryIdModifier and TypeMethodDescriptionSpoolingContext.queryId()Returns the value of thequeryIdrecord component.Constructors in io.trino.spi.spool with parameters of type QueryIdModifierConstructorDescriptionSpoolingContext(String encoding, QueryId queryId, long rows, long size) Creates an instance of aSpoolingContextrecord class.