Uses of Class
org.apache.flink.runtime.io.network.partition.BoundedBlockingSubpartitionType
-
Packages that use BoundedBlockingSubpartitionType Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.taskmanager -
-
Uses of BoundedBlockingSubpartitionType in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return BoundedBlockingSubpartitionType Modifier and Type Method Description static BoundedBlockingSubpartitionTypeBoundedBlockingSubpartitionType. valueOf(String name)Returns 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 BoundedBlockingSubpartitionType Constructor Description ResultPartitionFactory(ResultPartitionManager partitionManager, FileChannelManager channelManager, BufferPoolFactory bufferPoolFactory, BatchShuffleReadBufferPool batchShuffleReadBufferPool, ScheduledExecutorService batchShuffleReadIOExecutor, BoundedBlockingSubpartitionType blockingSubpartitionType, int configuredNetworkBuffersPerChannel, int floatingNetworkBuffersPerGate, int networkBufferSize, 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 BoundedBlockingSubpartitionType Modifier and Type Method Description BoundedBlockingSubpartitionTypeNettyShuffleEnvironmentConfiguration. getBlockingSubpartitionType()Constructors in org.apache.flink.runtime.taskmanager with parameters of type BoundedBlockingSubpartitionType Constructor Description NettyShuffleEnvironmentConfiguration(int numNetworkBuffers, int networkBufferSize, 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)
-