Uses of Class
org.apache.camel.component.nitrite.NitriteEndpoint
-
-
Uses of NitriteEndpoint in org.apache.camel.component.nitrite
Methods in org.apache.camel.component.nitrite with parameters of type NitriteEndpoint Modifier and Type Method Description protected abstract voidAbstractNitriteOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)Constructors in org.apache.camel.component.nitrite with parameters of type NitriteEndpoint Constructor Description NitriteConsumer(NitriteEndpoint endpoint, org.apache.camel.Processor processor)NitriteProducer(NitriteEndpoint endpoint) -
Uses of NitriteEndpoint in org.apache.camel.component.nitrite.operation
Methods in org.apache.camel.component.nitrite.operation with parameters of type NitriteEndpoint Modifier and Type Method Description protected ObjectAbstractPayloadAwareOperation. getPayload(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) -
Uses of NitriteEndpoint in org.apache.camel.component.nitrite.operation.collection
Methods in org.apache.camel.component.nitrite.operation.collection with parameters of type NitriteEndpoint Modifier and Type Method Description protected voidFindCollectionOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidRemoveCollectionOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidUpdateCollectionOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) -
Uses of NitriteEndpoint in org.apache.camel.component.nitrite.operation.common
Methods in org.apache.camel.component.nitrite.operation.common with parameters of type NitriteEndpoint Modifier and Type Method Description protected voidCreateIndexOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidDropIndexOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidExportDatabaseOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidGetAttributesOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidGetByIdOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidImportDatabaseOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidInsertOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidListIndicesOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidRebuildIndexOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidUpdateOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidUpsertOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) -
Uses of NitriteEndpoint in org.apache.camel.component.nitrite.operation.repository
Methods in org.apache.camel.component.nitrite.operation.repository with parameters of type NitriteEndpoint Modifier and Type Method Description protected voidFindRepositoryOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidRemoveRepositoryOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)protected voidUpdateRepositoryOperation. execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)
-