Uses of Interface
com.google.cloud.datastore.aggregation.AggregationBuilder
-
Packages that use AggregationBuilder Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.com.google.cloud.datastore.aggregation -
-
Uses of AggregationBuilder in com.google.cloud.datastore
Methods in com.google.cloud.datastore with parameters of type AggregationBuilder Modifier and Type Method Description AggregationQuery.Builder
AggregationQuery.Builder. addAggregation(AggregationBuilder<?> aggregationBuilder)
AggregationQuery.Builder
AggregationQuery.Builder. addAggregations(AggregationBuilder<?>... aggregationBuilders)
-
Uses of AggregationBuilder in com.google.cloud.datastore.aggregation
Classes in com.google.cloud.datastore.aggregation that implement AggregationBuilder Modifier and Type Class Description static class
AvgAggregation.Builder
A builder class to create and customize aAvgAggregation
.static class
CountAggregation.Builder
A builder class to create and customize aCountAggregation
.static class
SumAggregation.Builder
A builder class to create and customize aSumAggregation
.
-