Uses of Class
com.google.appengine.api.datastore.DatastoreService.KeyRangeState
-
Packages that use DatastoreService.KeyRangeState Package Description com.google.appengine.api.datastore -
-
Uses of DatastoreService.KeyRangeState in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return DatastoreService.KeyRangeState Modifier and Type Method Description DatastoreService.KeyRangeState
DatastoreService. allocateIdRange(KeyRange range)
This method allocates a user-specified contiguous range of unique IDs.static DatastoreService.KeyRangeState
DatastoreService.KeyRangeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatastoreService.KeyRangeState[]
DatastoreService.KeyRangeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-