Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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 - Variable in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
- builder() - Static method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
- builder(ServiceInstanceBuilder<ZookeeperInstance>) - Static method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration
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.
- CONNECTED - Enum constant in enum org.springframework.cloud.zookeeper.discovery.watcher.DependencyState
-
valid states.
- 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
ConditionalOnDependenciesPassedcondition. - 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
DependencyStatein 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
- DISCONNECTED - Enum constant in enum org.springframework.cloud.zookeeper.discovery.watcher.DependencyState
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
-
Function that will replace the placeholder
ZookeeperDependency.VERSION_PLACEHOLDER_REGEXfrom theZookeeperDependency.contentTypeTemplatewith value fromZookeeperDependency.version. - 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
-
Key to the
ZookeeperInstance.getMetadata()map. - instanceSerializer - Variable in class org.springframework.cloud.zookeeper.support.DefaultServiceDiscoveryCustomizer
- instanceSerializer() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
- isEnabled() - Method in class org.springframework.cloud.zookeeper.discovery.ZookeeperDiscoveryProperties
- isEnabled() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistration
- isEnabled(BootstrapContext) - Static method in class org.springframework.cloud.zookeeper.discovery.configclient.ZookeeperConfigServerBootstrapper
- 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-configurationthat 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
- PROPERTY - Static variable in annotation type org.springframework.cloud.zookeeper.discovery.ConditionalOnZookeeperDiscoveryEnabled
-
Property name.
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(ApplicationContext, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
- ServiceInstanceRegistration - Class in org.springframework.cloud.zookeeper.serviceregistry
-
Registrationthat lazily builds aServiceInstanceso 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.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(String, DependencyState) - Method in interface org.springframework.cloud.zookeeper.discovery.watcher.DependencyWatcherListener
-
Method executed upon state change of a dependency.
- stateChanged(CuratorFramework, ConnectionState) - Method in class org.springframework.cloud.zookeeper.discovery.watcher.DependencyStateChangeListenerRegistry
- STATUS_OUT_OF_SERVICE - Static variable in class org.springframework.cloud.zookeeper.support.StatusConstants
-
OUT_OF_SERVICE value for
StatusConstants.INSTANCE_STATUS_KEYkey. - STATUS_UP - Static variable in class org.springframework.cloud.zookeeper.support.StatusConstants
-
UP value for
StatusConstants.INSTANCE_STATUS_KEYkey. - 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) - Constructor for class org.springframework.cloud.zookeeper.discovery.dependency.StubsConfiguration
- StubsConfiguration(String, String, 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(String) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ServiceInstanceRegistration.RegistrationBuilder
- uriSpec(UriSpec) - 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(ZookeeperServiceRegistry, ZookeeperRegistration, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperAutoServiceRegistrationAutoConfiguration
- ZookeeperAutoServiceRegistration - Class in org.springframework.cloud.zookeeper.serviceregistry
-
Zookeeper
AbstractAutoServiceRegistrationthat usesZookeeperServiceRegistryto 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
- 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() - Method in class org.springframework.cloud.zookeeper.discovery.dependency.ZookeeperDependenciesAutoConfiguration
- 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
- 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) - 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
- 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.ZookeeperDiscoveryClientConfiguration
- 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
-
DiscoveryClientconfiguration 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
-
HealthIndicatorthat 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(InetUtils) - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
- 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
- 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
ServiceInstanceListSupplierthat provides a delegate that filters available instances based on status retrieved from Zookeeper. - ZookeeperLoadBalancerConfiguration() - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperLoadBalancerConfiguration
- zookeeperReactiveDiscoveryClient(ServiceDiscovery<ZookeeperInstance>, ZookeeperDiscoveryProperties) - Method in class org.springframework.cloud.zookeeper.discovery.reactive.ZookeeperReactiveDiscoveryClientConfiguration
- 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
- ZookeeperReactiveDiscoveryClientConfiguration - Class in org.springframework.cloud.zookeeper.discovery.reactive
-
ReactiveDiscoveryClientconfiguration 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
ServiceInstancedescribing 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
ServiceInstanceListSupplierimplementation 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
Iterablerepresenting registered Zookeeper instances. - ZookeeperServiceInstances(CuratorFramework, ServiceDiscovery<ZookeeperInstance>, ZookeeperDependencies, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceInstances
- zookeeperServiceRegistry() - Method in class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistryAutoConfiguration
- ZookeeperServiceRegistry - Class in org.springframework.cloud.zookeeper.serviceregistry
- ZookeeperServiceRegistry(ServiceDiscovery<ZookeeperInstance>) - Constructor for class org.springframework.cloud.zookeeper.serviceregistry.ZookeeperServiceRegistry
- 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
TreeCacheListenerthat sendsHeartbeatEventwhen an entry inside Zookeeper has changed. - ZookeeperServiceWatch(CuratorFramework, ZookeeperDiscoveryProperties) - Constructor for class org.springframework.cloud.zookeeper.discovery.ZookeeperServiceWatch
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form