Uses of Class
com.c8db.entity.IndexEntity
-
Packages that use IndexEntity Package Description com.c8db com.c8db.entity com.c8db.internal -
-
Uses of IndexEntity in com.c8db
Methods in com.c8db that return IndexEntity Modifier and Type Method Description IndexEntityC8Collection. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)Creates a fulltext index for the collection, if it does not already exist.IndexEntityC8Collection. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)Creates a geo-spatial index for the collection, if it does not already exist.IndexEntityC8Collection. ensureHashIndex(Iterable<String> fields, HashIndexOptions options)Creates a hash index for the collection if it does not already exist.IndexEntityC8Collection. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)Creates a persistent index for the collection, if it does not already exist.IndexEntityC8Collection. ensureSkiplistIndex(Iterable<String> fields, SkiplistIndexOptions options)Creates a skip-list index for the collection, if it does not already exist.IndexEntityC8Collection. ensureTTLIndex(Iterable<String> fields, TTLIndexOptions options)Creates a ttl index for the collection, if it does not already exist.IndexEntityC8Collection. getIndex(String id)Fetches information about the index with the givenidand returns it.IndexEntityC8Database. getIndex(String id)Returns an indexMethods in com.c8db that return types with arguments of type IndexEntity Modifier and Type Method Description Collection<IndexEntity>C8Collection. getIndexes()Fetches a list of all indexes on this collection. -
Uses of IndexEntity in com.c8db.entity
Methods in com.c8db.entity that return IndexEntity Modifier and Type Method Description IndexEntityC8qlExecutionExplainEntity.ExecutionNode. getIndexes() -
Uses of IndexEntity in com.c8db.internal
Methods in com.c8db.internal that return IndexEntity Modifier and Type Method Description IndexEntityC8CollectionImpl. ensureFulltextIndex(Iterable<String> fields, FulltextIndexOptions options)IndexEntityC8CollectionImpl. ensureGeoIndex(Iterable<String> fields, GeoIndexOptions options)IndexEntityC8CollectionImpl. ensureHashIndex(Iterable<String> fields, HashIndexOptions options)IndexEntityC8CollectionImpl. ensurePersistentIndex(Iterable<String> fields, PersistentIndexOptions options)IndexEntityC8CollectionImpl. ensureSkiplistIndex(Iterable<String> fields, SkiplistIndexOptions options)IndexEntityC8CollectionImpl. ensureTTLIndex(Iterable<String> fields, TTLIndexOptions options)IndexEntityC8CollectionImpl. getIndex(String id)IndexEntityC8DatabaseImpl. getIndex(String id)Methods in com.c8db.internal that return types with arguments of type IndexEntity Modifier and Type Method Description Collection<IndexEntity>C8CollectionImpl. getIndexes()protected C8Executor.ResponseDeserializer<Collection<IndexEntity>>InternalC8Collection. getIndexesResponseDeserializer()
-