public class InfinispanRemoteAggregationRepository
extends org.apache.camel.component.infinispan.InfinispanAggregationRepository
| Constructor and Description |
|---|
InfinispanRemoteAggregationRepository(String cacheName)
Creates new
InfinispanRemoteAggregationRepository that defaults to non-optimistic locking with
recoverable behavior and a local Infinispan cache. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
protected org.infinispan.commons.api.BasicCache<String,org.apache.camel.support.DefaultExchangeHolder> |
getCache() |
InfinispanRemoteConfiguration |
getConfiguration() |
void |
setConfiguration(InfinispanRemoteConfiguration configuration) |
add, confirm, get, getCacheName, getCamelContext, getDeadLetterChannel, getDeadLetterUri, getKeys, getMaximumRedeliveries, getRecoveryIntervalInMillis, isAllowSerializedHeaders, isUseRecovery, recover, remove, scan, setAllowSerializedHeaders, setCamelContext, setDeadLetterChannel, setDeadLetterUri, setMaximumRedeliveries, setRecoveryInterval, setRecoveryInterval, setUseRecovery, unmarshallExchangebuild, doBuild, doFail, doInit, 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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic InfinispanRemoteAggregationRepository(String cacheName)
InfinispanRemoteAggregationRepository that defaults to non-optimistic locking with
recoverable behavior and a local Infinispan cache.cacheName - cache nameprotected void doStart()
throws Exception
doStart in class org.apache.camel.component.infinispan.InfinispanAggregationRepositoryExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.service.BaseServiceExceptionprotected org.infinispan.commons.api.BasicCache<String,org.apache.camel.support.DefaultExchangeHolder> getCache()
getCache in class org.apache.camel.component.infinispan.InfinispanAggregationRepositorypublic InfinispanRemoteConfiguration getConfiguration()
public void setConfiguration(InfinispanRemoteConfiguration configuration)
Apache Camel