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

A

address(String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
afterSingletonsInstantiated() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 

B

build() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
build() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
builder - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
builder() - Static method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
builder(ServiceInstanceBuilder<ZookeeperInstance>) - Static method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
builder - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 

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
close() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
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
ConditionalOnZookeeperDiscoveryEnabled - Annotation Type in org.springframework.cloud.zookeeper.discovery
Wrapper annotation to enable Zookeeper Discovery
curator - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
curator - Variable in class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
 
curatorServiceDiscovery(ServiceDiscoveryCustomizer) - Method in class org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration
 
CuratorServiceDiscoveryAutoConfiguration - Class in org.springframework.cloud.zookeeper.support
 
CuratorServiceDiscoveryAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration
 
customize(ServiceDiscoveryBuilder<ZookeeperInstance>) - Method in class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
 
customize(ServiceDiscoveryBuilder<ZookeeperInstance>) - Method in interface org.springframework.cloud.zookeeper.support.ServiceDiscoveryCustomizer
 

D

DEFAULT_NAMESPACE - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
DEFAULT_URI_SPEC - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
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(ServiceDiscovery<ZookeeperInstance>, DependencyPresenceOnStartupVerifier, List<DependencyWatcherListener>, ZookeeperDependencies) - Constructor for class org.springframework.cloud.zookeeper.discovery.watcher.DefaultDependencyWatcher
 
defaultServiceDiscoveryCustomizer(CuratorFramework, ZookeeperDiscoveryProperties, InstanceSerializer<ZookeeperInstance>) - Method in class org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration
 
DefaultServiceDiscoveryCustomizer - Class in org.springframework.cloud.zookeeper.support
 
DefaultServiceDiscoveryCustomizer(CuratorFramework, ZookeeperDiscoveryProperties, InstanceSerializer<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
 
defaultUriSpec() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
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 when Feign is used.
DependencyFeignClientAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyFeignClientAutoConfiguration
 
DependencyPathUtils - Class in org.springframework.cloud.zookeeper.discovery
Utils for correct dependency path format
DependencyPathUtils() - Constructor for class org.springframework.cloud.zookeeper.discovery.DependencyPathUtils
 
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(ServiceDiscovery<ZookeeperInstance>, 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.
deprecatedInstanceSerializer() - Method in class org.springframework.cloud.zookeeper.support.CuratorServiceDiscoveryAutoConfiguration
 
deregister() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
deregister(ZookeeperRegistration) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
description() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 

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
 
getCache() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
getConfiguration() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
getContentTypeTemplate() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getContentTypeWithVersion() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
getCurator() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
Deprecated.
getDefaultHealthEndpoint() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getDependencies() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
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
 
getHeaders() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getHost() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getHost() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
getInitialListOfServers() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
getInitialStatus() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstance() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServer
 
getInstanceHost() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstanceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstanceNumber() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StickyRule
Each time a new instance is picked, an internal counter is incremented.
getInstancePort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstances(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getInstanceSslPort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getKey(String, String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
getLoadBalancerType() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getManagementRegistration() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
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
 
getMetadata() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getMetadata() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
getMetadata(Server) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerIntrospector
 
getMetadata() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getMetadata() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getMetaInfo() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServer
 
getName() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryHealthIndicator
 
getName() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
getOrder() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.DependencyEnvironmentPostProcessor
 
getOrder() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getOrder() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getPath() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getPathForAlias(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getPort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getPort() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getPrefix() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
getProperty(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
getRegistration() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
getRoot() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getServers() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
getServiceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getServiceId() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getServiceInstance() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getServiceInstance() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getServiceInstance() - Method in interface org.springframework.cloud.zookeeper.serviceregistry.ZookeeperRegistration
 
getServices() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getStatus(ZookeeperRegistration) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
getStubs() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getStubsArtifactId() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 
getStubsClassifier() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 
getStubsConfiguration() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
getStubsGroupId() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
 
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
 
getUri() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getUri() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
getUriSpec() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getVersion() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 

H

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

I

id(String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
init() - Method in class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerAutoConfiguration
 
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
 
INSTANCE_STATUS_KEY - Static variable in interface org.springframework.cloud.zookeeper.support.StatusConstants
instanceSerializer() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
 
instanceSerializer - Variable in class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
 
isEnabled() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
isEnabled() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
isRegister() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
isRequired() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
isSecure(Server) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServerIntrospector
 
isSecure() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
isSecure() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
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

name(String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
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.configclient - package org.springframework.cloud.zookeeper.discovery.configclient
 
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
 
org.springframework.cloud.zookeeper.serviceregistry - package org.springframework.cloud.zookeeper.serviceregistry
 
org.springframework.cloud.zookeeper.support - package org.springframework.cloud.zookeeper.support
 

P

payload(ZookeeperInstance) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
port(int) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
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.
properties - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
properties - Variable in class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
 

R

register() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
register(ZookeeperRegistration) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
TODO: add when ZookeeperServiceDiscovery is removed One can override this method to provide custom way of registering ServiceDiscovery
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
RegistrationBuilder(ServiceInstanceBuilder<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
registrationTimeUTC(long) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
ribbonServerList(IClientConfig, ServiceDiscovery<ZookeeperInstance>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
ribbonServerListFromDependencies(IClientConfig, ZookeeperDependencies, ServiceDiscovery<ZookeeperInstance>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
RibbonZookeeperAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery
Auto-configuration that sets up Ribbon for Zookeeper.
RibbonZookeeperAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.RibbonZookeeperAutoConfiguration
 

S

sanitize(String) - Static method in class org.springframework.cloud.zookeeper.discovery.DependencyPathUtils
Sanitizes path by ensuring that path starts with a slash and doesn't have one at the end
serverIntrospector() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
ServiceDiscoveryCustomizer - Interface in org.springframework.cloud.zookeeper.support
 
serviceInstance - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
ServiceInstanceRegistration - Class in org.springframework.cloud.zookeeper.serviceregistry
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.
ServiceInstanceRegistration(ServiceInstanceBuilder<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
serviceInstanceRegistration(ApplicationContext, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
 
ServiceInstanceRegistration.RegistrationBuilder - Class in org.springframework.cloud.zookeeper.serviceregistry
 
serviceType(ServiceType) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
setContentTypeTemplate(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setDefaultHealthEndpoint(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
setDependencies(Map<String, ZookeeperDependency>) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
setEnabled(boolean) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setHeaders(Map<String, Collection<String>>) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setId(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
setInitialStatus(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setInstanceHost(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setInstanceId(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setInstanceIpAddress(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setInstancePort(Integer) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setInstanceSslPort(Integer) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setLoadBalancerType(LoadBalancerType) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setMetadata(Map<String, String>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setMetadata(Map<String, String>) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
setName(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
setOrder(int) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setPath(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setPort(int) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
setPort(int) - Method in interface org.springframework.cloud.zookeeper.serviceregistry.ZookeeperRegistration
 
setPreferIpAddress(boolean) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setPrefix(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
setProp(String, String, String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperRibbonClientConfiguration
 
setRegister(boolean) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setRequired(boolean) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setRoot(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setStatus(ZookeeperRegistration, String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
setStubs(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setStubsConfiguration(StubsConfiguration) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
setUriSpec(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
setVersion(String) - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
sslPort(int) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
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
STATUS_OUT_OF_SERVICE - Static variable in interface org.springframework.cloud.zookeeper.support.StatusConstants
OUT_OF_SERVICE value for StatusConstants.INSTANCE_STATUS_KEY key.
STATUS_UP - Static variable in interface org.springframework.cloud.zookeeper.support.StatusConstants
StatusConstants - Interface in org.springframework.cloud.zookeeper.support
 
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
 
toString() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
 
toString() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependency
 
toString() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
toString() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 

U

uriSpec(UriSpec) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 
uriSpec(String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
 

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

ZookeeperAutoServiceRegistration - Class in org.springframework.cloud.zookeeper.serviceregistry
Zookeeper AbstractAutoServiceRegistration that uses ZookeeperServiceRegistry to register and de-register instances.
ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry, ZookeeperRegistration, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
ZookeeperAutoServiceRegistration(ZookeeperServiceRegistry, ZookeeperRegistration, ZookeeperDiscoveryProperties, AutoServiceRegistrationProperties) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
zookeeperAutoServiceRegistration(ZookeeperServiceRegistry, ZookeeperRegistration, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
 
ZookeeperAutoServiceRegistrationAutoConfiguration - Class in org.springframework.cloud.zookeeper.serviceregistry
 
ZookeeperAutoServiceRegistrationAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
 
ZookeeperConfigServerAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery.configclient
Extra configuration for config server if it happens to be registered with Zookeeper.
ZookeeperConfigServerAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerAutoConfiguration
 
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
Represents a particular dependency of Zookeeper instance.
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
 
ZookeeperDiscoveryAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperDiscoveryAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration
 
ZookeeperDiscoveryAutoConfiguration.ZookeeperDiscoveryHealthConfig - Class in org.springframework.cloud.zookeeper.discovery
 
zookeeperDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration
 
ZookeeperDiscoveryClient - Class in org.springframework.cloud.zookeeper.discovery
Zookeeper version of DiscoveryClient.
ZookeeperDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
ZookeeperDiscoveryClientConfigServiceBootstrapConfiguration - Class in org.springframework.cloud.zookeeper.discovery.configclient
Helper for config client that wants to lookup the config server via discovery.
ZookeeperDiscoveryClientConfigServiceBootstrapConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperDiscoveryClientConfigServiceBootstrapConfiguration
 
ZookeeperDiscoveryClientConfiguration - Class in org.springframework.cloud.zookeeper.discovery
DiscoveryClient configuration for Zookeeper.
ZookeeperDiscoveryClientConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
zookeeperDiscoveryClientMarker() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
ZookeeperDiscoveryHealthConfig() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration.ZookeeperDiscoveryHealthConfig
 
zookeeperDiscoveryHealthIndicator(CuratorFramework, ServiceDiscovery<ZookeeperInstance>, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration.ZookeeperDiscoveryHealthConfig
 
ZookeeperDiscoveryHealthIndicator - Class in org.springframework.cloud.zookeeper.discovery
HealthIndicator that presents the status of all instances registered in Zookeeper.
ZookeeperDiscoveryHealthIndicator(CuratorFramework, ServiceDiscovery<ZookeeperInstance>, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryHealthIndicator
 
zookeeperDiscoveryProperties(InetUtils) - Method in class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperDiscoveryClientConfigServiceBootstrapConfiguration
 
zookeeperDiscoveryProperties(InetUtils) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration
 
ZookeeperDiscoveryProperties - Class in org.springframework.cloud.zookeeper.discovery
Properties related to Zookeeper's Service Discovery.
ZookeeperDiscoveryProperties() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
ZookeeperDiscoveryProperties(InetUtils) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
zookeeperDiscoveryProperties(InetUtils) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
 
ZookeeperInstance - Class in org.springframework.cloud.zookeeper.discovery
Represents the default payload of a registered service in Zookeeper.
ZookeeperInstance(String, String, Map<String, String>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperInstance
 
ZookeeperRegistration - Interface in org.springframework.cloud.zookeeper.serviceregistry
 
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
A Zookeeper version of a Ribbon Server
ZookeeperServer(ServiceInstance<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServer
 
ZookeeperServerIntrospector - Class in org.springframework.cloud.zookeeper.discovery
 
ZookeeperServerIntrospector() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServerIntrospector
 
ZookeeperServerList - Class in org.springframework.cloud.zookeeper.discovery
Zookeeper version of AbstractServerList that returns the list of servers on which instances are ran.
ZookeeperServerList(ServiceDiscovery<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServerList
 
ZookeeperServiceInstance - Class in org.springframework.cloud.zookeeper.discovery
A specific ServiceInstance describing a zookeeper service instance
ZookeeperServiceInstance(String, ServiceInstance<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
ZookeeperServiceInstances - Class in org.springframework.cloud.zookeeper.discovery
An Iterable representing registered Zookeeper instances.
ZookeeperServiceInstances(CuratorFramework, ServiceDiscovery<ZookeeperInstance>, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstances
 
ZookeeperServiceRegistry - Class in org.springframework.cloud.zookeeper.serviceregistry
 
ZookeeperServiceRegistry(ServiceDiscovery<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
 
zookeeperServiceRegistry() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
 
ZookeeperServiceRegistryAutoConfiguration - Class in org.springframework.cloud.zookeeper.serviceregistry
 
ZookeeperServiceRegistryAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
 
zookeeperServiceWatch(ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryAutoConfiguration
 
ZookeeperServiceWatch - Class in org.springframework.cloud.zookeeper.discovery
A TreeCacheListener that sends HeartbeatEvent when an entry inside Zookeeper has changed.
ZookeeperServiceWatch(CuratorFramework, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
 
A B C D F G H I L N O P R S T U V Z 
Skip navigation links

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