Class ListIndicesOperation
- java.lang.Object
-
- org.apache.camel.component.nitrite.AbstractNitriteOperation
-
- org.apache.camel.component.nitrite.operation.common.ListIndicesOperation
-
- All Implemented Interfaces:
CollectionOperation
,CommonOperation
,RepositoryOperation
public class ListIndicesOperation extends AbstractNitriteOperation implements CommonOperation
List indexes in collection and storesCollection<org.dizitart.no2.Index>
in message body
-
-
Constructor Summary
Constructors Constructor Description ListIndicesOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint)
-
-
-
Method Detail
-
execute
protected void execute(org.apache.camel.Exchange exchange, NitriteEndpoint endpoint) throws Exception
- Specified by:
execute
in classAbstractNitriteOperation
- Throws:
Exception
-
-