Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
-
-
Uses of TierConsumerAgent in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier that return TierConsumerAgent Modifier and Type Method Description TierConsumerAgentTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)Creates the consumer-side agent of a Tier. -
Uses of TierConsumerAgent in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that implement TierConsumerAgent Modifier and Type Class Description classDiskTierConsumerAgentThe data client is used to fetch data from disk tier.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that return TierConsumerAgent Modifier and Type Method Description TierConsumerAgentDiskTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService) -
Uses of TierConsumerAgent in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that implement TierConsumerAgent Modifier and Type Class Description classMemoryTierConsumerAgentThe data client is used to fetch data from memory tier.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that return TierConsumerAgent Modifier and Type Method Description TierConsumerAgentMemoryTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService) -
Uses of TierConsumerAgent in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that implement TierConsumerAgent Modifier and Type Class Description classRemoteTierConsumerAgentThe data client is used to fetch data from remote tier.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that return TierConsumerAgent Modifier and Type Method Description TierConsumerAgentRemoteTierFactory. createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)
-