| Package | Description |
|---|---|
| io.prestosql | |
| io.prestosql.event | |
| io.prestosql.metadata | |
| io.prestosql.server | |
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
static Session.SessionBuilder |
Session.builder(SessionPropertyManager sessionPropertyManager) |
Session |
SessionRepresentation.toSession(SessionPropertyManager sessionPropertyManager) |
Session |
SessionRepresentation.toSession(SessionPropertyManager sessionPropertyManager,
Map<String,String> extraCredentials) |
| Constructor and 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,
long startTime,
Map<String,String> systemProperties,
Map<CatalogName,Map<String,String>> connectorProperties,
Map<String,Map<String,String>> unprocessedCatalogProperties,
SessionPropertyManager sessionPropertyManager,
Map<String,String> preparedStatements) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
SessionPropertyManager |
Metadata.getSessionPropertyManager() |
SessionPropertyManager |
MetadataManager.getSessionPropertyManager() |
| Constructor and Description |
|---|
MetadataManager(FeaturesConfig featuresConfig,
TypeManager typeManager,
BlockEncodingSerde blockEncodingSerde,
SessionPropertyManager sessionPropertyManager,
SchemaPropertyManager schemaPropertyManager,
TablePropertyManager tablePropertyManager,
ColumnPropertyManager columnPropertyManager,
AnalyzePropertyManager analyzePropertyManager,
TransactionManager transactionManager) |
MetadataManager(FeaturesConfig featuresConfig,
TypeManager typeManager,
io.airlift.json.JsonCodec<ViewDefinition> viewCodec,
BlockEncodingSerde blockEncodingSerde,
SessionPropertyManager sessionPropertyManager,
SchemaPropertyManager schemaPropertyManager,
TablePropertyManager tablePropertyManager,
ColumnPropertyManager columnPropertyManager,
AnalyzePropertyManager analyzePropertyManager,
TransactionManager transactionManager) |
| Constructor and Description |
|---|
QuerySessionSupplier(TransactionManager transactionManager,
AccessControl accessControl,
SessionPropertyManager sessionPropertyManager,
SqlEnvironmentConfig config) |
TaskResource(TaskManager taskManager,
SessionPropertyManager sessionPropertyManager,
io.airlift.concurrent.BoundedExecutor responseExecutor,
ScheduledExecutorService timeoutExecutor) |
| Modifier and Type | Method and Description |
|---|---|
static Session.SessionBuilder |
TestingSession.testSessionBuilder(SessionPropertyManager sessionPropertyManager) |
Copyright © 2012–2019. All rights reserved.