Package com.google.cloud.datastore.execution (2.26.2)

This package is not the recommended entry point to using this client library!

For this library, we recommend using com.google.cloud.datastore for new applications.

Classes

Class Description
com.google.cloud.datastore.execution.AggregationQueryExecutor An implementation of QueryExecutor which executes AggregationQuery and returns AggregationResults.

Interfaces

Interface Description
com.google.cloud.datastore.execution.QueryExecutor An internal functional interface whose implementation has the responsibility to execute a Query and returns the result. This class will have the responsibility to orchestrate between com.google.cloud.datastore.execution.request.ProtoPreparer, com.google.cloud.datastore.spi.v1.DatastoreRpc and com.google.cloud.datastore.execution.response.ResponseTransformer layers.