Uses of Class
org.apache.camel.component.nitrite.AbstractNitriteOperation
Packages that use AbstractNitriteOperation
Package
Description
-
Uses of AbstractNitriteOperation in org.apache.camel.component.nitrite.operation
Subclasses of AbstractNitriteOperation in org.apache.camel.component.nitrite.operation -
Uses of AbstractNitriteOperation in org.apache.camel.component.nitrite.operation.collection
Modifier and TypeClassDescriptionclassFind Documents in collection by Filter.classRemove documents matching FilterclassUpdate documents matching Filter. -
Uses of AbstractNitriteOperation in org.apache.camel.component.nitrite.operation.common
Modifier and TypeClassDescriptionclassCreate index with IndexOptions on fieldclassDrop index on fieldclassExport full database to JSON and stores result in body - see Nitrite docs for details about formatclassGet attributes of collectionclassGet Document by _idclassImport full database from JSON in bodyclassInsert document to collection or object to ObjectRepository.classList indexes in collection and storesCollection<org.dizitart.no2.Index>in message bodyclassRebuild existing index on fieldclassUpdate document in collection or object in ObjectRepository.classUpsert (Insert or Update) document in collection or object in ObjectRepository. -
Uses of AbstractNitriteOperation in org.apache.camel.component.nitrite.operation.repository
Modifier and TypeClassDescriptionclassFind objects in ObjectRepository by ObjectFilter.classRemove objects in ObjectRepository matched by ObjectFilterclassUpdate objects matching ObjectFilter.