| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.taskexecutor.slot |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<SlotAllocationSnapshot> |
NoOpSlotAllocationSnapshotPersistenceService.loadAllocationSnapshots() |
Collection<SlotAllocationSnapshot> |
FileSlotAllocationSnapshotPersistenceService.loadAllocationSnapshots() |
Collection<SlotAllocationSnapshot> |
SlotAllocationSnapshotPersistenceService.loadAllocationSnapshots()
Load all persisted slot allocation snapshots.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NoOpSlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot) |
void |
FileSlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot) |
void |
SlotAllocationSnapshotPersistenceService.persistAllocationSnapshot(SlotAllocationSnapshot slotAllocationSnapshot)
Persist the given slot allocation snapshot.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.