Uses of Class
com.google.cloud.datastore.aggregation.Aggregation
-
Packages that use Aggregation 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 Aggregation in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return types with arguments of type Aggregation Modifier and Type Method Description Set<Aggregation>
AggregationQuery. getAggregations()
Returns theAggregation
(s) for this Query.Methods in com.google.cloud.datastore with parameters of type Aggregation Modifier and Type Method Description AggregationQuery.Builder
AggregationQuery.Builder. addAggregation(Aggregation aggregation)
AggregationQuery.Builder
AggregationQuery.Builder. addAggregations(Aggregation... aggregations)
-
Uses of Aggregation in com.google.cloud.datastore.aggregation
Classes in com.google.cloud.datastore.aggregation with type parameters of type Aggregation Modifier and Type Interface Description interface
AggregationBuilder<A extends Aggregation>
An interface to represent the builders which build and customizeAggregation
forAggregationQuery
.Subclasses of Aggregation in com.google.cloud.datastore.aggregation Modifier and Type Class Description class
AvgAggregation
Represents anAggregation
which returns average of numerical values.class
CountAggregation
Represents anAggregation
which returns count.class
SumAggregation
Represents anAggregation
which returns sum of numerical values.
-