| Package | Description |
|---|---|
| org.springframework.cloud.zookeeper.discovery | |
| org.springframework.cloud.zookeeper.serviceregistry |
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperServiceDiscovery
Deprecated.
replaced by
ZookeeperServiceRegistry
and ServiceInstanceRegistration. Remove in Edgware |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceInstanceRegistration
Registration that lazily builds
a ServiceInstance so the port can by dynamically set (for instance, when the
user wants a dynamic port for spring boot. |
| Modifier and Type | Method and Description |
|---|---|
protected ZookeeperRegistration |
ZookeeperAutoServiceRegistration.getManagementRegistration() |
protected ZookeeperRegistration |
ZookeeperAutoServiceRegistration.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ZookeeperServiceRegistry.deregister(ZookeeperRegistration registration) |
Object |
ZookeeperServiceRegistry.getStatus(ZookeeperRegistration registration) |
void |
ZookeeperServiceRegistry.register(ZookeeperRegistration registration) |
void |
ZookeeperServiceRegistry.setStatus(ZookeeperRegistration registration,
String status) |
ZookeeperAutoServiceRegistration |
ZookeeperAutoServiceRegistrationAutoConfiguration.zookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry,
ZookeeperRegistration registration,
ZookeeperDiscoveryProperties properties) |
| Constructor and Description |
|---|
ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry registry,
ZookeeperRegistration registration,
ZookeeperDiscoveryProperties properties) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.