Uses of Class
io.prestosql.metadata.SessionPropertyManager
-
Packages that use SessionPropertyManager Package Description io.prestosql io.prestosql.event io.prestosql.metadata io.prestosql.server io.prestosql.testing -
-
Uses of SessionPropertyManager in io.prestosql
Methods in io.prestosql with parameters of type SessionPropertyManager Modifier and Type Method Description static Session.SessionBuilderSession. builder(SessionPropertyManager sessionPropertyManager)SessionSessionRepresentation. toSession(SessionPropertyManager sessionPropertyManager)SessionSessionRepresentation. toSession(SessionPropertyManager sessionPropertyManager, Map<String,String> extraCredentials)Constructors in io.prestosql with parameters of type SessionPropertyManager Constructor Description FullConnectorSession(Session session, ConnectorIdentity identity, Map<String,String> properties, CatalogName catalogName, String catalog, SessionPropertyManager sessionPropertyManager)Session(QueryId queryId, Optional<TransactionId> transactionId, boolean clientTransactionSupport, Identity identity, Optional<String> source, Optional<String> catalog, Optional<String> schema, SqlPath path, Optional<String> traceToken, TimeZoneKey timeZoneKey, Locale locale, Optional<String> remoteUserAddress, Optional<String> userAgent, Optional<String> clientInfo, Set<String> clientTags, Set<String> clientCapabilities, ResourceEstimates resourceEstimates, Instant start, Map<String,String> systemProperties, Map<CatalogName,Map<String,String>> connectorProperties, Map<String,Map<String,String>> unprocessedCatalogProperties, SessionPropertyManager sessionPropertyManager, Map<String,String> preparedStatements) -
Uses of SessionPropertyManager in io.prestosql.event
Constructors in io.prestosql.event with parameters of type SessionPropertyManager Constructor Description QueryMonitor(io.airlift.json.JsonCodec<StageInfo> stageInfoCodec, io.airlift.json.JsonCodec<OperatorStats> operatorStatsCodec, io.airlift.json.JsonCodec<ExecutionFailureInfo> executionFailureInfoCodec, io.airlift.json.JsonCodec<StatsAndCosts> statsAndCostsCodec, EventListenerManager eventListenerManager, io.airlift.node.NodeInfo nodeInfo, NodeVersion nodeVersion, SessionPropertyManager sessionPropertyManager, Metadata metadata, QueryMonitorConfig config) -
Uses of SessionPropertyManager in io.prestosql.metadata
Methods in io.prestosql.metadata that return SessionPropertyManager Modifier and Type Method Description SessionPropertyManagerMetadata. getSessionPropertyManager()SessionPropertyManagerMetadataManager. getSessionPropertyManager()Constructors in io.prestosql.metadata with parameters of type SessionPropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators) -
Uses of SessionPropertyManager in io.prestosql.server
Constructors in io.prestosql.server with parameters of type SessionPropertyManager Constructor Description QuerySessionSupplier(TransactionManager transactionManager, AccessControl accessControl, SessionPropertyManager sessionPropertyManager, SqlEnvironmentConfig config)TaskResource(TaskManager taskManager, SessionPropertyManager sessionPropertyManager, io.airlift.concurrent.BoundedExecutor responseExecutor, ScheduledExecutorService timeoutExecutor) -
Uses of SessionPropertyManager in io.prestosql.testing
Methods in io.prestosql.testing with parameters of type SessionPropertyManager Modifier and Type Method Description static Session.SessionBuilderTestingSession. testSessionBuilder(SessionPropertyManager sessionPropertyManager)
-