Uses of Class
com.google.appengine.api.datastore.Index
-
Packages that use Index Package Description com.google.appengine.api.datastore -
-
Uses of Index in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Index Modifier and Type Method Description IndexAdminDatastoreService. compositeIndexForQuery(Query query)static IndexIndexTranslator. convertFromPb(com.google.storage.onestore.v3.OnestoreEntity.CompositeIndex ci)static IndexIndexTranslator. convertFromPb(com.google.storage.onestore.v3.OnestoreEntity.Index index)IndexAdminDatastoreService. minimumCompositeIndexForQuery(Query query, Collection<Index> indexes)Methods in com.google.appengine.api.datastore that return types with arguments of type Index Modifier and Type Method Description Set<Index>AdminDatastoreService. compositeIndexesForQuery(Query query)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.List<Index>QueryResultIterator. getIndexList()Get the indexes used to perform the query.List<Index>QueryResultList. getIndexList()Get the indexes used to perform the query.Set<Index>AdminDatastoreService. minimumCompositeIndexesForQuery(Query query, Collection<Index> indexes)Methods in com.google.appengine.api.datastore with parameters of type Index Modifier and Type Method Description static com.google.storage.onestore.v3.OnestoreEntity.IndexIndexTranslator. convertToPb(Index index)Method parameters in com.google.appengine.api.datastore with type arguments of type Index Modifier and Type Method Description Set<Index>AdminDatastoreService. minimumCompositeIndexesForQuery(Query query, Collection<Index> indexes)IndexAdminDatastoreService. minimumCompositeIndexForQuery(Query query, Collection<Index> indexes)
-