Uses of Class
com.google.appengine.api.datastore.Index.IndexState
-
Packages that use Index.IndexState Package Description com.google.appengine.api.datastore -
-
Uses of Index.IndexState in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Index.IndexState Modifier and Type Method Description static Index.IndexStateIndex.IndexState. valueOf(String name)Returns the enum constant of this type with the specified name.static Index.IndexState[]Index.IndexState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.datastore that return types with arguments of type Index.IndexState Modifier and Type Method Description Future<Map<Index,Index.IndexState>>AdminDatastoreService. getIndexes()Future<Map<Index,Index.IndexState>>AsyncDatastoreService. getIndexes()Map<Index,Index.IndexState>DatastoreService. getIndexes()Returns the application indexes and their states.
-