Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.TierProducerAgent
-
-
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 TierProducerAgent Constructor Description TieredStorageProducerClient(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 TierProducerAgent Modifier and Type Method Description TierProducerAgentTierFactory. 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 TierProducerAgent Modifier and Type Class Description classDiskTierProducerAgentThe disk tier implementation ofTierProducerAgent.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.disk that return TierProducerAgent Modifier and Type Method Description TierProducerAgentDiskTierFactory. 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 TierProducerAgent Modifier and Type Class Description classMemoryTierProducerAgentThe memory tier implementation ofTierProducerAgent.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.memory that return TierProducerAgent Modifier and Type Method Description TierProducerAgentMemoryTierFactory. 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 TierProducerAgent Modifier and Type Class Description classRemoteTierProducerAgentThe implementation ofTierProducerAgentfor the remote tier.Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.tier.remote that return TierProducerAgent Modifier and Type Method Description TierProducerAgentRemoteTierFactory. 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)
-