| Package | Description |
|---|---|
| org.apache.camel.component.nitrite.operation.common |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateIndexOperation
Create index with IndexOptions on field
|
class |
DropIndexOperation
Drop index on field
|
class |
ExportDatabaseOperation
Export full database to JSON and stores result in body - see Nitrite docs for details about format
|
class |
GetAttributesOperation
Get attributes of collection
|
class |
GetByIdOperation
Get Document by _id
|
class |
ImportDatabaseOperation
Import full database from JSON in body
|
class |
InsertOperation
Insert document to collection or object to ObjectRepository.
|
class |
ListIndicesOperation
List indexes in collection and stores
Collection<org.dizitart.no2.Index> in message body |
class |
RebuildIndexOperation
Rebuild existing index on field
|
class |
UpdateOperation
Update document in collection or object in ObjectRepository.
|
class |
UpsertOperation
Upsert (Insert or Update) document in collection or object in ObjectRepository.
|
Apache Camel