| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
Locality |
SimpleSlot.getLocality() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSlot.setLocality(Locality locality) |
| Modifier and Type | Method and Description |
|---|---|
static Locality |
Locality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locality[] |
Locality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSlot |
SlotSharingGroupAssignment.addSharedSlotAndAllocateSubSlot(SharedSlot sharedSlot,
Locality locality,
AbstractID groupId,
CoLocationConstraint constraint) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.