public static final class ConnectedComponentVertexProgram.Builder extends AbstractVertexProgramBuilder<ConnectedComponentVertexProgram.Builder>
configuration
Modifier and Type | Method and Description |
---|---|
ConnectedComponentVertexProgram.Builder |
edges(Traversal.Admin<Vertex,Edge> edgeTraversal) |
ConnectedComponentVertexProgram.Builder |
property(String key) |
configure, create
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public ConnectedComponentVertexProgram.Builder edges(Traversal.Admin<Vertex,Edge> edgeTraversal)
public ConnectedComponentVertexProgram.Builder property(String key)
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.