Skip navigation links
A C D E G H I L M N O P R S U V 

A

AbstractDiscoveryLifecycle - Class in org.springframework.cloud.client.discovery
Lifecycle methods that may be useful and common to various DiscoveryClient implementations.
AbstractDiscoveryLifecycle() - Constructor for class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
apply(ServiceInstance) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerRequest
 

C

choose(String) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Choose a ServiceInstance from the LoadBalancer for the specified service
CommonsClientAutoConfiguration - Class in org.springframework.cloud.client
Auto-configuration for Spring Cloud Commons Client.
CommonsClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
customize(RestTemplate) - Method in interface org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer
 

D

DefaultServiceInstance - Class in org.springframework.cloud.client
Default implementation of ServiceInstance.
DefaultServiceInstance() - Constructor for class org.springframework.cloud.client.DefaultServiceInstance
 
deregister() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
De-register the local service with the DiscoveryClient
deregisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
De-register the local management service with the DiscoveryClient
description() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
A human readable description of the implementation, used in HealthIndicator
description() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
destroy() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
DiscoveryClient - Interface in org.springframework.cloud.client.discovery
DiscoveryClient represents operations commonly available to Discovery service such as Netflix Eureka or consul.io
discoveryClient() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
DiscoveryClientHealthIndicator - Class in org.springframework.cloud.client.discovery.health
 
DiscoveryClientHealthIndicator(DiscoveryClient) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
DiscoveryCompositeHealthIndicator - Class in org.springframework.cloud.client.discovery.health
Gathers all DiscoveryHealthIndicator's from a DiscoveryClient implementation and aggregates the statuses.
DiscoveryCompositeHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator
 
DiscoveryCompositeHealthIndicator.Holder - Class in org.springframework.cloud.client.discovery.health
 
discoveryHealthIndicator(HealthAggregator, List<DiscoveryHealthIndicator>) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
DiscoveryHealthIndicator - Interface in org.springframework.cloud.client.discovery.health
A health indicator interface specific for a DiscoveryClient implementation
DiscoveryLifecycle - Interface in org.springframework.cloud.client.discovery
 

E

EnableCircuitBreaker - Annotation Type in org.springframework.cloud.client.circuitbreaker
Annotation to enable a CircuitBreaker implementation.
EnableCircuitBreakerImportSelector - Class in org.springframework.cloud.client.circuitbreaker
Import a single circuit breaker implementation Configuration
EnableCircuitBreakerImportSelector() - Constructor for class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
EnableDiscoveryClient - Annotation Type in org.springframework.cloud.client.discovery
Annotation to enable a DiscoveryClient implementation.
EnableDiscoveryClientImportSelector - Class in org.springframework.cloud.client.discovery
 
EnableDiscoveryClientImportSelector() - Constructor for class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
execute(String, LoadBalancerRequest<T>) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
execute request using a ServiceInstance from the LoadBalancer for the specified service

G

get(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
get(BeanFactory) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
 
getAnnotationClass() - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
getAppName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getConfig() - Method in class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
 
getConfiguration() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getConfiguredPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getContext() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getDelegate() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
getEnvironment() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getEnvironment() - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
getHost() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getInstances(String) - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
Get all ServiceInstances associated with a particular serviceId
getInstances(String) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getLocalServiceInstance() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
 
getLocalServiceInstance() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getManagementPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getManagementServiceId() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getManagementServiceName() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getName() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getName() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
getOrder() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getOrder() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
getPhase() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getPort() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
getPort() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getServiceId() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getServices() - Method in interface org.springframework.cloud.client.discovery.DiscoveryClient
 
getServices() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
getSimpleName() - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
getUri() - Method in class org.springframework.cloud.client.DefaultServiceInstance
 
getUri(ServiceInstance) - Static method in class org.springframework.cloud.client.DefaultServiceInstance
Create a uri from the given ServiceInstance's host:port
getUri() - Method in interface org.springframework.cloud.client.ServiceInstance
 
getValue() - Method in class org.springframework.cloud.client.discovery.event.HeartbeatEvent
A value representing the state of the service catalog.
getValue() - Method in class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 

H

health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
health() - Method in class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 
health() - Method in interface org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator
 
HeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Event DiscoveryClient implementation can broadcast if they support heartbeat's from the discovery server.
HeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatEvent
Create a new event with a source (for example a discovery client) and a value.
HeartbeatMonitor - Class in org.springframework.cloud.client.discovery.event
Helper class for listeners to the HeartbeatEvent providing a convenient way to determine if there has been a change in state.
HeartbeatMonitor() - Constructor for class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 
Holder(DiscoveryHealthIndicator) - Constructor for class org.springframework.cloud.client.discovery.health.DiscoveryCompositeHealthIndicator.Holder
 

I

init() - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
InstanceRegisteredEvent<T> - Class in org.springframework.cloud.client.discovery.event
Event to be published after the local service instance registers itself with a discovery service.
InstanceRegisteredEvent(Object, T) - Constructor for class org.springframework.cloud.client.discovery.event.InstanceRegisteredEvent
Create a new InstanceRegisteredEvent instance.
instancesHealthIndicator(DiscoveryClient) - Method in class org.springframework.cloud.client.CommonsClientAutoConfiguration
 
intercept(HttpRequest, byte[], ClientHttpRequestExecution) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
isAutoStartup() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isDifferent(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isDisabled(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isEnabled() - Method in class org.springframework.cloud.client.circuitbreaker.EnableCircuitBreakerImportSelector
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isEnabled() - Method in class org.springframework.cloud.client.discovery.EnableDiscoveryClientImportSelector
 
isEnabled() - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
isRunning() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
isSame(BeanFactory) - Static method in class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
isSecure() - Method in interface org.springframework.cloud.client.ServiceInstance
 

L

LoadBalanced - Annotation Type in org.springframework.cloud.client.loadbalancer
Annotation to mark a RestTemplate bean to be configured to use a LoadBalancerClient
loadBalancedRestTemplate(RestTemplateCustomizer) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerAutoConfiguration - Class in org.springframework.cloud.client.loadbalancer
Auto configuration for Ribbon (client side load balancing).
LoadBalancerAutoConfiguration() - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
LoadBalancerClient - Interface in org.springframework.cloud.client.loadbalancer
Represents a client side load balancer
LoadBalancerInterceptor - Class in org.springframework.cloud.client.loadbalancer
 
LoadBalancerInterceptor(LoadBalancerClient) - Constructor for class org.springframework.cloud.client.loadbalancer.LoadBalancerInterceptor
 
LoadBalancerRequest<T> - Interface in org.springframework.cloud.client.loadbalancer
Simple interface used by LoadBalancerClient to apply metrics or pre and post actions around load balancer requests.

M

ManagementServerPortUtils - Class in org.springframework.cloud.client.discovery
 
ManagementServerPortUtils() - Constructor for class org.springframework.cloud.client.discovery.ManagementServerPortUtils
 
ManagementServerPortUtils.ManagementServerPort - Enum in org.springframework.cloud.client.discovery
 

N

NoopDiscoveryClient - Class in org.springframework.cloud.client.discovery.noop
DiscoveryClient used when no implementations are found on the classpath
NoopDiscoveryClient(ServiceInstance) - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClient
 
NoopDiscoveryClientAutoConfiguration - Class in org.springframework.cloud.client.discovery.noop
 
NoopDiscoveryClientAutoConfiguration() - Constructor for class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 

O

onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
onApplicationEvent(InstanceRegisteredEvent) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.cloud.client.discovery.noop.NoopDiscoveryClientAutoConfiguration
 
org.springframework.cloud.client - package org.springframework.cloud.client
 
org.springframework.cloud.client.circuitbreaker - package org.springframework.cloud.client.circuitbreaker
 
org.springframework.cloud.client.discovery - package org.springframework.cloud.client.discovery
 
org.springframework.cloud.client.discovery.event - package org.springframework.cloud.client.discovery.event
 
org.springframework.cloud.client.discovery.health - package org.springframework.cloud.client.discovery.health
 
org.springframework.cloud.client.discovery.noop - package org.springframework.cloud.client.discovery.noop
 
org.springframework.cloud.client.loadbalancer - package org.springframework.cloud.client.loadbalancer
 
org.springframework.cloud.util - package org.springframework.cloud.util
 

P

ParentHeartbeatEvent - Class in org.springframework.cloud.client.discovery.event
Heartbeat Event that a Parent ApplicationContext can send to a child Context.
ParentHeartbeatEvent(Object, Object) - Constructor for class org.springframework.cloud.client.discovery.event.ParentHeartbeatEvent
 

R

reconstructURI(ServiceInstance, URI) - Method in interface org.springframework.cloud.client.loadbalancer.LoadBalancerClient
Create a proper URI with a real host and port for systems to utilize.
register() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Register the local service with the DiscoveryClient
registerManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
Register the local management service with the DiscoveryClient
restTemplateCustomizer(LoadBalancerInterceptor) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 
RestTemplateCustomizer - Interface in org.springframework.cloud.client.loadbalancer
 
ribbonInterceptor(LoadBalancerClient) - Method in class org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration
 

S

selectImports(AnnotationMetadata) - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
ServiceInstance - Interface in org.springframework.cloud.client
Represents an instance of a Service in a Discovery System
setApplicationContext(ApplicationContext) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
setConfiguredPort(int) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
setEnvironment(Environment) - Method in class org.springframework.cloud.util.SpringFactoryImportSelector
 
setOrder(int) - Method in class org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicator
 
shouldRegisterManagement() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
SpringCloudApplication - Annotation Type in org.springframework.cloud.client
 
SpringFactoryImportSelector<T> - Class in org.springframework.cloud.util
Selects configurations to load defined by the generic type T.
SpringFactoryImportSelector() - Constructor for class org.springframework.cloud.util.SpringFactoryImportSelector
 
start() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
stop(Runnable) - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 
stop() - Method in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
 

U

update(Object) - Method in class org.springframework.cloud.client.discovery.event.HeartbeatMonitor
 

V

valueOf(String) - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.client.discovery.ManagementServerPortUtils.ManagementServerPort
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I L M N O P R S U V 
Skip navigation links

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