Uses of Class
com.google.cloud.datastore.AggregationResult
-
Packages that use AggregationResult Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of AggregationResult in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return AggregationResult Modifier and Type Method Description AggregationResult
AggregationResults. get(int index)
Methods in com.google.cloud.datastore that return types with arguments of type AggregationResult Modifier and Type Method Description Iterator<AggregationResult>
AggregationResults. iterator()
ReturnsIterator
for underlying List<AggregationResult
>.Constructor parameters in com.google.cloud.datastore with type arguments of type AggregationResult Constructor Description AggregationResults(List<AggregationResult> aggregationResults, com.google.cloud.Timestamp readTime)
-