Uses of Class
org.apache.camel.component.kestrel.KestrelConfiguration

Uses of KestrelConfiguration in org.apache.camel.component.kestrel
 

Methods in org.apache.camel.component.kestrel that return KestrelConfiguration
 KestrelConfiguration KestrelConfiguration.copy()
           
 KestrelConfiguration KestrelComponent.getConfiguration()
           
 KestrelConfiguration KestrelEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.kestrel with parameters of type KestrelConfiguration
 net.spy.memcached.MemcachedClient KestrelComponent.getMemcachedClient(KestrelConfiguration config, String queue)
           
 void KestrelComponent.setConfiguration(KestrelConfiguration configuration)
           
 void KestrelEndpoint.setConfiguration(KestrelConfiguration configuration)
           
 

Constructors in org.apache.camel.component.kestrel with parameters of type KestrelConfiguration
KestrelComponent(KestrelConfiguration configuration)
           
KestrelEndpoint(String endPointURI, KestrelComponent component, KestrelConfiguration configuration, String queue)
           
 



Apache Camel