| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
StaticEndpointBuilders.jcache(String path)
JCache (camel-jcache)
Perform caching operations against JSR107/JCache.
|
static JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
StaticEndpointBuilders.jcache(String componentName,
String path)
JCache (camel-jcache)
Perform caching operations against JSR107/JCache.
|
| Modifier and Type | Method and Description |
|---|---|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.AdvancedJCacheEndpointBuilder.basic() |
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfiguration(Object cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfiguration(String cacheConfiguration)
A Configuration for the Cache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfigurationProperties(Map cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cacheConfigurationProperties(String cacheConfigurationProperties)
The Properties for the javax.cache.spi.CachingProvider to create the
CacheManager.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.cachingProvider(String cachingProvider)
The fully qualified class name of the
javax.cache.spi.CachingProvider.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.configurationUri(String configurationUri)
An implementation specific URI for the CacheManager.
|
static JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheBuilders.jcache(String path)
JCache (camel-jcache)
Perform caching operations against JSR107/JCache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheBuilders.jcache(String componentName,
String path)
JCache (camel-jcache)
Perform caching operations against JSR107/JCache.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.managementEnabled(boolean managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.managementEnabled(String managementEnabled)
Whether management gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.readThrough(boolean readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.readThrough(String readThrough)
If read-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.statisticsEnabled(boolean statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.statisticsEnabled(String statisticsEnabled)
Whether statistics gathering is enabled.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.storeByValue(boolean storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.storeByValue(String storeByValue)
If cache should use store-by-value or store-by-reference semantics.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.writeThrough(boolean writeThrough)
If write-through caching should be used.
|
default JCacheEndpointBuilderFactory.JCacheEndpointBuilder |
JCacheEndpointBuilderFactory.JCacheEndpointBuilder.writeThrough(String writeThrough)
If write-through caching should be used.
|
Apache Camel