Uses of Interface
org.apache.flink.runtime.taskexecutor.slot.SlotAllocationSnapshotPersistenceService
-
Packages that use SlotAllocationSnapshotPersistenceService Package Description org.apache.flink.runtime.taskexecutor org.apache.flink.runtime.taskexecutor.slot -
-
Uses of SlotAllocationSnapshotPersistenceService in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return SlotAllocationSnapshotPersistenceService Modifier and Type Method Description SlotAllocationSnapshotPersistenceServiceTaskManagerServices. getSlotAllocationSnapshotPersistenceService() -
Uses of SlotAllocationSnapshotPersistenceService in org.apache.flink.runtime.taskexecutor.slot
Classes in org.apache.flink.runtime.taskexecutor.slot that implement SlotAllocationSnapshotPersistenceService Modifier and Type Class Description classFileSlotAllocationSnapshotPersistenceServiceFile basedSlotAllocationSnapshotPersistenceServicethat persists theSlotAllocationSnapshotas local files.classNoOpSlotAllocationSnapshotPersistenceServiceSlotAllocationSnapshotPersistenceServicethat does nothing.
-