All Classes and Interfaces

Class
Description
 
 
 
 
Create index with IndexOptions on field
Drop index on field
Export full database to JSON and stores result in body - see Nitrite docs for details about format
Find Documents in collection by Filter.
Find objects in ObjectRepository by ObjectFilter.
Get attributes of collection
Get Document by _id
Import full database from JSON in body
Insert document to collection or object to ObjectRepository.
List indexes in collection and stores Collection<org.dizitart.no2.Index> in message body
Represents the component that manages NitriteEndpoint.
Generated by camel build tools - do NOT edit this file!
 
The Nitrite consumer.
Access Nitrite databases.
Generated by camel build tools - do NOT edit this file!
Generated by camel build tools - do NOT edit this file!
The Nitrite producer.
 
Generated by camel build tools - do NOT edit this file!
Rebuild existing index on field
Remove documents matching Filter
Remove objects in ObjectRepository matched by ObjectFilter
 
Update documents matching Filter.
Update document in collection or object in ObjectRepository.
Update objects matching ObjectFilter.
Upsert (Insert or Update) document in collection or object in ObjectRepository.