Uses of Class
com.google.cloud.datastore.ReadOption.EventualConsistency
-
Packages that use ReadOption.EventualConsistency Package Description com.google.cloud.datastore A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications. -
-
Uses of ReadOption.EventualConsistency in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return ReadOption.EventualConsistency Modifier and Type Method Description static ReadOption.EventualConsistency
ReadOption. eventualConsistency()
Returns aReadOption
that specifies eventual consistency, allowing Datastore to return stale results from gets, fetches, and ancestor queries.
-