Package org.apache.flink.runtime.shuffle
Class EmptyShuffleMasterSnapshot
java.lang.Object
org.apache.flink.runtime.shuffle.EmptyShuffleMasterSnapshot
- All Implemented Interfaces:
Serializable,ShuffleMasterSnapshot
A singleton implementation of
ShuffleMasterSnapshot that represents an empty snapshot of
shuffle master.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EmptyShuffleMasterSnapshotbooleanReturns whether the snapshot is incremental.
-
Constructor Details
-
EmptyShuffleMasterSnapshot
public EmptyShuffleMasterSnapshot()
-
-
Method Details
-
isIncremental
public boolean isIncremental()Description copied from interface:ShuffleMasterSnapshotReturns whether the snapshot is incremental.- Specified by:
isIncrementalin interfaceShuffleMasterSnapshot
-
getInstance
-