| Package | Description |
|---|---|
| org.apache.flink.runtime.instance |
| Modifier and Type | Class and Description |
|---|---|
class |
SharedSlot
This class represents a shared slot.
|
class |
SimpleSlot
Class which represents a single slot on a machine or within a shared slot.
|
| Modifier and Type | Field and Description |
|---|---|
protected static AtomicIntegerFieldUpdater<Slot> |
Slot.STATUS_UPDATER |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
Set<Slot> |
SharedSlot.getSubSlots() |
| Modifier and Type | Method and Description |
|---|---|
int |
SharedSlot.freeSubSlot(Slot slot)
Removes the simple slot from the
SharedSlot. |
boolean |
Instance.returnAllocatedSlot(Slot slot) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.