Skip navigation links
B C D F G H I L N O P R S T V Z 

B

build() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 

C

cacheChanged() - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DependencyStateChangeListenerRegistry
 
checkPresence(String, List<ServiceInstance<?>>) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.presence.FailOnMissingDependencyChecker
 
checkPresence(String, List<ServiceInstance<?>>) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.presence.LogMissingDependencyChecker
 
checkPresence(String, List<ServiceInstance<?>>) - Method in interface org.springframework.cloud.zookeeper.discovery.watcher.presence.PresenceChecker
Checks if a given dependency is present
childEvent(CuratorFramework, TreeCacheEvent) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
choose(Object) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StickyRule
 
chooseServer(Object) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesBasedLoadBalancer
 
clearDependencyRegistrationHooks() - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
 
clearDependencyRegistrationHooks() - Method in interface org.springframework.cloud.zookeeper.discovery.watcher.DependencyRegistrationHookProvider
Unregister hooks upon dependencies registration
ConditionalOnDependenciesNotPassed - Annotation Type in org.springframework.cloud.zookeeper.discovery.dependency
Annotation to turn off a feature if Zookeeper dependencies have NOT been passed
ConditionalOnDependenciesPassed - Annotation Type in org.springframework.cloud.zookeeper.discovery.dependency
Annotation to turn on a feature if Zookeeper dependencies have been passed
ConditionalOnRibbonZookeeper - Annotation Type in org.springframework.cloud.zookeeper.discovery
Wrapper annotation to enable Ribbon for Zookeeper
configureServiceDiscovery(AtomicReference<ServiceDiscovery<ZookeeperInstance>>, CuratorFramework, ZookeeperDiscoveryProperties, InstanceSerializer<ZookeeperInstance>, AtomicReference<ServiceInstance<ZookeeperInstance>>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
configureServiceInstance(AtomicReference<ServiceInstance<ZookeeperInstance>>, String, ApplicationContext, AtomicInteger, String, UriSpec) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 

D

DEFAULT_NAMESPACE - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
DefaultDependencyPresenceOnStartupVerifier - Class in org.springframework.cloud.zookeeper.discovery.watcher.presence
By default passes logging dependency checker in order not to shutdown the application if dependency is missing
DefaultDependencyPresenceOnStartupVerifier() - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.presence.DefaultDependencyPresenceOnStartupVerifier
 
DefaultDependencyWatcher - Class in org.springframework.cloud.zookeeper.discovery.watcher
This Dependency Watcher will verify the presence of dependencies upon startup and registers listeners to changing of state of dependencies during the application's lifecycle.
DefaultDependencyWatcher(ZookeeperServiceDiscovery, DependencyPresenceOnStartupVerifier, List<DependencyWatcherListener>, ZookeeperDependencies) - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
 
DependenciesBasedLoadBalancer - Class in org.springframework.cloud.zookeeper.discovery.dependency
LoadBalancer that delegates to other rules depending on the provided load balancing strategy in the ZookeeperDependency#getLoadBalancerType()
DependenciesBasedLoadBalancer(ZookeeperDependencies, ServerList<?>, IClientConfig, IPing) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesBasedLoadBalancer
 
dependenciesBasedLoadBalancer(ZookeeperDependencies, ServerList<?>, IClientConfig, IPing) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
DependenciesNotPassedCondition - Class in org.springframework.cloud.zookeeper.discovery.dependency
Inverse of the ConditionalOnDependenciesPassed condition.
DependenciesNotPassedCondition() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesNotPassedCondition
 
DependenciesPassedCondition - Class in org.springframework.cloud.zookeeper.discovery.dependency
Condition that verifies if the Dependencies have been passed in an appropriate place in the application properties.
DependenciesPassedCondition() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesPassedCondition
 
DependencyEnvironmentPostProcessor - Class in org.springframework.cloud.zookeeper.discovery.dependency
EnvironmentPostProcessor that sets spring.application.name.
DependencyEnvironmentPostProcessor() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyEnvironmentPostProcessor
 
DependencyFeignClientAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.dependency
Configuration for ensuring that headers are set for a given dependency.
DependencyFeignClientAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyFeignClientAutoConfiguration
 
dependencyPresenceOnStartupVerifier() - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration
 
DependencyPresenceOnStartupVerifier - Class in org.springframework.cloud.zookeeper.discovery.watcher.presence
Verifier that checks for presence of mandatory dependencies and delegates to an optional presence checker verification of presence of optional dependencies.
DependencyPresenceOnStartupVerifier(PresenceChecker) - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.presence.DependencyPresenceOnStartupVerifier
 
DependencyRegistrationHookProvider - Interface in org.springframework.cloud.zookeeper.discovery.watcher
Implementations of this interface are required to register dependency registration hooks on startup and their cleaning upon application context shutdown.
DependencyRestTemplateAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.dependency
Customizes RestTemplate to support passing of params from dependency
DependencyRestTemplateAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyRestTemplateAutoConfiguration
 
DependencyRibbonAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.dependency
Provides LoadBalancerClient that at runtime can pick proper load balancing strategy basing on the Zookeeper dependencies from properties
DependencyRibbonAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyRibbonAutoConfiguration
 
DependencyState - Enum in org.springframework.cloud.zookeeper.discovery.watcher
Represents a dependency's Zookeeper connection state
DependencyStateChangeListenerRegistry - Class in org.springframework.cloud.zookeeper.discovery.watcher
Informs all the DependencyWatcherListeners that a dependency's state has changed
DependencyStateChangeListenerRegistry(List<DependencyWatcherListener>, String, ServiceCache<?>) - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.DependencyStateChangeListenerRegistry
 
dependencyWatcher(ZookeeperServiceDiscovery, DependencyPresenceOnStartupVerifier, ZookeeperDependencies) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration
 
DependencyWatcherAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.watcher
Provides hooks for observing dependency lifecycle in Zookeeper.
DependencyWatcherAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherAutoConfiguration
 
DependencyWatcherListener - Interface in org.springframework.cloud.zookeeper.discovery.watcher
Performs logic upon change of state of a dependency DependencyState in the service discovery system.
deregister() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
description() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryHealthIndicator
 

F

FailOnMissingDependencyChecker - Class in org.springframework.cloud.zookeeper.discovery.watcher.presence
Will result in throwing an exception if there are no running instances of the dependency
FailOnMissingDependencyChecker() - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.presence.FailOnMissingDependencyChecker
 

G

getAliasForPath(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getBuilt() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getCache() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
getConfiguration() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
getConfiguredPort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
getContentTypeWithVersion() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
getCurator() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getDependencyConfigurations() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getDependencyForAlias(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getDependencyForPath(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getDependencyNames() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getInitialListOfServers() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
getInstanceNumber() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StickyRule
Each time a new instance is picked, an internal counter is incremented.
getInstances(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getIpAddress() - Static method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
Return a non loopback IPv4 address for the machine running this process.
getKey(String, String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
getLocalServiceInstance() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesNotPassedCondition
 
getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependenciesPassedCondition
 
getMetaInfo() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServer
 
getOrder() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependencyEnvironmentPostProcessor
 
getPathForAlias(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getPort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getProperty(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
getServiceDiscovery() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getServiceDiscoveryRef() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getServiceInstance() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getServiceInstanceRef() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
getServices() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getUpdatedHeaders(Map<String, Collection<String>>) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getUpdatedListOfServers() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 

H

hasDependencies() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
healthCheckingRule(ZookeeperDependencies) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 

I

init() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
initFromDependencies(IClientConfig, ZookeeperDependencies) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
initWithNiwsConfig(IClientConfig) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StickyRule
 
initWithNiwsConfig(IClientConfig) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
instanceSerializer() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
isEnabled() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
iterator() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstances
 

L

loadBalancerClient(SpringClientFactory) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependencyRibbonAutoConfiguration
 
LoadBalancerType - Enum in org.springframework.cloud.zookeeper.discovery.dependency
 
LogMissingDependencyChecker - Class in org.springframework.cloud.zookeeper.discovery.watcher.presence
Will log the missing microservice dependency
LogMissingDependencyChecker() - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.presence.LogMissingDependencyChecker
 

N

NoInstancesRunningException - Exception in org.springframework.cloud.zookeeper.discovery.watcher.presence
 
NoInstancesRunningException(String) - Constructor for exception org.springframework.cloud.zookeeper.discovery.watcher.presence.NoInstancesRunningException
 

O

onApplicationEvent(InstanceRegisteredEvent<?>) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
 
onApplicationEvent(InstanceRegisteredEvent<?>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
org.springframework.cloud.zookeeper.discovery - package org.springframework.cloud.zookeeper.discovery
 
org.springframework.cloud.zookeeper.discovery.dependency - package org.springframework.cloud.zookeeper.discovery.dependency
 
org.springframework.cloud.zookeeper.discovery.watcher - package org.springframework.cloud.zookeeper.discovery.watcher
 
org.springframework.cloud.zookeeper.discovery.watcher.presence - package org.springframework.cloud.zookeeper.discovery.watcher.presence
 

P

postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependencyEnvironmentPostProcessor
 
preprocess() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
PresenceChecker - Interface in org.springframework.cloud.zookeeper.discovery.watcher.presence
The implementation of this interface will be called upon checking if a dependency with a given name is present upon startup within the provided service instances.

R

register() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
registerDependencyRegistrationHooks() - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
 
registerDependencyRegistrationHooks() - Method in interface org.springframework.cloud.zookeeper.discovery.watcher.DependencyRegistrationHookProvider
Register hooks upon dependencies registration
ribbonServerList(IClientConfig) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
ribbonServerListFromDependencies(IClientConfig, ZookeeperDependencies) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
RibbonZookeeperAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery
 
RibbonZookeeperAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.RibbonZookeeperAutoConfiguration
 

S

setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
setConfiguredPort(int) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
setPort(int) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
setProp(String, String, String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
stateChanged(CuratorFramework, ConnectionState) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DependencyStateChangeListenerRegistry
 
stateChanged(String, DependencyState) - Method in interface org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherListener
Method executed upon state change of a dependency
StickyRule - Class in org.springframework.cloud.zookeeper.discovery.dependency
Load balancing rule that returns always the same instance.
StickyRule(IRule) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StickyRule
 
stop() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
StubsConfiguration - Class in org.springframework.cloud.zookeeper.discovery.dependency
Representation of a stubs location
StubsConfiguration(String, String, String) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 
StubsConfiguration(String) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 
StubsConfiguration(StubsConfiguration.DependencyPath) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 

T

toColonSeparatedDependencyNotation() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 

V

VALUE_NOT_SET - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
valueOf(String) - Static method in enum org.springframework.cloud.zookeeper.discovery.dependency.LoadBalancerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.cloud.zookeeper.discovery.watcher.DependencyState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.zookeeper.discovery.dependency.LoadBalancerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.cloud.zookeeper.discovery.watcher.DependencyState
Returns an array containing the constants of this enum type, in the order they are declared.
verifyDependencyPresence(String, ServiceCache, boolean) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.presence.DependencyPresenceOnStartupVerifier
 

Z

ZookeeperDependencies - Class in org.springframework.cloud.zookeeper.discovery.dependency
Representation of this service's dependencies in Zookeeper
ZookeeperDependencies() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
zookeeperDependencies() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependenciesAutoConfiguration
 
ZookeeperDependenciesAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.dependency
Provides autoconfiguration for Zookeeper dependency set up in properties.
ZookeeperDependenciesAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependenciesAutoConfiguration
 
ZookeeperDependency - Class in org.springframework.cloud.zookeeper.discovery.dependency
 
ZookeeperDependency() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
ZookeeperDependency(String, LoadBalancerType, String, String, Map<String, Collection<String>>, boolean, String) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
ZookeeperDependency(String) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
ZookeeperDiscoveryClient - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryClient(ZookeeperServiceDiscovery, ZookeeperDependencies) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
zookeeperDiscoveryClient(ZookeeperServiceDiscovery) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperDiscoveryClientConfiguration - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryClientConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperDiscoveryClientConfiguration.ZookeeperDiscoveryHealthConfig - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryHealthConfig() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration.ZookeeperDiscoveryHealthConfig
 
zookeeperDiscoveryHealthIndicator() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration.ZookeeperDiscoveryHealthConfig
 
ZookeeperDiscoveryHealthIndicator - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryHealthIndicator(ZookeeperServiceDiscovery, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryHealthIndicator
 
zookeeperDiscoveryProperties() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperDiscoveryProperties - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryProperties() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
ZookeeperInstance - Class in org.springframework.cloud.zookeeper.discovery
 
zookeeperLifecycle(ZookeeperServiceDiscovery) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperLifecycle - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperLifecycle(ZookeeperDiscoveryProperties, ZookeeperServiceDiscovery) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperLifecycle
 
ZookeeperRibbonClientConfiguration - Class in org.springframework.cloud.zookeeper.discovery
Preprocessor that configures defaults for zookeeper-discovered ribbon clients.
ZookeeperRibbonClientConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
ZookeeperServer - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServer(ServiceInstance<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServer
 
ZookeeperServerList - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServerList(ServiceDiscovery<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
zookeeperServiceDiscovery() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperServiceDiscovery - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServiceDiscovery(CuratorFramework, ZookeeperDiscoveryProperties, InstanceSerializer<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceDiscovery
 
ZookeeperServiceInstances - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServiceInstances(ZookeeperServiceDiscovery, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstances
 
zookeeperServiceWatch() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperServiceWatch - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServiceWatch(CuratorFramework, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
B C D F G H I L N O P R S T V Z 
Skip navigation links

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.