Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierProducerAgent
Packages that use TierProducerAgent
Package
Description
-
Uses of TierProducerAgent in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Constructor parameters in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with type arguments of type TierProducerAgentModifierConstructorDescriptionTieredStorageProducerClient(int numSubpartitions, boolean isBroadcastOnly, BufferAccumulator bufferAccumulator, BufferCompressor bufferCompressor, List<TierProducerAgent> tierProducerAgents) -
Uses of TierProducerAgent 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 TierProducerAgentModifier and TypeMethodDescriptionTierFactory.createProducerAgent(int numPartitions, int numSubpartitions, TieredStoragePartitionId partitionID, String dataFileBasePath, boolean isBroadcastOnly, TieredStorageMemoryManager storageMemoryManager, TieredStorageNettyService nettyService, TieredStorageResourceRegistry resourceRegistry, BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, List<TierShuffleDescriptor> shuffleDescriptors, int maxRequestedBuffer, BufferCompressor bufferCompressor) Creates the producer-side agent of a Tier. -
Uses of TierProducerAgent 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 TierProducerAgentMethods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that return TierProducerAgentModifier and TypeMethodDescriptionDiskTierFactory.createProducerAgent(int numPartitions, int numSubpartitions, TieredStoragePartitionId partitionId, String dataFileBasePath, boolean isBroadcastOnly, TieredStorageMemoryManager storageMemoryManager, TieredStorageNettyService nettyService, TieredStorageResourceRegistry resourceRegistry, BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, List<TierShuffleDescriptor> shuffleDescriptors, int maxRequestedBuffers, BufferCompressor bufferCompressor) -
Uses of TierProducerAgent 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 TierProducerAgentMethods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that return TierProducerAgentModifier and TypeMethodDescriptionMemoryTierFactory.createProducerAgent(int numPartitions, int numSubpartitions, TieredStoragePartitionId partitionID, String dataFileBasePath, boolean isBroadcastOnly, TieredStorageMemoryManager memoryManager, TieredStorageNettyService nettyService, TieredStorageResourceRegistry resourceRegistry, BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, List<TierShuffleDescriptor> shuffleDescriptors, int maxRequestedBuffers, BufferCompressor bufferCompressor) -
Uses of TierProducerAgent 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 TierProducerAgentModifier and TypeClassDescriptionclassThe implementation ofTierProducerAgentfor the remote tier.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that return TierProducerAgentModifier and TypeMethodDescriptionRemoteTierFactory.createProducerAgent(int numPartitions, int numSubpartitions, TieredStoragePartitionId partitionID, String dataFileBasePath, boolean isBroadcastOnly, TieredStorageMemoryManager storageMemoryManager, TieredStorageNettyService nettyService, TieredStorageResourceRegistry resourceRegistry, BatchShuffleReadBufferPool bufferPool, ScheduledExecutorService ioExecutor, List<TierShuffleDescriptor> shuffleDescriptors, int maxRequestedBuffers, BufferCompressor bufferCompressor)