public interface Topology<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>,PR extends PipelinedRegion<VID,RID,V,R>> extends BaseTopology<VID,RID,V,R>
BaseTopology by pipelined regions.| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<? extends PR> |
getAllPipelinedRegions()
Returns all pipelined regions in this topology.
|
default PR |
getPipelinedRegionOfVertex(VID vertexId)
The pipelined region for a specified vertex.
|
getVerticesIterable<? extends PR> getAllPipelinedRegions()
default PR getPipelinedRegionOfVertex(VID vertexId)
vertexId - the vertex id identifying the vertex for which the pipelined region should be
returnedIllegalArgumentException - if there is no vertex in this topology with the specified
vertex idCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.