Uses of Interface
org.apache.flink.runtime.io.network.buffer.BufferPoolFactory
Packages that use BufferPoolFactory
Package
Description
-
Uses of BufferPoolFactory in org.apache.flink.runtime.io.network.buffer
Classes in org.apache.flink.runtime.io.network.buffer that implement BufferPoolFactoryModifier and TypeClassDescriptionclassThe 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 BufferPoolFactoryModifierConstructorDescriptionResultPartitionFactory(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)