Uses of Class
org.apache.flink.runtime.executiongraph.ResultPartitionBytes
Packages that use ResultPartitionBytes
Package
Description
-
Uses of ResultPartitionBytes in org.apache.flink.runtime.executiongraph
Fields in org.apache.flink.runtime.executiongraph with type parameters of type ResultPartitionBytesModifier and TypeFieldDescriptionprotected Map<IntermediateResultPartitionID,ResultPartitionBytes> IOMetrics.resultPartitionBytesMethods in org.apache.flink.runtime.executiongraph that return ResultPartitionBytesModifier and TypeMethodDescriptionstatic ResultPartitionBytesResultPartitionBytes.mergeAll(List<ResultPartitionBytes> partitions) Merge allResultPartitionBytesby sum up them per-subpartition.Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ResultPartitionBytesMethod parameters in org.apache.flink.runtime.executiongraph with type arguments of type ResultPartitionBytesModifier and TypeMethodDescriptionstatic ResultPartitionBytesResultPartitionBytes.mergeAll(List<ResultPartitionBytes> partitions) Merge allResultPartitionBytesby sum up them per-subpartition.Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type ResultPartitionBytesModifierConstructorDescriptionIOMetrics(long numBytesIn, long numBytesOut, long numRecordsIn, long numRecordsOut, long accumulateIdleTime, double accumulateBusyTime, long accumulateBackPressuredTime, Map<IntermediateResultPartitionID, ResultPartitionBytes> resultPartitionBytes) -
Uses of ResultPartitionBytes in org.apache.flink.runtime.io.network.metrics
Methods in org.apache.flink.runtime.io.network.metrics that return ResultPartitionBytes -
Uses of ResultPartitionBytes in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type ResultPartitionBytesModifier and TypeMethodDescriptionvoidAllToAllBlockingResultInfo.recordPartitionInfo(int partitionIndex, ResultPartitionBytes partitionBytes) voidBlockingInputInfo.recordPartitionInfo(int partitionIndex, ResultPartitionBytes partitionBytes) voidBlockingResultInfo.recordPartitionInfo(int partitionIndex, ResultPartitionBytes partitionBytes) Record the information of the result partition.Method parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type ResultPartitionBytesModifier and TypeMethodDescriptionvoidBatchJobRecoveryContext.updateResultPartitionBytesMetrics(Map<IntermediateResultPartitionID, ResultPartitionBytes> resultPartitionBytes) Updates the metrics related to the result partition sizes. -
Uses of ResultPartitionBytes in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return ResultPartitionBytesModifier and TypeMethodDescriptionDefaultShuffleMetrics.getPartitionBytes()ShuffleMetrics.getPartitionBytes()Constructors in org.apache.flink.runtime.shuffle with parameters of type ResultPartitionBytes