Package | Description |
---|---|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.util |
Utility classes used by the core of Camel.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpointRegistry
Default implementation of
EndpointRegistry |
Modifier and Type | Method and Description |
---|---|
protected static LRUCache<String,PollingConsumer> |
ConsumerCache.createLRUCache(int cacheSize)
Creates the
LRUCache to be used. |
protected static LRUCache<String,Producer> |
ProducerCache.createLRUCache(int cacheSize)
Creates the
LRUCache to be used. |
Modifier and Type | Class and Description |
---|---|
class |
LRUSoftCache<K,V>
A cache that uses a near optional LRU Cache using
SoftReference . |
class |
LRUWeakCache<K,V>
A cache that uses a near optional LRU Cache using
WeakReference . |
Apache Camel