Package com.google.cloud.datastore
Class ReadOption.EventualConsistency
- java.lang.Object
-
- com.google.cloud.datastore.ReadOption
-
- com.google.cloud.datastore.ReadOption.EventualConsistency
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReadOption
public static final class ReadOption.EventualConsistency extends ReadOption
Specifies eventual consistency for reads from Datastore. Lookups and ancestor queries using this option permit Datastore to return stale results.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.datastore.ReadOption
ReadOption.EventualConsistency, ReadOption.QueryAndReadOptions<Q extends Query<?>>, ReadOption.ReadTime
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEventual()
-
Methods inherited from class com.google.cloud.datastore.ReadOption
eventualConsistency, readTime, transactionId, transactionId
-
-