| 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,Producer> |
ProducerCache.createLRUCache(int cacheSize)
Creates the
LRUCache to be used. |
protected static LRUCache<String,PollingConsumer> |
ConsumerCache.createLRUCache(int cacheSize)
Creates the
LRUCache to be used. |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUSoftCache<K,V>
A Least Recently Used Cache which uses
SoftReference. |
class |
LRUWeakCache<K,V>
A Least Recently Used Cache which uses
WeakReference. |
Apache Camel