| Package | Description |
|---|---|
| io.prestosql.execution | |
| io.prestosql.execution.scheduler | |
| io.prestosql.server | |
| io.prestosql.server.remotetask |
| Modifier and Type | Method and Description |
|---|---|
StageId |
StageStateMachine.getStageId() |
StageId |
TaskId.getStageId() |
StageId |
SqlStageExecution.getStageId() |
StageId |
StageInfo.getStageId() |
static StageId |
StageId.valueOf(List<String> ids) |
static StageId |
StageId.valueOf(String stageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExecution.cancelStage(StageId stageId) |
void |
SqlQueryExecution.cancelStage(StageId stageId) |
void |
SqlQueryManager.cancelStage(StageId stageId) |
void |
QueryManager.cancelStage(StageId stageId)
Attempts to cancel the stage and continue the query.
|
void |
DataDefinitionExecution.cancelStage(StageId stageId) |
static SqlStageExecution |
SqlStageExecution.createSqlStageExecution(StageId stageId,
URI location,
PlanFragment fragment,
RemoteTaskFactory remoteTaskFactory,
Session session,
boolean summarizeTaskInfo,
NodeTaskMap nodeTaskMap,
ExecutorService executor,
FailureDetector failureDetector,
SplitSchedulerStats schedulerStats) |
URI |
LocationFactory.createStageLocation(StageId stageId) |
| Constructor and Description |
|---|
StageInfo(StageId stageId,
StageState state,
URI self,
PlanFragment plan,
List<Type> types,
StageStats stageStats,
List<TaskInfo> tasks,
List<StageInfo> subStages,
ExecutionFailureInfo failureCause) |
StageStateMachine(StageId stageId,
URI location,
Session session,
PlanFragment fragment,
ExecutorService executor,
SplitSchedulerStats schedulerStats) |
TaskId(StageId stageId,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlQueryScheduler.cancelStage(StageId stageId) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResource.cancelStage(StageId stageId) |
void |
StageResource.cancelStage(StageId stageId) |
| Modifier and Type | Method and Description |
|---|---|
URI |
HttpLocationFactory.createStageLocation(StageId stageId) |
Copyright © 2012–2019. All rights reserved.