| Package | Description |
|---|---|
| com.google.cloud.datastore |
A client to the Google Cloud Datastore.
|
| Modifier and Type | Method and Description |
|---|---|
static ReadOption.EventualConsistency |
ReadOption.eventualConsistency()
Returns a
ReadOption that specifies eventual consistency, allowing Datastore to return
stale results from gets, fetches, and ancestor queries. |
Copyright © 2017 Google. All rights reserved.