Uses of Class
org.kiwiproject.curator.config.CuratorConfig
-
Packages that use CuratorConfig Package Description org.kiwiproject.curator org.kiwiproject.curator.config org.kiwiproject.curator.zookeeper -
-
Uses of CuratorConfig in org.kiwiproject.curator
Methods in org.kiwiproject.curator with parameters of type CuratorConfig Modifier and Type Method Description org.apache.curator.framework.CuratorFrameworkCuratorFrameworkHelper. createCuratorFramework(CuratorConfig curatorConfig)Creates a newCuratorFrameworkinstance.org.apache.curator.framework.CuratorFrameworkCuratorFrameworkHelper. startCuratorFramework(CuratorConfig curatorConfig)Creates and starts a new {Kink CuratorFramework} instance. -
Uses of CuratorConfig in org.kiwiproject.curator.config
Methods in org.kiwiproject.curator.config that return CuratorConfig Modifier and Type Method Description static CuratorConfigCuratorConfig. copyOf(CuratorConfig original)Create a copy of the original CuratorConfig.static CuratorConfigCuratorConfig. copyOfWithZkConnectString(CuratorConfig original, String newZkConnectString)Create a copy of the original CuratorConfig except withnewZkConnectStringas the ZooKeeper connect string.CuratorConfigCuratorConfigured. getCuratorConfig()Methods in org.kiwiproject.curator.config with parameters of type CuratorConfig Modifier and Type Method Description static CuratorConfigCuratorConfig. copyOf(CuratorConfig original)Create a copy of the original CuratorConfig.static CuratorConfigCuratorConfig. copyOfWithZkConnectString(CuratorConfig original, String newZkConnectString)Create a copy of the original CuratorConfig except withnewZkConnectStringas the ZooKeeper connect string. -
Uses of CuratorConfig in org.kiwiproject.curator.zookeeper
Methods in org.kiwiproject.curator.zookeeper with parameters of type CuratorConfig Modifier and Type Method Description booleanZooKeeperAvailabilityChecker. anyZooKeepersAvailable(CuratorConfig curatorConfig)Check if any ZooKeepers are available using the connection string in theCuratorConfig.
-