Uses of Class
com.google.appengine.api.datastore.KeyRange
-
Packages that use KeyRange Package Description com.google.appengine.api.datastore -
-
Uses of KeyRange in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return KeyRange Modifier and Type Method Description KeyRange
DatastoreService. allocateIds(Key parent, String kind, long num)
IDs are allocated within a namespace defined by a parent key and a kind.KeyRange
DatastoreService. allocateIds(String kind, long num)
IDs are allocated within a namespace defined by a parent key and a kind.Methods in com.google.appengine.api.datastore that return types with arguments of type KeyRange Modifier and Type Method Description Future<KeyRange>
AdminDatastoreService. allocateIds(@Nullable Key parent, String kind, long num)
Future<KeyRange>
AdminDatastoreService. allocateIds(String kind, long num)
Future<KeyRange>
AsyncDatastoreService. allocateIds(@Nullable Key parent, String kind, long num)
Future<KeyRange>
AsyncDatastoreService. allocateIds(String kind, long num)
Methods in com.google.appengine.api.datastore with parameters of type KeyRange Modifier and Type Method Description DatastoreService.KeyRangeState
DatastoreService. allocateIdRange(KeyRange range)
This method allocates a user-specified contiguous range of unique IDs.
-