Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- ConditionalOnZookeeperEnabled - Annotation Type in org.springframework.cloud.zookeeper
-
Wrapper annotation to enable Zookeeper.
- CuratorFactory - Class in org.springframework.cloud.zookeeper
- CuratorFactory() - Constructor for class org.springframework.cloud.zookeeper.CuratorFactory
- curatorFramework(ZookeeperProperties, RetryPolicy, Supplier<Stream<CuratorFrameworkCustomizer>>, Supplier<EnsembleProvider>, Supplier<TracerDriver>) - Static method in class org.springframework.cloud.zookeeper.CuratorFactory
- curatorFramework(ZookeeperProperties, RetryPolicy, ObjectProvider<CuratorFrameworkCustomizer>, ObjectProvider<EnsembleProvider>, ObjectProvider<TracerDriver>) - Method in class org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration
- CuratorFrameworkCustomizer - Interface in org.springframework.cloud.zookeeper
-
Beans that implement this interface will be used by the
ZookeeperAutoConfigurationZookeeperAutoConfiguration} to further customize theCuratorFrameworkthat it provides. - customize(CuratorFrameworkFactory.Builder) - Method in interface org.springframework.cloud.zookeeper.CuratorFrameworkCustomizer
-
Customize the
CuratorFrameworkFactory.Builder.
D
- doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.zookeeper.ZookeeperHealthIndicator
E
- exponentialBackoffRetry(ZookeeperProperties) - Method in class org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration
G
- getBaseSleepTimeMs() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getBlockUntilConnectedUnit() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getBlockUntilConnectedWait() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getConnectionTimeout() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getConnectString() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getMaxRetries() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getMaxSleepMs() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- getSessionTimeout() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
I
- isEnabled() - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
O
- org.springframework.cloud.zookeeper - package org.springframework.cloud.zookeeper
P
- PREFIX - Static variable in class org.springframework.cloud.zookeeper.ZookeeperProperties
-
Configuration prefix.
R
- registerCurator(BootstrapRegistry, UriComponents, boolean) - Static method in class org.springframework.cloud.zookeeper.CuratorFactory
- registerCurator(BootstrapRegistry, UriComponents, boolean, Predicate<BootstrapContext>) - Static method in class org.springframework.cloud.zookeeper.CuratorFactory
- retryPolicy(ZookeeperProperties) - Static method in class org.springframework.cloud.zookeeper.CuratorFactory
S
- setBaseSleepTimeMs(Integer) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setBlockUntilConnectedUnit(TimeUnit) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setBlockUntilConnectedWait(Integer) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setConnectionTimeout(Duration) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setConnectString(String) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setEnabled(boolean) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setMaxRetries(Integer) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setMaxSleepMs(Integer) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
- setSessionTimeout(Duration) - Method in class org.springframework.cloud.zookeeper.ZookeeperProperties
Z
- ZookeeperAutoConfiguration - Class in org.springframework.cloud.zookeeper
-
Auto-configurationthat sets up Zookeeper discovery. - ZookeeperAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration
- ZookeeperHealthAutoConfiguration - Class in org.springframework.cloud.zookeeper
-
Auto
Configurationfor adding a Zookeeper health endpoint to actuator if required. - ZookeeperHealthAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.ZookeeperHealthAutoConfiguration
- zookeeperHealthIndicator(CuratorFramework) - Method in class org.springframework.cloud.zookeeper.ZookeeperHealthAutoConfiguration
-
If there is an active curator, if the zookeeper health endpoint is enabled and if a health indicator hasn't already been added by a user add one.
- ZookeeperHealthIndicator - Class in org.springframework.cloud.zookeeper
-
A
HealthIndicatorthat checks the status of the Zookeeper connection. - ZookeeperHealthIndicator(CuratorFramework) - Constructor for class org.springframework.cloud.zookeeper.ZookeeperHealthIndicator
- zookeeperProperties() - Method in class org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration
- ZookeeperProperties - Class in org.springframework.cloud.zookeeper
-
Properties related to connecting to Zookeeper.
- ZookeeperProperties() - Constructor for class org.springframework.cloud.zookeeper.ZookeeperProperties
All Classes and Interfaces|All Packages|Constant Field Values