Uses of Class
io.trino.metadata.SessionPropertyManager
-
Packages that use SessionPropertyManager Package Description io.trino io.trino.event io.trino.metadata io.trino.server io.trino.testing -
-
Uses of SessionPropertyManager in io.trino
Methods in io.trino 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.trino 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, ProtocolHeaders protocolHeaders) -
Uses of SessionPropertyManager in io.trino.event
Constructors in io.trino.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.trino.metadata
Methods in io.trino.metadata that return SessionPropertyManager Modifier and Type Method Description SessionPropertyManagerMetadata. getSessionPropertyManager()SessionPropertyManagerMetadataManager. getSessionPropertyManager()Constructors in io.trino.metadata with parameters of type SessionPropertyManager Constructor Description MetadataManager(FeaturesConfig featuresConfig, SessionPropertyManager sessionPropertyManager, SchemaPropertyManager schemaPropertyManager, TablePropertyManager tablePropertyManager, MaterializedViewPropertyManager materializedViewPropertyManager, ColumnPropertyManager columnPropertyManager, AnalyzePropertyManager analyzePropertyManager, TransactionManager transactionManager, TypeOperators typeOperators, BlockTypeOperators blockTypeOperators, NodeVersion nodeVersion) -
Uses of SessionPropertyManager in io.trino.server
Constructors in io.trino.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.trino.testing
Methods in io.trino.testing with parameters of type SessionPropertyManager Modifier and Type Method Description static Session.SessionBuilderTestingSession. testSessionBuilder(SessionPropertyManager sessionPropertyManager)
-