Package | Description |
---|---|
org.springframework.cloud.zookeeper.discovery |
Modifier and Type | Method and Description |
---|---|
org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> |
ZookeeperServiceDiscovery.getServiceDiscovery() |
protected AtomicReference<org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance>> |
ZookeeperServiceDiscovery.getServiceDiscoveryRef() |
org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance> |
ZookeeperServiceDiscovery.getServiceInstance() |
protected AtomicReference<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> |
ZookeeperServiceDiscovery.getServiceInstanceRef() |
org.apache.curator.x.discovery.details.InstanceSerializer<ZookeeperInstance> |
ZookeeperDiscoveryClientConfiguration.instanceSerializer() |
Iterator<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> |
ZookeeperServiceInstances.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
ZookeeperServiceDiscovery.configureServiceDiscovery(AtomicReference<org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance>> serviceDiscovery,
org.apache.curator.framework.CuratorFramework curator,
ZookeeperDiscoveryProperties properties,
org.apache.curator.x.discovery.details.InstanceSerializer<ZookeeperInstance> instanceSerializer,
AtomicReference<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> serviceInstance) |
protected void |
ZookeeperServiceDiscovery.configureServiceDiscovery(AtomicReference<org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance>> serviceDiscovery,
org.apache.curator.framework.CuratorFramework curator,
ZookeeperDiscoveryProperties properties,
org.apache.curator.x.discovery.details.InstanceSerializer<ZookeeperInstance> instanceSerializer,
AtomicReference<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> serviceInstance) |
protected void |
ZookeeperServiceDiscovery.configureServiceDiscovery(AtomicReference<org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance>> serviceDiscovery,
org.apache.curator.framework.CuratorFramework curator,
ZookeeperDiscoveryProperties properties,
org.apache.curator.x.discovery.details.InstanceSerializer<ZookeeperInstance> instanceSerializer,
AtomicReference<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> serviceInstance) |
protected void |
ZookeeperServiceDiscovery.configureServiceInstance(AtomicReference<org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance>> serviceInstance,
String appName,
org.springframework.context.ApplicationContext context,
AtomicInteger port,
String host,
org.apache.curator.x.discovery.UriSpec uriSpec) |
Constructor and Description |
---|
ZookeeperServer(org.apache.curator.x.discovery.ServiceInstance<ZookeeperInstance> instance) |
ZookeeperServerList(org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> serviceDiscovery) |
ZookeeperServiceDiscovery(org.apache.curator.framework.CuratorFramework curator,
ZookeeperDiscoveryProperties properties,
org.apache.curator.x.discovery.details.InstanceSerializer<ZookeeperInstance> instanceSerializer) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.