Uses of Class
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
-
Packages that use NetworkBufferPool Package Description org.apache.flink.runtime.io.network org.apache.flink.runtime.io.network.metrics org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of NetworkBufferPool in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return NetworkBufferPool Modifier and Type Method Description NetworkBufferPoolNettyShuffleEnvironment. getNetworkBufferPool() -
Uses of NetworkBufferPool in org.apache.flink.runtime.io.network.metrics
Methods in org.apache.flink.runtime.io.network.metrics with parameters of type NetworkBufferPool Modifier and Type Method Description static voidNettyShuffleMetricFactory. registerShuffleMetrics(org.apache.flink.metrics.MetricGroup metricGroup, NetworkBufferPool networkBufferPool) -
Uses of NetworkBufferPool in org.apache.flink.runtime.io.network.partition.consumer
Fields in org.apache.flink.runtime.io.network.partition.consumer declared as NetworkBufferPool Modifier and Type Field Description protected NetworkBufferPoolSingleInputGateFactory. networkBufferPoolConstructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type NetworkBufferPool Constructor Description SingleInputGateFactory(ResourceID taskExecutorResourceId, NettyShuffleEnvironmentConfiguration networkConfig, ConnectionManager connectionManager, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, NetworkBufferPool networkBufferPool, TieredStorageConfiguration tieredStorageConfiguration, TieredStorageNettyServiceImpl tieredStorageNettyService)
-