| Constructor and Description |
|---|
InfinispanEmbeddedConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InfinispanEmbeddedConfiguration |
clone() |
org.infinispan.manager.EmbeddedCacheManager |
getCacheContainer()
Specifies the cache Container to connect
|
org.infinispan.configuration.cache.Configuration |
getCacheContainerConfiguration() |
InfinispanEmbeddedCustomListener |
getCustomListener()
Returns the custom listener in use, if provided
|
String |
getEventTypes() |
org.infinispan.context.Flag[] |
getFlags() |
boolean |
hasCustomListener() |
boolean |
hasFlags() |
boolean |
isClusteredListener()
If true, the listener will be installed for the entire cluster
|
boolean |
isSync()
If true, the consumer will receive notifications synchronously
|
void |
setCacheContainer(org.infinispan.manager.EmbeddedCacheManager cacheContainer) |
void |
setCacheContainerConfiguration(org.infinispan.configuration.cache.Configuration cacheContainerConfiguration)
The CacheContainer configuration.
|
void |
setClusteredListener(boolean clusteredListener) |
void |
setCustomListener(InfinispanEmbeddedCustomListener customListener) |
void |
setEventTypes(String eventTypes)
Specifies the set of event types to register by the consumer.Multiple event can be separated by comma.
|
void |
setFlags(org.infinispan.context.Flag... flags) |
void |
setFlags(String flagsAsString)
A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation
|
void |
setSync(boolean sync) |
getConfigurationUri, getDefaultValue, getKey, getOldValue, getOperation, getOperationOrDefault, getQueryBuilder, getRemappingFunction, getResultHeader, getValue, hasQueryBuilder, setConfigurationUri, setDefaultValue, setKey, setOldValue, setOperation, setQueryBuilder, setRemappingFunction, setResultHeader, setValuepublic org.infinispan.manager.EmbeddedCacheManager getCacheContainer()
public void setCacheContainer(org.infinispan.manager.EmbeddedCacheManager cacheContainer)
public org.infinispan.configuration.cache.Configuration getCacheContainerConfiguration()
public void setCacheContainerConfiguration(org.infinispan.configuration.cache.Configuration cacheContainerConfiguration)
public boolean isSync()
public void setSync(boolean sync)
public boolean isClusteredListener()
public void setClusteredListener(boolean clusteredListener)
public String getEventTypes()
public void setEventTypes(String eventTypes)
public InfinispanEmbeddedCustomListener getCustomListener()
public void setCustomListener(InfinispanEmbeddedCustomListener customListener)
public boolean hasCustomListener()
public org.infinispan.context.Flag[] getFlags()
public void setFlags(String flagsAsString)
public void setFlags(org.infinispan.context.Flag... flags)
public boolean hasFlags()
public InfinispanEmbeddedConfiguration clone()
Apache Camel