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 interface
CommonOperation
-
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 class
FindCollectionOperation
Find Documents in collection by Filter.class
RemoveCollectionOperation
Remove documents matching Filterclass
UpdateCollectionOperation
Update 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 class
CreateIndexOperation
Create index with IndexOptions on fieldclass
DropIndexOperation
Drop index on fieldclass
ExportDatabaseOperation
Export full database to JSON and stores result in body - see Nitrite docs for details about formatclass
GetAttributesOperation
Get attributes of collectionclass
GetByIdOperation
Get Document by _idclass
ImportDatabaseOperation
Import full database from JSON in bodyclass
InsertOperation
Insert document to collection or object to ObjectRepository.class
ListIndicesOperation
List indexes in collection and storesCollection<org.dizitart.no2.Index>
in message bodyclass
RebuildIndexOperation
Rebuild existing index on fieldclass
UpdateOperation
Update document in collection or object in ObjectRepository.class
UpsertOperation
Upsert (Insert or Update) document in collection or object in ObjectRepository.
-