Class RebuildIndexOperation
java.lang.Object
org.apache.camel.component.nitrite.AbstractNitriteOperation
org.apache.camel.component.nitrite.operation.common.RebuildIndexOperation
- All Implemented Interfaces:
CollectionOperation,CommonOperation,RepositoryOperation
Rebuild existing index on field
-
Constructor Summary
ConstructorsConstructorDescriptionRebuildIndexOperation(String field) RebuildIndexOperation(String field, boolean async) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)
-
Constructor Details
-
RebuildIndexOperation
-
RebuildIndexOperation
-
-
Method Details
-
execute
protected void execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) throws Exception - Specified by:
executein classAbstractNitriteOperation- Throws:
Exception
-