java.lang.Object
org.apache.flink.runtime.io.network.partition.ResultPartition
org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle.TieredResultPartition
All Implemented Interfaces:
AutoCloseable, AvailabilityProvider, ResultPartitionWriter

public class TieredResultPartition extends ResultPartition
TieredResultPartition appends records and events to the tiered storage, which supports the upstream dynamically switches storage tier for writing shuffle data, and the downstream will read data from the relevant tier.