VID - the type of the vertex idsRID - the type of the result idsV - the type of the verticesR - the type of the resultpublic interface PipelinedRegion<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(VID vertexId)
Returns whether the vertex is in this pipelined region or not.
|
V |
getVertex(VID vertexId)
Returns the vertex with the specified vertex id.
|
Iterable<? extends V> |
getVertices()
Returns vertices that are in this pipelined region.
|
Iterable<? extends V> getVertices()
V getVertex(VID vertexId)
vertexId - the vertex id used to look up the vertexIllegalArgumentException - if there is no vertex in this pipelined region with the
specified vertex idboolean contains(VID vertexId)
vertexId - the vertex id used to look upCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.