| Package | Description |
|---|---|
| io.prestosql.execution.scheduler |
| Modifier and Type | Method and Description |
|---|---|
ScheduleResult.BlockedReason |
ScheduleResult.BlockedReason.combineWith(ScheduleResult.BlockedReason other) |
static ScheduleResult.BlockedReason |
ScheduleResult.BlockedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleResult.BlockedReason[] |
ScheduleResult.BlockedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ScheduleResult.BlockedReason> |
ScheduleResult.getBlockedReason() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleResult.BlockedReason |
ScheduleResult.BlockedReason.combineWith(ScheduleResult.BlockedReason other) |
| Constructor and Description |
|---|
ScheduleResult(boolean finished,
Iterable<? extends RemoteTask> newTasks,
com.google.common.util.concurrent.ListenableFuture<?> blocked,
ScheduleResult.BlockedReason blockedReason,
int splitsScheduled) |
Copyright © 2012–2019. All rights reserved.