public abstract class AbstractIgniteEndpoint
extends org.apache.camel.support.DefaultEndpoint
| Constructor and Description |
|---|
AbstractIgniteEndpoint(String endpointUri,
org.apache.camel.Component component) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.Ignite |
ignite() |
protected AbstractIgniteComponent |
igniteComponent() |
boolean |
isPropagateIncomingBodyIfNoReturnValue()
Gets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.
|
boolean |
isTreatCollectionsAsCacheObjects()
Gets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.
|
void |
setPropagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.
|
void |
setTreatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.
|
configureConsumer, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateConsumer, createProducer, getEndpointBaseUri, isSingletonProducerpublic AbstractIgniteEndpoint(String endpointUri, org.apache.camel.Component component)
protected AbstractIgniteComponent igniteComponent()
protected org.apache.ignite.Ignite ignite()
public boolean isPropagateIncomingBodyIfNoReturnValue()
public void setPropagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
public boolean isTreatCollectionsAsCacheObjects()
public void setTreatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Apache Camel