Class EmptyTieredShuffleMasterSnapshot

java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.EmptyTieredShuffleMasterSnapshot
All Implemented Interfaces:
Serializable, TieredShuffleMasterSnapshot

public class EmptyTieredShuffleMasterSnapshot extends Object implements TieredShuffleMasterSnapshot
A singleton implementation of TieredShuffleMasterSnapshot that represents an empty snapshot of tiered shuffle master.
See Also:
  • Constructor Details

    • EmptyTieredShuffleMasterSnapshot

      public EmptyTieredShuffleMasterSnapshot()
  • Method Details