public static interface PropertygraphSummary.Builder extends SdkPojo, CopyableBuilder<PropertygraphSummary.Builder,PropertygraphSummary>
| Modifier and Type | Method and Description |
|---|---|
PropertygraphSummary.Builder |
edgeLabels(Collection<String> edgeLabels)
A list of the distinct edge labels in the graph.
|
PropertygraphSummary.Builder |
edgeLabels(String... edgeLabels)
A list of the distinct edge labels in the graph.
|
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 |
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 |
edgeStructures(Collection<EdgeStructure> edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
edgeStructures(Consumer<EdgeStructure.Builder>... edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
edgeStructures(EdgeStructure... edgeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
nodeLabels(Collection<String> nodeLabels)
A list of the distinct node labels in the graph.
|
PropertygraphSummary.Builder |
nodeLabels(String... nodeLabels)
A list of the distinct node labels in the graph.
|
PropertygraphSummary.Builder |
nodeProperties(Collection<? extends Map<String,Long>> nodeProperties)
The number of distinct node properties in the graph.
|
PropertygraphSummary.Builder |
nodeProperties(Map<String,Long>... nodeProperties)
The number of distinct node properties in the graph.
|
PropertygraphSummary.Builder |
nodeStructures(Collection<NodeStructure> nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
nodeStructures(Consumer<NodeStructure.Builder>... nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
nodeStructures(NodeStructure... nodeStructures)
This field is only present when the requested mode is
DETAILED. |
PropertygraphSummary.Builder |
numEdgeLabels(Long numEdgeLabels)
The number of distinct edge labels in the graph.
|
PropertygraphSummary.Builder |
numEdgeProperties(Long numEdgeProperties)
The number of distinct edge properties in the graph.
|
PropertygraphSummary.Builder |
numEdges(Long numEdges)
The number of edges in the graph.
|
PropertygraphSummary.Builder |
numNodeLabels(Long numNodeLabels)
The number of distinct node labels in the graph.
|
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 |
numNodes(Long numNodes)
The number of nodes in the graph.
|
PropertygraphSummary.Builder |
totalEdgePropertyValues(Long totalEdgePropertyValues)
The total number of usages of all edge properties.
|
PropertygraphSummary.Builder |
totalNodePropertyValues(Long totalNodePropertyValues)
The total number of usages of all node properties.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertygraphSummary.Builder numNodes(Long numNodes)
The number of nodes in the graph.
numNodes - The number of nodes in the graph.PropertygraphSummary.Builder numEdges(Long numEdges)
The number of edges in the graph.
numEdges - The number of edges in the graph.PropertygraphSummary.Builder numNodeLabels(Long numNodeLabels)
The number of distinct node labels in the graph.
numNodeLabels - The number of distinct node labels in the graph.PropertygraphSummary.Builder numEdgeLabels(Long numEdgeLabels)
The number of distinct edge labels in the graph.
numEdgeLabels - The number of distinct edge labels in the graph.PropertygraphSummary.Builder nodeLabels(Collection<String> nodeLabels)
A list of the distinct node labels in the graph.
nodeLabels - A list of the distinct node labels in the graph.PropertygraphSummary.Builder nodeLabels(String... nodeLabels)
A list of the distinct node labels in the graph.
nodeLabels - A list of the distinct node labels in the graph.PropertygraphSummary.Builder edgeLabels(Collection<String> edgeLabels)
A list of the distinct edge labels in the graph.
edgeLabels - A list of the distinct edge labels in the graph.PropertygraphSummary.Builder edgeLabels(String... edgeLabels)
A list of the distinct edge labels in the graph.
edgeLabels - A list of the distinct edge labels in the graph.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.
numNodeProperties - A list of the distinct node properties in the graph, along with the count of nodes where each property
is used.PropertygraphSummary.Builder numEdgeProperties(Long numEdgeProperties)
The number of distinct edge properties in the graph.
numEdgeProperties - The number of distinct edge properties in the graph.PropertygraphSummary.Builder nodeProperties(Collection<? extends Map<String,Long>> nodeProperties)
The number of distinct node properties in the graph.
nodeProperties - The number of distinct node properties in the graph.PropertygraphSummary.Builder nodeProperties(Map<String,Long>... nodeProperties)
The number of distinct node properties in the graph.
nodeProperties - The number of distinct node properties in the graph.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.
edgeProperties - A list of the distinct edge properties in the graph, along with the count of edges where each property
is used.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.
edgeProperties - A list of the distinct edge properties in the graph, along with the count of edges where each property
is used.PropertygraphSummary.Builder totalNodePropertyValues(Long totalNodePropertyValues)
The total number of usages of all node properties.
totalNodePropertyValues - The total number of usages of all node properties.PropertygraphSummary.Builder totalEdgePropertyValues(Long totalEdgePropertyValues)
The total number of usages of all edge properties.
totalEdgePropertyValues - The total number of usages of all edge properties.PropertygraphSummary.Builder nodeStructures(Collection<NodeStructure> nodeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of node
structures.
nodeStructures - This field is only present when the requested mode is DETAILED. It contains a list of
node structures.PropertygraphSummary.Builder nodeStructures(NodeStructure... nodeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of node
structures.
nodeStructures - This field is only present when the requested mode is DETAILED. It contains a list of
node structures.PropertygraphSummary.Builder nodeStructures(Consumer<NodeStructure.Builder>... nodeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of node
structures.
NodeStructure.Builder avoiding the need to create
one manually via NodeStructure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #nodeStructures(List.
nodeStructures - a consumer that will call methods on
NodeStructure.Builder#nodeStructures(java.util.Collection) PropertygraphSummary.Builder edgeStructures(Collection<EdgeStructure> edgeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of edge
structures.
edgeStructures - This field is only present when the requested mode is DETAILED. It contains a list of
edge structures.PropertygraphSummary.Builder edgeStructures(EdgeStructure... edgeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of edge
structures.
edgeStructures - This field is only present when the requested mode is DETAILED. It contains a list of
edge structures.PropertygraphSummary.Builder edgeStructures(Consumer<EdgeStructure.Builder>... edgeStructures)
This field is only present when the requested mode is DETAILED. It contains a list of edge
structures.
EdgeStructure.Builder avoiding the need to create
one manually via EdgeStructure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #edgeStructures(List.
edgeStructures - a consumer that will call methods on
EdgeStructure.Builder#edgeStructures(java.util.Collection) Copyright © 2023. All rights reserved.