Package org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
-
Interface Summary Interface Description TierConsumerAgent TheTierConsumerAgent
is the consumer agent of each tier in tiered store, which could read data from responding tier.TierFactory A factory that creates all the components of a tier.TierMasterAgent The master-side agent of a Tier.TierProducerAgent The producer-side agent of a Tier.TierShuffleDescriptor TheTierShuffleDescriptor
interface is the shuffle descriptor for a single tier.TierShuffleHandler A handler to process the call back result from each tier, the callbacks can be some events, some errors, some exceptions, etc. -
Class Summary Class Description NoOpMasterAgent The empty implementation forTierMasterAgent
.NoOpTierShuffleDescriptor The empty implementation forTierShuffleDescriptor
.UnknownTierShuffleDescriptor This is a placeholder when the tier shuffle descriptor should be unknown because the netty shuffle descriptor is unknown.