Uses of Class
org.apache.flink.runtime.throughput.ThroughputCalculator
Packages that use ThroughputCalculator
-
Uses of ThroughputCalculator in org.apache.flink.runtime.io.network.partition.consumer
Constructors in org.apache.flink.runtime.io.network.partition.consumer with parameters of type ThroughputCalculatorModifierConstructorDescriptionSingleInputGate(String owningTaskName, int gateIndex, IntermediateDataSetID consumedResultId, ResultPartitionType consumedPartitionType, int numberOfInputChannels, PartitionProducerStateProvider partitionProducerStateProvider, org.apache.flink.util.function.SupplierWithException<BufferPool, IOException> bufferPoolFactory, BufferDecompressor bufferDecompressor, org.apache.flink.core.memory.MemorySegmentProvider memorySegmentProvider, int segmentSize, ThroughputCalculator throughputCalculator, BufferDebloater bufferDebloater)