| Class | Description |
|---|---|
| DependencyPathUtils |
Utils for correct dependency path format.
|
| LoadBalancerZookeeperAutoConfiguration |
Auto-configuration that sets up Spring Cloud LoadBalancer for Zookeeper. |
| ZookeeperDiscoveryAutoConfiguration | |
| ZookeeperDiscoveryAutoConfiguration.ZookeeperDiscoveryHealthConfig | |
| ZookeeperDiscoveryClient |
Zookeeper version of
DiscoveryClient. |
| ZookeeperDiscoveryClientConfiguration |
DiscoveryClient configuration for
Zookeeper. |
| ZookeeperDiscoveryHealthIndicator |
HealthIndicator that presents the
status of all instances registered in Zookeeper. |
| ZookeeperDiscoveryProperties |
Properties related to Zookeeper's Service Discovery.
|
| ZookeeperInstance |
Represents the default payload of a registered service in Zookeeper.
|
| ZookeeperLoadBalancerConfiguration |
Zookeeper-specific
ServiceInstanceListSupplier that provides a delegate that
filters available instances based on status retrieved from Zookeeper. |
| ZookeeperServiceInstance |
A specific
ServiceInstance describing a zookeeper service instance. |
| ZookeeperServiceInstanceListSupplier |
A
ServiceInstanceListSupplier implementation that filters available instances based on status retrieved from Zookeeper. |
| ZookeeperServiceInstances |
An
Iterable representing registered Zookeeper instances. |
| ZookeeperServiceWatch |
A
TreeCacheListener that sends HeartbeatEvent when an entry inside
Zookeeper has changed. |
| Annotation Type | Description |
|---|---|
| ConditionalOnLoadBalancerForZookeeperEnabled |
Wrapper annotation to enable Spring Cloud LoadBalancer for Zookeeper.
|
| ConditionalOnZookeeperDiscoveryEnabled |
Wrapper annotation to enable Zookeeper Discovery.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.