static PropertygraphSummary.Builder |
PropertygraphSummary.builder() |
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeLabels(String... edgeLabels) |
A list of the distinct edge labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeLabels(Collection<String> edgeLabels) |
A list of the distinct edge labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeProperties(Collection<? extends Map<String,Long>> edgeProperties) |
A list of the distinct edge properties in the graph, along with the count of edges where each property is
used.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeProperties(Map<String,Long>... edgeProperties) |
A list of the distinct edge properties in the graph, along with the count of edges where each property is
used.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeStructures(Collection<EdgeStructure> edgeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeStructures(Consumer<EdgeStructure.Builder>... edgeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.edgeStructures(EdgeStructure... edgeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeLabels(String... nodeLabels) |
A list of the distinct node labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeLabels(Collection<String> nodeLabels) |
A list of the distinct node labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeProperties(Collection<? extends Map<String,Long>> nodeProperties) |
The number of distinct node properties in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeProperties(Map<String,Long>... nodeProperties) |
The number of distinct node properties in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeStructures(Collection<NodeStructure> nodeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeStructures(Consumer<NodeStructure.Builder>... nodeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.nodeStructures(NodeStructure... nodeStructures) |
This field is only present when the requested mode is DETAILED.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numEdgeLabels(Long numEdgeLabels) |
The number of distinct edge labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numEdgeProperties(Long numEdgeProperties) |
The number of distinct edge properties in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numEdges(Long numEdges) |
The number of edges in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numNodeLabels(Long numNodeLabels) |
The number of distinct node labels in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numNodeProperties(Long numNodeProperties) |
A list of the distinct node properties in the graph, along with the count of nodes where each property is
used.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.numNodes(Long numNodes) |
The number of nodes in the graph.
|
PropertygraphSummary.Builder |
PropertygraphSummary.toBuilder() |
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.totalEdgePropertyValues(Long totalEdgePropertyValues) |
The total number of usages of all edge properties.
|
PropertygraphSummary.Builder |
PropertygraphSummary.Builder.totalNodePropertyValues(Long totalNodePropertyValues) |
The total number of usages of all node properties.
|