Class DatastoreAttributes
java.lang.Object
com.google.appengine.api.datastore.DatastoreAttributes
Attributes of a datastore.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Indicates the type of datastore being used. -
Method Summary
Modifier and TypeMethodDescriptionGets the datastore type.
-
Method Details
-
getDatastoreType
Gets the datastore type.Only guaranteed to return something other than
DatastoreAttributes.DatastoreType.UNKNOWN
when running in production and querying the current app.
-