GraphBuilder<java.lang.Integer> |
PgxSession.createGraphBuilder() |
|
<ID extends java.lang.Comparable<ID>> GraphBuilder<ID> |
PgxSession.createGraphBuilder(IdType idType) |
|
GraphBuilder<VID> |
GraphBuilder.partitionedEdgeIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphBuilderImpl.partitionedEdgeIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphChangeSetImpl.partitionedEdgeIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphBuilder.partitionedVertexIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphBuilderImpl.partitionedVertexIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphChangeSetImpl.partitionedVertexIds(boolean partitionedIds) |
|
GraphBuilder<VID> |
GraphBuilder.resetEdge(long edgeId) |
Resets any change for the edge with the given ID.
|
GraphBuilder<VID> |
GraphBuilder.resetEdge(java.lang.String edgeId) |
Resets any change for the edge with the given ID.
|
GraphBuilder<VID> |
GraphBuilderImpl.resetEdge(long edgeId) |
|
GraphBuilder<VID> |
GraphBuilderImpl.resetEdge(java.lang.String edgeId) |
|
GraphBuilder<VID> |
GraphBuilder.resetVertex(VertexBuilder<VID> vertex) |
Resets any change for the given vertex.
|
GraphBuilder<VID> |
GraphBuilder.resetVertex(VID vertexId) |
Resets any change for the vertex with the given ID.
|
GraphBuilder<VID> |
GraphBuilderImpl.resetVertex(VertexBuilder<VID> vertex) |
|
GraphBuilder<VID> |
GraphBuilderImpl.resetVertex(VID vertexId) |
|
GraphBuilder<VID> |
GraphBuilder.setEdgeIdGenerationStrategy(IdGenerationStrategy edgeIdGenerationStrategy) |
Defines the ID generation strategy the GraphBuilder should use for edges.
|
GraphBuilder<VID> |
GraphBuilderImpl.setEdgeIdGenerationStrategy(IdGenerationStrategy edgeIdGenerationStrategy) |
|
GraphBuilder<VID> |
GraphBuilder.setRetainEdgeIds(boolean retainEdgeIds) |
Controls whether the edge ids provided in this graph builder are to be retained in the final graph.
|
GraphBuilder<VID> |
GraphBuilderImpl.setRetainEdgeIds(boolean retainEdgeIds) |
|
default GraphBuilder<VID> |
GraphBuilder.setRetainIds(boolean retainIds) |
Controls for both vertex and edge ids whether to retain them in the final graph.
|
GraphBuilder<VID> |
GraphBuilder.setRetainVertexIds(boolean retainVertexIds) |
Controls whether to retain the vertex ids provided in this graph builder are to be retained in the final graph.
|
GraphBuilder<VID> |
GraphBuilderImpl.setRetainVertexIds(boolean retainVertexIds) |
|
GraphBuilder<VID> |
GraphBuilder.setVertexIdGenerationStrategy(IdGenerationStrategy vertexIdGenerationStrategy) |
Defines the ID generation strategy the GraphBuilder should use for vertices.
|
GraphBuilder<VID> |
GraphBuilderImpl.setVertexIdGenerationStrategy(IdGenerationStrategy vertexIdGenerationStrategy) |
|