Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshot
Packages that use SlotAllocationSnapshot
-
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 SlotAllocationSnapshotModifier and TypeMethodDescriptionFileSlotAllocationSnapshotPersistenceService.loadAllocationSnapshots()NoOpSlotAllocationSnapshotPersistenceService.loadAllocationSnapshots()SlotAllocationSnapshotPersistenceService.loadAllocationSnapshots()Load all persisted slot allocation snapshots.Methods in org.apache.flink.runtime.taskexecutor.slot with parameters of type SlotAllocationSnapshotModifier and TypeMethodDescriptionvoidFileSlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot) voidNoOpSlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot) voidSlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot) Persist the given slot allocation snapshot.