Uses of Class
org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
Packages that use ConsumerVertexGroup
Package
Description
-
Uses of ConsumerVertexGroup in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ConsumerVertexGroupModifier and TypeMethodDescriptionIntermediateResultPartition.getConsumerVertexGroups()EdgeManager.getConsumerVertexGroupsForPartition(IntermediateResultPartitionID resultPartitionId) Methods in org.apache.flink.runtime.executiongraph with parameters of type ConsumerVertexGroupModifier and TypeMethodDescriptionvoidIntermediateResultPartition.addConsumers(ConsumerVertexGroup consumers) voidEdgeManager.connectPartitionWithConsumerVertexGroup(IntermediateResultPartitionID resultPartitionId, ConsumerVertexGroup consumerVertexGroup) -
Uses of ConsumerVertexGroup in org.apache.flink.runtime.scheduler.strategy
Methods in org.apache.flink.runtime.scheduler.strategy that return ConsumerVertexGroupModifier and TypeMethodDescriptionstatic ConsumerVertexGroupConsumerVertexGroup.fromMultipleVertices(List<ExecutionVertexID> vertices, ResultPartitionType resultPartitionType) static ConsumerVertexGroupConsumerVertexGroup.fromSingleVertex(ExecutionVertexID vertex, ResultPartitionType resultPartitionType) ConsumedPartitionGroup.getConsumerVertexGroup()Methods in org.apache.flink.runtime.scheduler.strategy that return types with arguments of type ConsumerVertexGroupModifier and TypeMethodDescriptionSchedulingResultPartition.getConsumerVertexGroups()Gets theConsumerVertexGroups.Methods in org.apache.flink.runtime.scheduler.strategy with parameters of type ConsumerVertexGroupModifier and TypeMethodDescriptionvoidConsumedPartitionGroup.setConsumerVertexGroup(ConsumerVertexGroup consumerVertexGroup)