public static class EhcacheComponentConfiguration.EhcacheConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
EhcacheConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
org.ehcache.CacheManager |
getCacheManager() |
org.ehcache.config.Configuration |
getCacheManagerConfiguration() |
org.ehcache.config.CacheConfiguration |
getConfiguration() |
Map |
getConfigurations() |
String |
getConfigurationUri() |
String |
getConfigUri()
Deprecated.
|
Boolean |
getCreateCacheIfNotExist() |
org.ehcache.event.EventFiring |
getEventFiring() |
org.ehcache.event.EventOrdering |
getEventOrdering() |
Set |
getEventTypes() |
Object |
getKey() |
String |
getKeyType() |
String |
getValueType() |
void |
setAction(String action) |
void |
setCacheManager(org.ehcache.CacheManager cacheManager) |
void |
setCacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration) |
void |
setConfiguration(org.ehcache.config.CacheConfiguration configuration) |
void |
setConfigurations(Map configurations) |
void |
setConfigurationUri(String configurationUri) |
void |
setConfigUri(String configUri)
Deprecated.
|
void |
setCreateCacheIfNotExist(Boolean createCacheIfNotExist) |
void |
setEventFiring(org.ehcache.event.EventFiring eventFiring) |
void |
setEventOrdering(org.ehcache.event.EventOrdering eventOrdering) |
void |
setEventTypes(Set eventTypes) |
void |
setKey(Object key) |
void |
setKeyType(String keyType) |
void |
setValueType(String valueType) |
public static final Class CAMEL_NESTED_CLASS
public EhcacheConfigurationNestedConfiguration()
public String getConfigurationUri()
public void setConfigurationUri(String configurationUri)
@Deprecated @DeprecatedConfigurationProperty public String getConfigUri()
@Deprecated public void setConfigUri(String configUri)
public Boolean getCreateCacheIfNotExist()
public void setCreateCacheIfNotExist(Boolean createCacheIfNotExist)
public String getAction()
public void setAction(String action)
public Object getKey()
public void setKey(Object key)
public org.ehcache.CacheManager getCacheManager()
public void setCacheManager(org.ehcache.CacheManager cacheManager)
public org.ehcache.config.Configuration getCacheManagerConfiguration()
public void setCacheManagerConfiguration(org.ehcache.config.Configuration cacheManagerConfiguration)
public org.ehcache.event.EventOrdering getEventOrdering()
public void setEventOrdering(org.ehcache.event.EventOrdering eventOrdering)
public org.ehcache.event.EventFiring getEventFiring()
public void setEventFiring(org.ehcache.event.EventFiring eventFiring)
public Set getEventTypes()
public void setEventTypes(Set eventTypes)
public org.ehcache.config.CacheConfiguration getConfiguration()
public void setConfiguration(org.ehcache.config.CacheConfiguration configuration)
public Map getConfigurations()
public void setConfigurations(Map configurations)
public String getKeyType()
public void setKeyType(String keyType)
public String getValueType()
public void setValueType(String valueType)
Apache Camel