Package org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
-
Class Summary Class Description TieredInternalShuffleMaster A wrapper internal shuffle master class for tiered storage.TieredResultPartition TieredResultPartitionappends 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.TieredResultPartitionFactory TieredResultPartitionFactorycontains the components to set up tiered storage.TierFactoryInitializer A class responsible for initializing and returning a list ofTierFactoryinstances based on the providedTieredStorageConfiguration.