Uses of Class
org.dizitart.no2.collection.NitriteId
-
Packages that use NitriteId Package Description org.dizitart.no2.collection org.dizitart.no2.common org.dizitart.no2.filters org.dizitart.no2.index org.dizitart.no2.store -
-
Uses of NitriteId in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return NitriteId Modifier and Type Method Description static NitriteIdNitriteId. createId(String value)Creates aNitriteIdfrom a value.NitriteIdDocument. getId()Return the nitrite id associated with this document.static NitriteIdNitriteId. newId()Creates a new auto-generatedNitriteId.Methods in org.dizitart.no2.collection with parameters of type NitriteId Modifier and Type Method Description intNitriteId. compareTo(NitriteId other)DocumentNitriteCollection. getById(NitriteId nitriteId)Gets a single element from the collection by its id. -
Uses of NitriteId in org.dizitart.no2.common
Methods in org.dizitart.no2.common that return NitriteId Modifier and Type Method Description NitriteIdFieldValues. getNitriteId()Methods in org.dizitart.no2.common with parameters of type NitriteId Modifier and Type Method Description voidFieldValues. setNitriteId(NitriteId nitriteId) -
Uses of NitriteId in org.dizitart.no2.filters
Methods in org.dizitart.no2.filters with parameters of type NitriteId Modifier and Type Method Description static FilterFilter. byId(NitriteId nitriteId)Returns a filter that matches documents with the specified NitriteId.Method parameters in org.dizitart.no2.filters with type arguments of type NitriteId Modifier and Type Method Description booleanFilter. apply(Pair<NitriteId,Document> element)Applies the filter to the given element.booleanIndexScanFilter. apply(Pair<NitriteId,Document> element) -
Uses of NitriteId in org.dizitart.no2.index
Methods in org.dizitart.no2.index that return types with arguments of type NitriteId Modifier and Type Method Description default List<NitriteId>NitriteIndex. addNitriteIds(List<NitriteId> nitriteIds, FieldValues fieldValues)LinkedHashSet<NitriteId>NitriteIndexer. findByFilter(FindPlan findPlan, NitriteConfig nitriteConfig)Finds the NitriteIds of the documents that match the given filter in the specified collection.LinkedHashSet<NitriteId>NitriteIndex. findNitriteIds(FindPlan findPlan)Finds the NitriteIds from the index for the given find plan.default List<NitriteId>NitriteIndex. removeNitriteIds(List<NitriteId> nitriteIds, FieldValues fieldValues)Method parameters in org.dizitart.no2.index with type arguments of type NitriteId Modifier and Type Method Description default List<NitriteId>NitriteIndex. addNitriteIds(List<NitriteId> nitriteIds, FieldValues fieldValues)default List<NitriteId>NitriteIndex. removeNitriteIds(List<NitriteId> nitriteIds, FieldValues fieldValues) -
Uses of NitriteId in org.dizitart.no2.store
Methods in org.dizitart.no2.store that return types with arguments of type NitriteId Modifier and Type Method Description RecordStream<NitriteId>NitriteRTree. findContainedKeys(Key key)Finds the contained keys from the rtree.RecordStream<NitriteId>NitriteRTree. findIntersectingKeys(Key key)Finds the intersecting keys from the rtree.Methods in org.dizitart.no2.store with parameters of type NitriteId Modifier and Type Method Description voidNitriteRTree. add(Key key, NitriteId nitriteId)Adds a key to the rtree.voidNitriteRTree. remove(Key key, NitriteId nitriteId)Removes a key from the rtree.
-