Uses of Class
org.dizitart.no2.index.IndexDescriptor
-
Packages that use IndexDescriptor Package Description org.dizitart.no2.collection org.dizitart.no2.common org.dizitart.no2.index -
-
Uses of IndexDescriptor in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return IndexDescriptor Modifier and Type Method Description IndexDescriptorFindPlan. getIndexDescriptor()Gets theIndexDescriptorfor index scan if any.Methods in org.dizitart.no2.collection with parameters of type IndexDescriptor Modifier and Type Method Description voidFindPlan. setIndexDescriptor(IndexDescriptor indexDescriptor)Gets theIndexDescriptorfor index scan if any. -
Uses of IndexDescriptor in org.dizitart.no2.common
Methods in org.dizitart.no2.common that return types with arguments of type IndexDescriptor Modifier and Type Method Description Collection<IndexDescriptor>PersistentCollection. listIndices()Gets a set of all indices in the collection. -
Uses of IndexDescriptor in org.dizitart.no2.index
Methods in org.dizitart.no2.index that return IndexDescriptor Modifier and Type Method Description IndexDescriptorNitriteIndex. getIndexDescriptor()Gets index descriptor.Methods in org.dizitart.no2.index with parameters of type IndexDescriptor Modifier and Type Method Description intIndexDescriptor. compareTo(IndexDescriptor other)voidNitriteIndexer. dropIndex(IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Drops the index from the collection.voidNitriteIndexer. removeIndexEntry(FieldValues fieldValues, IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Removes an index entry for the given field values and index descriptor from the Nitrite database.voidNitriteIndexer. writeIndexEntry(FieldValues fieldValues, IndexDescriptor indexDescriptor, NitriteConfig nitriteConfig)Writes an index entry for the given field values and index descriptor.
-