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.BuilderAggregationQuery.Builder. addAggregation(AggregationBuilder<?> aggregationBuilder)AggregationQuery.BuilderAggregationQuery.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 classAvgAggregation.BuilderA builder class to create and customize aAvgAggregation.static classCountAggregation.BuilderA builder class to create and customize aCountAggregation.static classSumAggregation.BuilderA builder class to create and customize aSumAggregation.
-