public static class CaffeineLoadCacheComponentConfiguration.CaffeineConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
CaffeineConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
com.github.benmanes.caffeine.cache.Cache |
getCache() |
com.github.benmanes.caffeine.cache.CacheLoader |
getCacheLoader() |
Boolean |
getCreateCacheIfNotExist() |
org.apache.camel.component.caffeine.EvictionType |
getEvictionType() |
Integer |
getExpireAfterAccessTime() |
Integer |
getExpireAfterWriteTime() |
Integer |
getInitialCapacity() |
Object |
getKey() |
String |
getKeyType() |
Integer |
getMaximumSize() |
com.github.benmanes.caffeine.cache.RemovalListener |
getRemovalListener() |
com.github.benmanes.caffeine.cache.stats.StatsCounter |
getStatsCounter() |
Boolean |
getStatsEnabled() |
String |
getValueType() |
void |
setAction(String action) |
void |
setCache(com.github.benmanes.caffeine.cache.Cache cache) |
void |
setCacheLoader(com.github.benmanes.caffeine.cache.CacheLoader cacheLoader) |
void |
setCreateCacheIfNotExist(Boolean createCacheIfNotExist) |
void |
setEvictionType(org.apache.camel.component.caffeine.EvictionType evictionType) |
void |
setExpireAfterAccessTime(Integer expireAfterAccessTime) |
void |
setExpireAfterWriteTime(Integer expireAfterWriteTime) |
void |
setInitialCapacity(Integer initialCapacity) |
void |
setKey(Object key) |
void |
setKeyType(String keyType) |
void |
setMaximumSize(Integer maximumSize) |
void |
setRemovalListener(com.github.benmanes.caffeine.cache.RemovalListener removalListener) |
void |
setStatsCounter(com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter) |
void |
setStatsEnabled(Boolean statsEnabled) |
void |
setValueType(String valueType) |
public static final Class CAMEL_NESTED_CLASS
public CaffeineConfigurationNestedConfiguration()
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 String getKeyType()
public void setKeyType(String keyType)
public String getValueType()
public void setValueType(String valueType)
public com.github.benmanes.caffeine.cache.Cache getCache()
public void setCache(com.github.benmanes.caffeine.cache.Cache cache)
public com.github.benmanes.caffeine.cache.CacheLoader getCacheLoader()
public void setCacheLoader(com.github.benmanes.caffeine.cache.CacheLoader cacheLoader)
public Boolean getStatsEnabled()
public void setStatsEnabled(Boolean statsEnabled)
public Integer getInitialCapacity()
public void setInitialCapacity(Integer initialCapacity)
public Integer getMaximumSize()
public void setMaximumSize(Integer maximumSize)
public org.apache.camel.component.caffeine.EvictionType getEvictionType()
public void setEvictionType(org.apache.camel.component.caffeine.EvictionType evictionType)
public Integer getExpireAfterAccessTime()
public void setExpireAfterAccessTime(Integer expireAfterAccessTime)
public Integer getExpireAfterWriteTime()
public void setExpireAfterWriteTime(Integer expireAfterWriteTime)
public com.github.benmanes.caffeine.cache.RemovalListener getRemovalListener()
public void setRemovalListener(com.github.benmanes.caffeine.cache.RemovalListener removalListener)
public com.github.benmanes.caffeine.cache.stats.StatsCounter getStatsCounter()
public void setStatsCounter(com.github.benmanes.caffeine.cache.stats.StatsCounter statsCounter)
Apache Camel