|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.datastore.ReadPolicy
public final class ReadPolicy
Policy for reads.
Nested Class Summary | |
---|---|
static class |
ReadPolicy.Consistency
Setting the Consistency for reads allows you to decide whether
freshness or availability is more important. |
Constructor Summary | |
---|---|
ReadPolicy(ReadPolicy.Consistency consistency)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
ReadPolicy.Consistency |
getConsistency()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadPolicy(ReadPolicy.Consistency consistency)
Method Detail |
---|
public ReadPolicy.Consistency getConsistency()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |