NodeAggregator.Builder |
NodeAggregator.Builder.aggregators(Collection<NodeAggregator> aggregators) |
Information about aggregators used to refine a node summary.
|
NodeAggregator.Builder |
NodeAggregator.Builder.aggregators(Consumer<NodeAggregator.Builder>... aggregators) |
Information about aggregators used to refine a node summary.
|
NodeAggregator.Builder |
NodeAggregator.Builder.aggregators(NodeAggregator... aggregators) |
Information about aggregators used to refine a node summary.
|
NodeAggregator.Builder |
NodeAggregator.Builder.aggregatorType(String aggregatorType) |
The aggregator type for limiting a node summary.
|
NodeAggregator.Builder |
NodeAggregator.Builder.aggregatorType(NodeAggregatorType aggregatorType) |
The aggregator type for limiting a node summary.
|
NodeAggregator.Builder |
NodeAggregator.Builder.attributeName(String attributeName) |
The name of a node attribute on which to limit the count of nodes.
|
NodeAggregator.Builder |
NodeAggregator.Builder.attributeName(NodeAttributeName attributeName) |
The name of a node attribute on which to limit the count of nodes.
|
static NodeAggregator.Builder |
NodeAggregator.builder() |
|
NodeAggregator.Builder |
NodeAggregator.toBuilder() |
|
NodeAggregator.Builder |
NodeAggregator.Builder.typeName(String typeName) |
The data type name to use for viewing counts of nodes.
|
NodeAggregator.Builder |
NodeAggregator.Builder.typeName(NodeTypeName typeName) |
The data type name to use for viewing counts of nodes.
|