Uses of Class
org.apache.flink.runtime.io.network.buffer.NetworkBufferPool
Packages that use NetworkBufferPool
Package
Description
-
Uses of NetworkBufferPool in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network that return NetworkBufferPool -
Uses of NetworkBufferPool in org.apache.flink.runtime.io.network.metrics
Methods in org.apache.flink.runtime.io.network.metrics with parameters of type NetworkBufferPoolModifier and TypeMethodDescriptionstatic 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 NetworkBufferPoolModifier and TypeFieldDescriptionprotected final NetworkBufferPoolSingleInputGateFactory.networkBufferPoolConstructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type NetworkBufferPoolModifierConstructorDescriptionSingleInputGateFactory(ResourceID taskExecutorResourceId, NettyShuffleEnvironmentConfiguration networkConfig, ConnectionManager connectionManager, ResultPartitionManager partitionManager, TaskEventPublisher taskEventPublisher, NetworkBufferPool networkBufferPool, TieredStorageConfiguration tieredStorageConfiguration, TieredStorageNettyServiceImpl tieredStorageNettyService)