Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
-
Packages that use SlotAllocationSnapshot Package Description org.apache.flink.runtime.taskexecutor.slot -
-
Uses of SlotAllocationSnapshot in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return types with arguments of type SlotAllocationSnapshot Modifier and Type Method Description Collection<SlotAllocationSnapshot>FileSlotAllocationSnapshotPersistenceService. loadAllocationSnapshots()Collection<SlotAllocationSnapshot>NoOpSlotAllocationSnapshotPersistenceService. loadAllocationSnapshots()Collection<SlotAllocationSnapshot>SlotAllocationSnapshotPersistenceService. loadAllocationSnapshots()Load all persisted slot allocation snapshots.Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type SlotAllocationSnapshot Modifier and Type Method Description voidFileSlotAllocationSnapshotPersistenceService. persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot)voidNoOpSlotAllocationSnapshotPersistenceService. persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot)voidSlotAllocationSnapshotPersistenceService. persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot)Persist the given slot allocation snapshot.
-