Class ZooKeeperClusterServiceConfiguration

  • All Implemented Interfaces:
    Cloneable

    @ConfigurationProperties(prefix="camel.cluster.zookeeper")
    public class ZooKeeperClusterServiceConfiguration
    extends org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Map<String,​Object> getAttributes()  
      String getId()  
      Integer getOrder()  
      boolean isEnabled()  
      void setAttributes​(Map<String,​Object> attributes)  
      void setEnabled​(boolean enabled)  
      void setId​(String id)  
      void setOrder​(Integer order)  
      • Methods inherited from class org.apache.camel.component.zookeeper.ZooKeeperCuratorConfiguration

        copy, getAuthInfoList, getBasePath, getConnectionTimeout, getConnectionTimeoutUnit, getCuratorFramework, getMaxCloseWait, getMaxCloseWaitUnit, getNamespace, getNodes, getReconnectBaseSleepTime, getReconnectBaseSleepTimeUnit, getReconnectMaxRetries, getReconnectMaxSleepTime, getReconnectMaxSleepTimeUnit, getRetryPolicy, getSessionTimeout, getSessionTimeoutUnit, setAuthInfoList, setBasePath, setConnectionTimeout, setConnectionTimeout, setConnectionTimeoutUnit, setCuratorFramework, setMaxCloseWait, setMaxCloseWaitUnit, setNamespace, setNodes, setNodes, setReconnectBaseSleepTime, setReconnectBaseSleepTime, setReconnectBaseSleepTimeUnit, setReconnectMaxRetries, setReconnectMaxSleepTime, setReconnectMaxSleepTime, setReconnectMaxSleepTimeUnit, setRetryPolicy, setSessionTimeout, setSessionTimeout, setSessionTimeoutUnit
    • Constructor Detail

      • ZooKeeperClusterServiceConfiguration

        public ZooKeeperClusterServiceConfiguration()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • setAttributes

        public void setAttributes​(Map<String,​Object> attributes)
      • getOrder

        public Integer getOrder()
      • setOrder

        public void setOrder​(Integer order)