- scan(CamelContext) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setAction(String) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
To configure the default cache action.
- setAllowSerializedHeaders(boolean) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setCache(Cache) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
To configure an already instantiated cache to be used
- setCache(Cache<String, DefaultExchangeHolder>) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setCacheLoader(CacheLoader) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
To configure a CacheLoader in case of a LoadCache use
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setConfiguration(CaffeineConfiguration) - Method in class org.apache.camel.component.caffeine.cache.CaffeineCacheComponent
-
Sets the global component configuration
- setConfiguration(CaffeineConfiguration) - Method in class org.apache.camel.component.caffeine.load.CaffeineLoadCacheComponent
-
Sets the global component configuration
- setCreateCacheIfNotExist(boolean) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Configure if a cache need to be created if it does exist or can't be
pre-configured.
- setDeadLetterChannel(String) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setDeadLetterUri(String) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setEvictionType(EvictionType) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set the eviction Type for this cache
- setExpireAfterAccessTime(int) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set the expire After Access Time in case of time based Eviction (in
seconds)
- setExpireAfterWriteTime(int) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set the expire After Access Write in case of time based Eviction (in
seconds)
- setInitialCapacity(int) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set the initial Capacity for the cache
- setKey(Object) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
To configure the default action key.
- setKeyType(Class<?>) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
The cache key type, default "java.lang.Object"
- setMaximumRedeliveries(int) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setMaximumSize(int) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set the maximum size for the cache
- setRecoveryInterval(long) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setRecoveryInterval(long, TimeUnit) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setRemovalListener(RemovalListener) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set a specific removal Listener for the cache
- setStatsCounter(StatsCounter) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
Set a specific Stats Counter for the cache stats
- setStatsEnabled(boolean) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
To enable stats on the cache
- setUseRecovery(boolean) - Method in class org.apache.camel.component.caffeine.processor.aggregate.CaffeineAggregationRepository
-
- setValueType(Class<?>) - Method in class org.apache.camel.component.caffeine.CaffeineConfiguration
-
The cache value type, default "java.lang.Object"