public class FabricComponent extends ZKComponentSupport
Constructor and Description |
---|
FabricComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> params) |
protected void |
doStart() |
protected void |
doStop() |
int |
getCacheSize() |
protected String |
getFabricPath(String name) |
LoadBalancerFactory |
getLoadBalancerFactory() |
org.apache.camel.impl.ProducerCache |
getProducerCache() |
String |
getZkRoot() |
protected String |
replaceAnyIpAddress(String uri) |
void |
setCacheSize(int cacheSize) |
void |
setLoadBalancerFactory(LoadBalancerFactory loadBalancerFactory) |
void |
setProducerCache(org.apache.camel.impl.ProducerCache producerCache) |
void |
setZkRoot(String zkRoot) |
call, createGroup, getCurator, getMaximumConnectionTimeout, getZooKeeperPassword, getZooKeeperUrl, isShouldCloseZkClient, setCurator, setMaximumConnectionTimeout, setShouldCloseZkClient, setZooKeeperPassword, setZooKeeperUrl
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public String getZkRoot()
public void setZkRoot(String zkRoot)
public int getCacheSize()
public void setCacheSize(int cacheSize)
public org.apache.camel.impl.ProducerCache getProducerCache()
public void setProducerCache(org.apache.camel.impl.ProducerCache producerCache)
public LoadBalancerFactory getLoadBalancerFactory()
public void setLoadBalancerFactory(LoadBalancerFactory loadBalancerFactory)
protected void doStart() throws Exception
doStart
in class ZKComponentSupport
Exception
protected void doStop() throws Exception
doStop
in class ZKComponentSupport
Exception
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> params) throws Exception
createEndpoint
in class org.apache.camel.impl.DefaultComponent
Exception
Copyright © 2011–2014 Red Hat. All rights reserved.