Uses of Interface
org.apache.camel.component.nitrite.operation.CollectionOperation
-
-
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation
Subinterfaces of CollectionOperation in org.apache.camel.component.nitrite.operation Modifier and Type Interface Description interfaceCommonOperation -
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation.collection
Classes in org.apache.camel.component.nitrite.operation.collection that implement CollectionOperation Modifier and Type Class Description classFindCollectionOperationFind Documents in collection by Filter.classRemoveCollectionOperationRemove documents matching FilterclassUpdateCollectionOperationUpdate documents matching Filter. -
Uses of CollectionOperation in org.apache.camel.component.nitrite.operation.common
Classes in org.apache.camel.component.nitrite.operation.common that implement CollectionOperation Modifier and Type Class Description classCreateIndexOperationCreate index with IndexOptions on fieldclassDropIndexOperationDrop index on fieldclassExportDatabaseOperationExport full database to JSON and stores result in body - see Nitrite docs for details about formatclassGetAttributesOperationGet attributes of collectionclassGetByIdOperationGet Document by _idclassImportDatabaseOperationImport full database from JSON in bodyclassInsertOperationInsert document to collection or object to ObjectRepository.classListIndicesOperationList indexes in collection and storesCollection<org.dizitart.no2.Index>in message bodyclassRebuildIndexOperationRebuild existing index on fieldclassUpdateOperationUpdate document in collection or object in ObjectRepository.classUpsertOperationUpsert (Insert or Update) document in collection or object in ObjectRepository.
-