Uses of Interface
io.prestosql.server.SessionSupplier
-
Packages that use SessionSupplier Package Description io.prestosql.dispatcher io.prestosql.server -
-
Uses of SessionSupplier in io.prestosql.dispatcher
Constructors in io.prestosql.dispatcher with parameters of type SessionSupplier Constructor Description DispatchManager(QueryIdGenerator queryIdGenerator, QueryPreparer queryPreparer, ResourceGroupManager<?> resourceGroupManager, DispatchQueryFactory dispatchQueryFactory, FailedDispatchQueryFactory failedDispatchQueryFactory, TransactionManager transactionManager, AccessControl accessControl, SessionSupplier sessionSupplier, SessionPropertyDefaults sessionPropertyDefaults, QueryManagerConfig queryManagerConfig, DispatchExecutor dispatchExecutor) -
Uses of SessionSupplier in io.prestosql.server
Classes in io.prestosql.server that implement SessionSupplier Modifier and Type Class Description classNoOpSessionSupplierUsed on workers.classQuerySessionSupplier
-