Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierConsumerAgent
Packages that use TierConsumerAgent
Package
Description
-
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 TierConsumerAgentModifier and TypeMethodDescriptionTierFactory.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 TierConsumerAgentModifier and TypeClassDescriptionclassThe 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 TierConsumerAgentModifier and TypeMethodDescriptionDiskTierFactory.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 TierConsumerAgentModifier and TypeClassDescriptionclassThe 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 TierConsumerAgentModifier and TypeMethodDescriptionMemoryTierFactory.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 TierConsumerAgentModifier and TypeClassDescriptionclassThe 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 TierConsumerAgentModifier and TypeMethodDescriptionRemoteTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs, List<TierShuffleDescriptor> shuffleDescriptors, TieredStorageNettyService nettyService)