Uses of Class
com.google.appengine.api.datastore.ReadPolicy.Consistency
-
Packages that use ReadPolicy.Consistency Package Description com.google.appengine.api.datastore -
-
Uses of ReadPolicy.Consistency in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return ReadPolicy.Consistency Modifier and Type Method Description ReadPolicy.ConsistencyReadPolicy. getConsistency()static ReadPolicy.ConsistencyReadPolicy.Consistency. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadPolicy.Consistency[]ReadPolicy.Consistency. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.appengine.api.datastore with parameters of type ReadPolicy.Consistency Constructor Description ReadPolicy(ReadPolicy.Consistency consistency)
-