Uses of Class
org.apache.flink.runtime.jobgraph.IntermediateResultPartitionID
-
-
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.deployment
Methods in org.apache.flink.runtime.deployment that return IntermediateResultPartitionID Modifier and Type Method Description IntermediateResultPartitionIDResultPartitionDeploymentDescriptor. getPartitionId() -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.executiongraph
Fields in org.apache.flink.runtime.executiongraph with type parameters of type IntermediateResultPartitionID Modifier and Type Field Description protected Map<IntermediateResultPartitionID,ResultPartitionBytes>IOMetrics. resultPartitionBytesMethods in org.apache.flink.runtime.executiongraph that return IntermediateResultPartitionID Modifier and Type Method Description IntermediateResultPartitionIDIntermediateResultPartition. getPartitionId()Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type IntermediateResultPartitionID Modifier and Type Method Description Map<IntermediateResultPartitionID,IntermediateResultPartition>ExecutionVertex. getProducedPartitions()Map<IntermediateResultPartitionID,ResultPartitionBytes>IOMetrics. getResultPartitionBytes()Method parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateResultPartitionID Modifier and Type Method Description voidExecution. recoverProducedPartitions(Map<IntermediateResultPartitionID,ResultPartitionDeploymentDescriptor> producedPartitions)Constructor parameters in org.apache.flink.runtime.executiongraph with type arguments of type IntermediateResultPartitionID Constructor Description IOMetrics(long numBytesIn, long numBytesOut, long numRecordsIn, long numRecordsOut, long accumulateIdleTime, double accumulateBusyTime, long accumulateBackPressuredTime, Map<IntermediateResultPartitionID,ResultPartitionBytes> resultPartitionBytes)IOMetrics(org.apache.flink.metrics.Meter recordsIn, org.apache.flink.metrics.Meter recordsOut, org.apache.flink.metrics.Meter bytesIn, org.apache.flink.metrics.Meter bytesOut, org.apache.flink.metrics.Gauge<Long> accumulatedBackPressuredTime, org.apache.flink.metrics.Gauge<Long> accumulatedIdleTime, org.apache.flink.metrics.Gauge<Double> accumulatedBusyTime, Map<IntermediateResultPartitionID,ResultPartitionBytesCounter> resultPartitionBytesCounters) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.executiongraph.failover
Methods in org.apache.flink.runtime.executiongraph.failover with parameters of type IntermediateResultPartitionID Modifier and Type Method Description booleanResultPartitionAvailabilityChecker. isAvailable(IntermediateResultPartitionID resultPartitionID)Returns whether the given partition is available. -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition that return IntermediateResultPartitionID Modifier and Type Method Description IntermediateResultPartitionIDResultPartitionID. getPartitionId()Constructors in org.apache.flink.runtime.io.network.partition with parameters of type IntermediateResultPartitionID Constructor Description ResultPartitionID(IntermediateResultPartitionID partitionId, ExecutionAttemptID producerId) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that return types with arguments of type IntermediateResultPartitionID Modifier and Type Method Description Map<org.apache.flink.api.java.tuple.Tuple2<IntermediateResultPartitionID,InputChannelInfo>,InputChannel>SingleInputGate. getInputChannels()Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type IntermediateResultPartitionID Modifier and Type Method Description voidSingleInputGate. retriggerPartitionRequest(IntermediateResultPartitionID partitionId, InputChannelInfo inputChannelInfo)Retriggers a partition request. -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return IntermediateResultPartitionID Modifier and Type Method Description static IntermediateResultPartitionIDIntermediateResultPartitionID. fromByteBuf(org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf buf) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups with parameters of type IntermediateResultPartitionID Modifier and Type Method Description voidTaskIOMetricGroup. registerResultPartitionBytesCounter(IntermediateResultPartitionID resultPartitionId, ResultPartitionBytesCounter resultPartitionBytesCounter) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.scheduler.adapter
Methods in org.apache.flink.runtime.scheduler.adapter with parameters of type IntermediateResultPartitionID Modifier and Type Method Description org.apache.flink.runtime.scheduler.adapter.DefaultResultPartitionDefaultExecutionTopology. getResultPartition(IntermediateResultPartitionID intermediateResultPartitionId)Constructor parameters in org.apache.flink.runtime.scheduler.adapter with type arguments of type IntermediateResultPartitionID Constructor Description DefaultSchedulingPipelinedRegion(Set<org.apache.flink.runtime.scheduler.adapter.DefaultExecutionVertex> defaultExecutionVertices, Function<IntermediateResultPartitionID,org.apache.flink.runtime.scheduler.adapter.DefaultResultPartition> resultPartitionRetriever) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.scheduler.adaptivebatch
Method parameters in org.apache.flink.runtime.scheduler.adaptivebatch with type arguments of type IntermediateResultPartitionID Modifier and Type Method Description voidBatchJobRecoveryContext. updateResultPartitionBytesMetrics(Map<IntermediateResultPartitionID,ResultPartitionBytes> resultPartitionBytes)Updates the metrics related to the result partition sizes. -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return IntermediateResultPartitionID Modifier and Type Method Description IntermediateResultPartitionIDConsumedPartitionGroup. getFirst()Methods in org.apache.flink.runtime.scheduler.strategy that return types with arguments of type IntermediateResultPartitionID Modifier and Type Method Description Map<IntermediateResultPartitionID,Integer>ConsumedPartitionGroup. getResultPartitionsInOrder()Iterator<IntermediateResultPartitionID>ConsumedPartitionGroup. iterator()Methods in org.apache.flink.runtime.scheduler.strategy with parameters of type IntermediateResultPartitionID Modifier and Type Method Description static ConsumedPartitionGroupConsumedPartitionGroup. fromSinglePartition(int numConsumers, IntermediateResultPartitionID resultPartition, ResultPartitionType resultPartitionType)SchedulingResultPartitionSchedulingTopology. getResultPartition(IntermediateResultPartitionID intermediateResultPartitionId)Looks up theSchedulingResultPartitionfor the givenIntermediateResultPartitionID.voidPipelinedRegionSchedulingStrategy. onPartitionConsumable(IntermediateResultPartitionID resultPartitionId)voidSchedulingStrategy. onPartitionConsumable(IntermediateResultPartitionID resultPartitionId)Called whenever anIntermediateResultPartitionbecomes consumable.voidVertexwiseSchedulingStrategy. onPartitionConsumable(IntermediateResultPartitionID resultPartitionId)Method parameters in org.apache.flink.runtime.scheduler.strategy with type arguments of type IntermediateResultPartitionID Modifier and Type Method Description static ConsumedPartitionGroupConsumedPartitionGroup. fromMultiplePartitions(int numConsumers, List<IntermediateResultPartitionID> resultPartitions, ResultPartitionType resultPartitionType) -
Uses of IntermediateResultPartitionID in org.apache.flink.runtime.shuffle
Methods in org.apache.flink.runtime.shuffle that return IntermediateResultPartitionID Modifier and Type Method Description IntermediateResultPartitionIDPartitionDescriptor. getPartitionId()Constructors in org.apache.flink.runtime.shuffle with parameters of type IntermediateResultPartitionID Constructor Description PartitionDescriptor(IntermediateDataSetID resultId, int totalNumberOfPartitions, IntermediateResultPartitionID partitionId, ResultPartitionType partitionType, int numberOfSubpartitions, int connectionIndex, boolean isBroadcast, boolean isAllToAllDistribution, boolean isNumberOfPartitionConsumerUndefined)
-