Class ZookeeperGroupSupport
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.component.zookeepermaster.ZookeeperGroupSupport
-
- All Implemented Interfaces:
AutoCloseable,Callable<org.apache.curator.framework.CuratorFramework>,org.apache.camel.CamelContextAware,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.StatefulService,org.apache.camel.SuspendableService,org.apache.curator.framework.state.ConnectionStateListener
- Direct Known Subclasses:
ZookeeperGroupListenerSupport
public class ZookeeperGroupSupport extends org.apache.camel.support.service.ServiceSupport implements org.apache.camel.CamelContextAware, Callable<org.apache.curator.framework.CuratorFramework>, org.apache.curator.framework.state.ConnectionStateListener
-
-
Constructor Summary
Constructors Constructor Description ZookeeperGroupSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.curator.framework.CuratorFrameworkcall()Group<CamelNodeState>createGroup(String path)protected voiddoStart()protected voiddoStop()org.apache.camel.CamelContextgetCamelContext()org.apache.curator.framework.CuratorFrameworkgetCurator()ManagedGroupFactorygetManagedGroupFactory()ManagedGroupFactoryStrategygetManagedGroupFactoryStrategy()intgetMaximumConnectionTimeout()StringgetZooKeeperPassword()StringgetZooKeeperUrl()protected voidregisterAsListener()voidsetCamelContext(org.apache.camel.CamelContext camelContext)voidsetCurator(org.apache.curator.framework.CuratorFramework curator)To use a custom configured CuratorFramework as connection to zookeeper ensemble.voidsetManagedGroupFactory(ManagedGroupFactory managedGroupFactory)voidsetManagedGroupFactoryStrategy(ManagedGroupFactoryStrategy managedGroupFactoryStrategy)voidsetMaximumConnectionTimeout(int maximumConnectionTimeout)Timeout in millis to use when connecting to the zookeeper ensemblevoidsetZooKeeperPassword(String zooKeeperPassword)The password to use when connecting to the zookeeper ensemblevoidsetZooKeeperUrl(String zooKeeperUrl)The url for the zookeeper ensemblevoidstateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.curator.framework.state.ConnectionStateListener
doNotProxy
-
-
-
-
Method Detail
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- Specified by:
getCamelContextin interfaceorg.apache.camel.CamelContextAware
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
- Specified by:
setCamelContextin interfaceorg.apache.camel.CamelContextAware
-
getCurator
public org.apache.curator.framework.CuratorFramework getCurator()
-
createGroup
public Group<CamelNodeState> createGroup(String path)
-
setCurator
public void setCurator(org.apache.curator.framework.CuratorFramework curator)
To use a custom configured CuratorFramework as connection to zookeeper ensemble.
-
getMaximumConnectionTimeout
public int getMaximumConnectionTimeout()
-
setMaximumConnectionTimeout
public void setMaximumConnectionTimeout(int maximumConnectionTimeout)
Timeout in millis to use when connecting to the zookeeper ensemble
-
getZooKeeperUrl
public String getZooKeeperUrl()
-
setZooKeeperUrl
public void setZooKeeperUrl(String zooKeeperUrl)
The url for the zookeeper ensemble
-
getZooKeeperPassword
public String getZooKeeperPassword()
-
setZooKeeperPassword
public void setZooKeeperPassword(String zooKeeperPassword)
The password to use when connecting to the zookeeper ensemble
-
getManagedGroupFactory
public ManagedGroupFactory getManagedGroupFactory()
-
setManagedGroupFactory
public void setManagedGroupFactory(ManagedGroupFactory managedGroupFactory)
-
getManagedGroupFactoryStrategy
public ManagedGroupFactoryStrategy getManagedGroupFactoryStrategy()
-
setManagedGroupFactoryStrategy
public void setManagedGroupFactoryStrategy(ManagedGroupFactoryStrategy managedGroupFactoryStrategy)
-
doStart
protected void doStart() throws Exception- Overrides:
doStartin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
call
public org.apache.curator.framework.CuratorFramework call() throws Exception
-
doStop
protected void doStop() throws Exception- Overrides:
doStopin classorg.apache.camel.support.service.BaseService- Throws:
Exception
-
stateChanged
public void stateChanged(org.apache.curator.framework.CuratorFramework client, org.apache.curator.framework.state.ConnectionState newState)- Specified by:
stateChangedin interfaceorg.apache.curator.framework.state.ConnectionStateListener
-
registerAsListener
protected void registerAsListener()
-
-