| Package | Description |
|---|---|
| com.facebook.presto.spi.resourceGroups |
| Modifier and Type | Method and Description |
|---|---|
SchedulingPolicy |
ResourceGroup.getSchedulingPolicy() |
static SchedulingPolicy |
SchedulingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPolicy[] |
SchedulingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceGroup.setSchedulingPolicy(SchedulingPolicy policy)
Scheduling policy to use when dividing resources among child resource groups,
or among queries submitted to this group.
|
Copyright © 2012–2022. All rights reserved.