| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_CONF |
"camel.component.caffeine-cache.action" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_ACTION_DOC |
"To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.caffeine-cache.autowiredEnabled" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_CONF |
"camel.component.caffeine-cache.cacheLoader" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CACHE_LOADER_DOC |
"To configure a CacheLoader in case of a LoadCache use" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CONFIGURATION_CONF |
"camel.component.caffeine-cache.configuration" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CONFIGURATION_DOC |
"Sets the global component configuration" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_CONF |
"camel.component.caffeine-cache.createCacheIfNotExist" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_CREATE_CACHE_IF_NOT_EXIST_DOC |
"Configure if a cache need to be created if it does exist or can\'t be pre-configured." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_CONF |
"camel.component.caffeine-cache.evictionType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_DEFAULT |
"SIZE_BASED" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EVICTION_TYPE_DOC |
"Set the eviction Type for this cache One of: [size_based] [time_based]" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EXPIRE_AFTER_ACCESS_TIME_CONF |
"camel.component.caffeine-cache.expireAfterAccessTime" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EXPIRE_AFTER_ACCESS_TIME_DOC |
"Set the expire After Access Time in case of time based Eviction (in seconds)" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EXPIRE_AFTER_WRITE_TIME_CONF |
"camel.component.caffeine-cache.expireAfterWriteTime" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_EXPIRE_AFTER_WRITE_TIME_DOC |
"Set the expire After Access Write in case of time based Eviction (in seconds)" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_INITIAL_CAPACITY_CONF |
"camel.component.caffeine-cache.initialCapacity" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_INITIAL_CAPACITY_DOC |
"Set the initial Capacity for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_CONF |
"camel.component.caffeine-cache.key" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_DOC |
"To configure the default action key. If a key is set in the message header, then the key from the header takes precedence." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_TYPE_CONF |
"camel.component.caffeine-cache.keyType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_KEY_TYPE_DOC |
"The cache key type, default java.lang.Object" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.caffeine-cache.lazyStartProducer" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_MAXIMUM_SIZE_CONF |
"camel.component.caffeine-cache.maximumSize" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_MAXIMUM_SIZE_DOC |
"Set the maximum size for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_REMOVAL_LISTENER_CONF |
"camel.component.caffeine-cache.removalListener" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_REMOVAL_LISTENER_DOC |
"Set a specific removal Listener for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_COUNTER_CONF |
"camel.component.caffeine-cache.statsCounter" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_COUNTER_DOC |
"Set a specific Stats Counter for the cache stats" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_ENABLED_CONF |
"camel.component.caffeine-cache.statsEnabled" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_STATS_ENABLED_DOC |
"To enable stats on the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_VALUE_TYPE_CONF |
"camel.component.caffeine-cache.valueType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_COMPONENT_VALUE_TYPE_DOC |
"The cache value type, default java.lang.Object" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_CONF |
"camel.sink.endpoint.action" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_ACTION_DOC |
"To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_CONF |
"camel.sink.endpoint.cacheLoader" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CACHE_LOADER_DOC |
"To configure a CacheLoader in case of a LoadCache use" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_CONF |
"camel.sink.endpoint.createCacheIfNotExist" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_CREATE_CACHE_IF_NOT_EXIST_DOC |
"Configure if a cache need to be created if it does exist or can\'t be pre-configured." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_CONF |
"camel.sink.endpoint.evictionType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_DEFAULT |
"SIZE_BASED" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EVICTION_TYPE_DOC |
"Set the eviction Type for this cache One of: [size_based] [time_based]" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EXPIRE_AFTER_ACCESS_TIME_CONF |
"camel.sink.endpoint.expireAfterAccessTime" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EXPIRE_AFTER_ACCESS_TIME_DOC |
"Set the expire After Access Time in case of time based Eviction (in seconds)" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EXPIRE_AFTER_WRITE_TIME_CONF |
"camel.sink.endpoint.expireAfterWriteTime" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_EXPIRE_AFTER_WRITE_TIME_DOC |
"Set the expire After Access Write in case of time based Eviction (in seconds)" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_INITIAL_CAPACITY_CONF |
"camel.sink.endpoint.initialCapacity" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_INITIAL_CAPACITY_DOC |
"Set the initial Capacity for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_KEY_CONF |
"camel.sink.endpoint.key" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_KEY_DOC |
"To configure the default action key. If a key is set in the message header, then the key from the header takes precedence." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_KEY_TYPE_CONF |
"camel.sink.endpoint.keyType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_KEY_TYPE_DOC |
"The cache key type, default java.lang.Object" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_MAXIMUM_SIZE_CONF |
"camel.sink.endpoint.maximumSize" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_MAXIMUM_SIZE_DOC |
"Set the maximum size for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_REMOVAL_LISTENER_CONF |
"camel.sink.endpoint.removalListener" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_REMOVAL_LISTENER_DOC |
"Set a specific removal Listener for the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_STATS_COUNTER_CONF |
"camel.sink.endpoint.statsCounter" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_STATS_COUNTER_DOC |
"Set a specific Stats Counter for the cache stats" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_STATS_ENABLED_CONF |
"camel.sink.endpoint.statsEnabled" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_STATS_ENABLED_DOC |
"To enable stats on the cache" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_VALUE_TYPE_CONF |
"camel.sink.endpoint.valueType" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_ENDPOINT_VALUE_TYPE_DOC |
"The cache value type, default java.lang.Object" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_PATH_CACHE_NAME_CONF |
"camel.sink.path.cacheName" |
public static final String |
CAMEL_SINK_CAFFEINECACHE_PATH_CACHE_NAME_DOC |
"the cache name" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.