org.apache.camel.impl
Class EndpointRegistry

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<K,V>
              extended by org.apache.camel.util.LRUCache<org.apache.camel.impl.EndpointKey,Endpoint>
                  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
EndpointRegistry()
           
 
Method Summary
 
Methods inherited from class org.apache.camel.util.LRUCache
getMaxCacheSize, removeEldestEntry, start, stop, toString
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

EndpointRegistry

public EndpointRegistry()


Apache CAMEL