Uses of Interface
org.apache.flink.runtime.io.network.buffer.BufferPoolFactory
-
Packages that use BufferPoolFactory Package Description org.apache.flink.runtime.io.network.buffer org.apache.flink.runtime.io.network.partition -
-
Uses of BufferPoolFactory in org.apache.flink.runtime.io.network.buffer
Classes in org.apache.flink.runtime.io.network.buffer that implement BufferPoolFactory Modifier and Type Class Description classNetworkBufferPoolThe NetworkBufferPool is a fixed size pool ofMemorySegmentinstances for the network stack. -
Uses of BufferPoolFactory in org.apache.flink.runtime.io.network.partition
Constructors in org.apache.flink.runtime.io.network.partition with parameters of type BufferPoolFactory Constructor Description ResultPartitionFactory(ResultPartitionManager partitionManager, FileChannelManager channelManager, BufferPoolFactory bufferPoolFactory, BatchShuffleReadBufferPool batchShuffleReadBufferPool, ScheduledExecutorService batchShuffleReadIOExecutor, BoundedBlockingSubpartitionType blockingSubpartitionType, int configuredNetworkBuffersPerChannel, int floatingNetworkBuffersPerGate, int networkBufferSize, int startingBufferSize, boolean batchShuffleCompressionEnabled, org.apache.flink.configuration.NettyShuffleEnvironmentOptions.CompressionCodec compressionCodec, int maxBuffersPerChannel, int sortShuffleMinBuffers, int sortShuffleMinParallelism, boolean sslEnabled, int maxOverdraftBuffersPerGate, TieredResultPartitionFactory tieredResultPartitionFactory)
-