Class TieredInternalShuffleMasterSnapshot
java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredInternalShuffleMasterSnapshot
- All Implemented Interfaces:
Serializable,ShuffleMasterSnapshot
The internal
ShuffleMasterSnapshot for hybrid shuffle. This bump shuffle descriptors and
all tiers snapshot.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTieredInternalShuffleMasterSnapshot(Map<ResultPartitionID, ShuffleDescriptor> shuffleDescriptors, AllTieredShuffleMasterSnapshots allTierSnapshots) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the snapshot is incremental.
-
Constructor Details
-
TieredInternalShuffleMasterSnapshot
public TieredInternalShuffleMasterSnapshot(Map<ResultPartitionID, ShuffleDescriptor> shuffleDescriptors, AllTieredShuffleMasterSnapshots allTierSnapshots)
-
-
Method Details
-
getShuffleDescriptors
-
getAllTierSnapshots
-
isIncremental
public boolean isIncremental()Description copied from interface:ShuffleMasterSnapshotReturns whether the snapshot is incremental.- Specified by:
isIncrementalin interfaceShuffleMasterSnapshot
-