Uses of Class
com.google.cloud.datastore.ReadOption.EventualConsistency
Packages that use ReadOption.EventualConsistency
Package
Description
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.EventualConsistencyModifier and TypeMethodDescriptionReadOption.eventualConsistency()Returns aReadOptionthat specifies eventual consistency, allowing Datastore to return stale results from gets, fetches, and ancestor queries.