Uses of Interface
org.apache.camel.component.nitrite.operation.CommonOperation
Packages that use CommonOperation
-
Uses of CommonOperation in org.apache.camel.component.nitrite.operation.common
Classes in org.apache.camel.component.nitrite.operation.common that implement CommonOperationModifier 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.