| Package | Description |
|---|---|
| io.prestosql | |
| io.prestosql.execution | |
| io.prestosql.server |
| Modifier and Type | Method and Description |
|---|---|
SessionRepresentation |
Session.toSessionRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
SessionRepresentation |
QueryInfo.getSession() |
| Constructor and Description |
|---|
QueryInfo(QueryId queryId,
SessionRepresentation session,
QueryState state,
MemoryPoolId memoryPool,
boolean scheduled,
URI self,
List<String> fieldNames,
String query,
QueryStats queryStats,
Optional<String> setCatalog,
Optional<String> setSchema,
Optional<String> setPath,
Map<String,String> setSessionProperties,
Set<String> resetSessionProperties,
Map<String,SelectedRole> setRoles,
Map<String,String> addedPreparedStatements,
Set<String> deallocatedPreparedStatements,
Optional<TransactionId> startedTransactionId,
boolean clearTransactionId,
String updateType,
Optional<StageInfo> outputStage,
ExecutionFailureInfo failureInfo,
ErrorCode errorCode,
List<PrestoWarning> warnings,
Set<Input> inputs,
Optional<Output> output,
boolean completeInfo,
Optional<ResourceGroupId> resourceGroupId) |
| Modifier and Type | Method and Description |
|---|---|
SessionRepresentation |
BasicQueryInfo.getSession() |
SessionRepresentation |
TaskUpdateRequest.getSession() |
| Constructor and Description |
|---|
BasicQueryInfo(QueryId queryId,
SessionRepresentation session,
Optional<ResourceGroupId> resourceGroupId,
QueryState state,
MemoryPoolId memoryPool,
boolean scheduled,
URI self,
String query,
BasicQueryStats queryStats,
ErrorType errorType,
ErrorCode errorCode) |
TaskUpdateRequest(SessionRepresentation session,
Map<String,String> extraCredentials,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputIds,
OptionalInt totalPartitions) |
Copyright © 2012–2019. All rights reserved.