Package com.google.cloud.datastore.aggregation (2.14.1)

Classes

Aggregation

Represents a Google Cloud Datastore Aggregation which is used with an AggregationQuery.

CountAggregation

Represents an Aggregation which returns count.

CountAggregation.Builder

A builder class to create and customize a CountAggregation.

Interfaces

AggregationBuilder<A>

An interface to represent the builders which build and customize Aggregation for com.google.cloud.datastore.AggregationQuery.

Used by com.google.cloud.datastore.AggregationQuery.Builder#addAggregation(AggregationBuilder).