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
 
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.
ConditionalOnLoadBalancerForZookeeperEnabled - Annotation Type in org.springframework.cloud.zookeeper.discovery
Wrapper annotation to enable Spring Cloud LoadBalancer 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_URI_SPEC - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
Default URI spec.
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
 
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(FeignBlockingLoadBalancerClient, ZookeeperDependencies, BlockingLoadBalancerClient, LoadBalancerProperties, LoadBalancerClientFactory) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.DependencyFeignClientAutoConfiguration
 
DependencyPath(String) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration.DependencyPath
 
DependencyPathUtils - Class in org.springframework.cloud.zookeeper.discovery
Utils for correct dependency path format.
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
 
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.reactive.ZookeeperReactiveDiscoveryClient
 
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

get() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstanceListSupplier
 
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.
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
 
getInitialStatus() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstanceHost() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstanceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstanceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getInstancePort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getInstances(String) - Method in class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClient
 
getInstances(String) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClient
 
getInstanceSslPort() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
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() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getMetadata() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
 
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.reactive.ZookeeperReactiveDiscoveryClient
 
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.StubsConfiguration.DependencyPath
 
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
 
getRegistration() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
 
getRoot() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
 
getServiceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstance
 
getServiceId() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstanceListSupplier
 
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.reactive.ZookeeperReactiveDiscoveryClient
 
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
 
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
 

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
 
initialize(BootstrapRegistry) - Method in class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerBootstrapper
 
INSTANCE_STATUS_KEY - Static variable in class 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() - 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

LoadBalancerZookeeperAutoConfiguration - Class in org.springframework.cloud.zookeeper.discovery
Auto-configuration that sets up Spring Cloud LoadBalancer for Zookeeper.
LoadBalancerZookeeperAutoConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.LoadBalancerZookeeperAutoConfiguration
 
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.reactive - package org.springframework.cloud.zookeeper.discovery.reactive
 
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
 
PREFIX - Static variable in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependencies
Zookeeper Dependencies prefix.
PREFIX - Static variable in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
Zookeeper Discovery Properties prefix.
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
 

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.
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
A builder for ServiceInstanceRegistration.
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
 
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
 
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
 
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 class org.springframework.cloud.zookeeper.support.StatusConstants
OUT_OF_SERVICE value for StatusConstants.INSTANCE_STATUS_KEY key.
STATUS_UP - Static variable in class org.springframework.cloud.zookeeper.support.StatusConstants
StatusConstants - Class in org.springframework.cloud.zookeeper.support
 
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
 
StubsConfiguration.DependencyPath - Class in org.springframework.cloud.zookeeper.discovery.dependency
Marker class to discern between the stubs location and dependency registration path.

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

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.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
 
ZookeeperConfigServerBootstrapper - Class in org.springframework.cloud.zookeeper.discovery.configclient
 
ZookeeperConfigServerBootstrapper() - Constructor for class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerBootstrapper
 
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, 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 - 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
 
zookeeperDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryClientConfiguration
 
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
 
zookeeperDiscoveryClientServiceInstanceListSupplier(DiscoveryClient, Environment, ApplicationContext, ZookeeperDependencies) - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperLoadBalancerConfiguration
 
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
 
ZookeeperLoadBalancerConfiguration - Class in org.springframework.cloud.zookeeper.discovery
Zookeeper-specific ServiceInstanceListSupplier that provides a delegate that filters available instances based on status retrieved from Zookeeper.
ZookeeperLoadBalancerConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperLoadBalancerConfiguration
 
ZookeeperReactiveDiscoveryClient - Class in org.springframework.cloud.zookeeper.discovery.reactive
Zookeeper version of ReactiveDiscoveryClient.
ZookeeperReactiveDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClient
 
zookeeperReactiveDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration
 
ZookeeperReactiveDiscoveryClientConfiguration - Class in org.springframework.cloud.zookeeper.discovery.reactive
ReactiveDiscoveryClient configuration for Zookeeper.
ZookeeperReactiveDiscoveryClientConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration
 
zookeeperReactiveDiscoveryClientHealthIndicator(ZookeeperReactiveDiscoveryClient, DiscoveryClientHealthIndicatorProperties) - Method in class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration
 
ZookeeperRegistration - Interface in org.springframework.cloud.zookeeper.serviceregistry
 
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
 
ZookeeperServiceInstanceListSupplier - Class in org.springframework.cloud.zookeeper.discovery
A ServiceInstanceListSupplier implementation that filters available instances based on status retrieved from Zookeeper.
ZookeeperServiceInstanceListSupplier(ServiceInstanceListSupplier, ZookeeperDependencies) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstanceListSupplier
 
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 © 2022 Pivotal Software, Inc.. All rights reserved.