public class ConsumerVertexGroup extends Object implements Iterable<ExecutionVertexID>
ExecutionVertexIDs.| 限定符和类型 | 方法和说明 |
|---|---|
static ConsumerVertexGroup |
fromMultipleVertices(List<ExecutionVertexID> vertices) |
static ConsumerVertexGroup |
fromSingleVertex(ExecutionVertexID vertex) |
ExecutionVertexID |
getFirst() |
boolean |
isEmpty() |
Iterator<ExecutionVertexID> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static ConsumerVertexGroup fromMultipleVertices(List<ExecutionVertexID> vertices)
public static ConsumerVertexGroup fromSingleVertex(ExecutionVertexID vertex)
public Iterator<ExecutionVertexID> iterator()
iterator 在接口中 Iterable<ExecutionVertexID>public int size()
public boolean isEmpty()
public ExecutionVertexID getFirst()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.