Package com.google.datastore.utils (2.28.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.datastore.utils.Datastore |
Provides access to Cloud Datastore.
This class is thread-safe. |
| com.google.datastore.utils.DatastoreFactory | Client factory for com.google.datastore.utils.Datastore. |
| com.google.datastore.utils.DatastoreHelper | Helper methods for Datastore. |
| com.google.datastore.utils.DatastoreOptions |
An immutable object containing settings for the datastore.
Example for connecting to a datastore: |
| com.google.datastore.utils.DatastoreOptions.Builder | Builder for DatastoreOptions. |
Interfaces
| Interface | Description |
|---|---|
| com.google.datastore.utils.QuerySplitter | Provides the ability to split a query into multiple shards. |
Exceptions
| Exception | Description |
|---|---|
| com.google.datastore.utils.DatastoreException | Indicates an error in a Datastore call. |