Uses of Enum
org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
Packages that use BoundedBlockingSubpartitionType
Package
Description
-
Uses of BoundedBlockingSubpartitionType in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return BoundedBlockingSubpartitionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static BoundedBlockingSubpartitionType[]BoundedBlockingSubpartitionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.io.network.partition with parameters of type BoundedBlockingSubpartitionTypeModifierConstructorDescriptionResultPartitionFactory(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) -
Uses of BoundedBlockingSubpartitionType in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return BoundedBlockingSubpartitionTypeModifier and TypeMethodDescriptionNettyShuffleEnvironmentConfiguration.getBlockingSubpartitionType()Constructors in org.apache.flink.runtime.taskmanager with parameters of type BoundedBlockingSubpartitionTypeModifierConstructorDescriptionNettyShuffleEnvironmentConfiguration(int numNetworkBuffers, int networkBufferSize, int startingBufferSize, int partitionRequestInitialBackoff, int partitionRequestMaxBackoff, int partitionRequestListenerTimeout, int networkBuffersPerChannel, int floatingNetworkBuffersPerGate, Optional<Integer> maxRequiredBuffersPerGate, Duration requestSegmentsTimeout, boolean isNetworkDetailedMetrics, NettyConfig nettyConfig, String[] tempDirs, BoundedBlockingSubpartitionType blockingSubpartitionType, boolean batchShuffleCompressionEnabled, org.apache.flink.configuration.NettyShuffleEnvironmentOptions.CompressionCodec compressionCodec, int maxBuffersPerChannel, long batchShuffleReadMemoryBytes, int sortShuffleMinBuffers, int sortShuffleMinParallelism, BufferDebloatConfiguration debloatConfiguration, boolean connectionReuseEnabled, int maxOverdraftBuffersPerGate, TieredStorageConfiguration tieredStorageConfiguration)