Uses of Class
org.apache.flink.runtime.scheduler.strategy.ConsumerVertexGroup
-
Packages that use ConsumerVertexGroup Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.scheduler.strategy -
-
Uses of ConsumerVertexGroup in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return types with arguments of type ConsumerVertexGroup Modifier and Type Method Description List<ConsumerVertexGroup>IntermediateResultPartition. getConsumerVertexGroups()List<ConsumerVertexGroup>EdgeManager. getConsumerVertexGroupsForPartition(IntermediateResultPartitionID resultPartitionId)Methods in org.apache.flink.runtime.executiongraph with parameters of type ConsumerVertexGroup Modifier and Type Method Description voidIntermediateResultPartition. 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 ConsumerVertexGroup Modifier and Type Method Description static ConsumerVertexGroupConsumerVertexGroup. fromMultipleVertices(List<ExecutionVertexID> vertices, ResultPartitionType resultPartitionType)static ConsumerVertexGroupConsumerVertexGroup. fromSingleVertex(ExecutionVertexID vertex, ResultPartitionType resultPartitionType)ConsumerVertexGroupConsumedPartitionGroup. getConsumerVertexGroup()Methods in org.apache.flink.runtime.scheduler.strategy that return types with arguments of type ConsumerVertexGroup Modifier and Type Method Description List<ConsumerVertexGroup>SchedulingResultPartition. getConsumerVertexGroups()Gets theConsumerVertexGroups.Methods in org.apache.flink.runtime.scheduler.strategy with parameters of type ConsumerVertexGroup Modifier and Type Method Description voidConsumedPartitionGroup. setConsumerVertexGroup(ConsumerVertexGroup consumerVertexGroup)
-