Package | Description |
---|---|
com.google.cloud.datastore |
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
|
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 © 2019 Google LLC. All rights reserved.