org.apache.camel.impl
Class EndpointRegistry
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.apache.camel.util.LRUCache<org.apache.camel.impl.EndpointKey,Endpoint>
org.apache.camel.impl.EndpointRegistry
- All Implemented Interfaces:
- Serializable, Cloneable, Map<org.apache.camel.impl.EndpointKey,Endpoint>, Service
public class EndpointRegistry
- extends LRUCache<org.apache.camel.impl.EndpointKey,Endpoint>
Endpoint registry which is a based on a LRUCache
to keep the last 1000 in an internal cache.
- Version:
- See Also:
- Serialized Form
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
EndpointRegistry
public EndpointRegistry()
Apache CAMEL