public class InfinispanEmbeddedAggregationRepository
extends org.apache.camel.component.infinispan.InfinispanAggregationRepository
| Constructor and Description |
|---|
InfinispanEmbeddedAggregationRepository(String cacheName)
Creates new
InfinispanEmbeddedAggregationRepository 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() |
InfinispanEmbeddedConfiguration |
getConfiguration() |
void |
setConfiguration(InfinispanEmbeddedConfiguration 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 InfinispanEmbeddedAggregationRepository(String cacheName)
InfinispanEmbeddedAggregationRepository 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 InfinispanEmbeddedConfiguration getConfiguration()
public void setConfiguration(InfinispanEmbeddedConfiguration configuration)
Apache Camel