- AbstractAzToRegionMapper - Class in com.netflix.discovery
-
- AbstractAzToRegionMapper(EurekaClientConfig) - Constructor for class com.netflix.discovery.AbstractAzToRegionMapper
-
- AbstractDiscoveryClientOptionalArgs<T> - Class in com.netflix.discovery
-
The type for client supplied filters (supports jersey1 and jersey2)
- AbstractDiscoveryClientOptionalArgs() - Constructor for class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- AbstractEurekaIdentity - Class in com.netflix.appinfo
-
- AbstractEurekaIdentity() - Constructor for class com.netflix.appinfo.AbstractEurekaIdentity
-
- AbstractEurekaJacksonCodec - Class in com.netflix.discovery.converters.jackson
-
- AbstractEurekaJacksonCodec() - Constructor for class com.netflix.discovery.converters.jackson.AbstractEurekaJacksonCodec
-
- AbstractInstanceConfig - Class in com.netflix.appinfo
-
An abstract instance info configuration with some defaults to get the users
started quickly.The users have to override only a few methods to register
their instance with eureka server.
- AbstractInstanceConfig() - Constructor for class com.netflix.appinfo.AbstractInstanceConfig
-
- AbstractInstanceConfig(DataCenterInfo) - Constructor for class com.netflix.appinfo.AbstractInstanceConfig
-
- AbstractJerseyEurekaHttpClient - Class in com.netflix.discovery.shared.transport.jersey
-
- AbstractJerseyEurekaHttpClient(Client, String) - Constructor for class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- accept(int, EurekaHttpClientDecorator.RequestType) - Method in interface com.netflix.discovery.shared.transport.decorator.ServerStatusEvaluator
-
- acquire(int, long) - Method in class com.netflix.discovery.util.RateLimiter
-
- acquire(int, long, long) - Method in class com.netflix.discovery.util.RateLimiter
-
- actionTypeSetter(InstanceInfo.ActionType) - Static method in class com.netflix.discovery.util.EurekaEntityTransformers
-
- add(String, String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Add arbitrary metadata to running instance.
- addApplication(Application) - Method in class com.netflix.discovery.shared.Applications
-
Add the application to the list.
- addExtraHeaders(WebResource.Builder) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- addExtraHeaders(WebResource.Builder) - Method in class com.netflix.discovery.shared.transport.jersey.JerseyApplicationClient
-
- addInstance(InstanceInfo) - Method in class com.netflix.discovery.shared.Application
-
Add the given instance info the list.
- addMetadata(AmazonInfo.MetaDataKey, String) - Method in class com.netflix.appinfo.AmazonInfo.Builder
-
- addMiniConfig(ObjectMapper) - Method in class com.netflix.discovery.converters.jackson.AbstractEurekaJacksonCodec
-
- allowRedirect - Variable in class com.netflix.discovery.shared.transport.EurekaClientFactoryBuilder
-
- allowRedirects() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- allowRedirects() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether server can redirect a client request to a backup server/cluster.
- AmazonInfo - Class in com.netflix.appinfo
-
- AmazonInfo() - Constructor for class com.netflix.appinfo.AmazonInfo
-
- AmazonInfo(String, HashMap<String, String>) - Constructor for class com.netflix.appinfo.AmazonInfo
-
Constructor provided for deserialization framework.
- AmazonInfo(String, Map<String, String>) - Constructor for class com.netflix.appinfo.AmazonInfo
-
- AmazonInfo.Builder - Class in com.netflix.appinfo
-
- AmazonInfo.MetaDataKey - Enum in com.netflix.appinfo
-
- AmazonInfoConfig - Interface in com.netflix.appinfo
-
Config related to loading of amazon metadata from the EC2 metadata url.
- AmazonInfoUtils - Class in com.netflix.discovery.internal.util
-
This is an INTERNAL class not for public use.
- AmazonInfoUtils() - Constructor for class com.netflix.discovery.internal.util.AmazonInfoUtils
-
- anEurekaHttpResponse(int) - Static method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- anEurekaHttpResponse(int, Class<T>) - Static method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- anEurekaHttpResponse(int, T) - Static method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- ApacheHttpClientConnectionCleaner - Class in com.netflix.discovery.shared.transport.jersey
-
A periodic process running in background cleaning Apache http client connection pool out of idle connections.
- ApacheHttpClientConnectionCleaner(ApacheHttpClient4, long) - Constructor for class com.netflix.discovery.shared.transport.jersey.ApacheHttpClientConnectionCleaner
-
- appHashCodeKey - Variable in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsDeserializer
-
- appHashCodeKey - Variable in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsSerializer
-
- Application - Class in com.netflix.discovery.shared
-
The application class holds the list of instances for a particular
application.
- Application() - Constructor for class com.netflix.discovery.shared.Application
-
- Application(String) - Constructor for class com.netflix.discovery.shared.Application
-
- Application(String, List<InstanceInfo>) - Constructor for class com.netflix.discovery.shared.Application
-
- ApplicationConverter() - Constructor for class com.netflix.discovery.converters.Converters.ApplicationConverter
-
- ApplicationDeserializer(ObjectMapper) - Constructor for class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationDeserializer
-
- ApplicationInfoManager - Class in com.netflix.appinfo
-
The class that initializes information required for registration with
Eureka Server and to be discovered by other components.
- ApplicationInfoManager(EurekaInstanceConfig, InstanceInfo, ApplicationInfoManager.OptionalArgs) - Constructor for class com.netflix.appinfo.ApplicationInfoManager
-
public for DI use.
- ApplicationInfoManager(EurekaInstanceConfig, ApplicationInfoManager.OptionalArgs) - Constructor for class com.netflix.appinfo.ApplicationInfoManager
-
- ApplicationInfoManager(EurekaInstanceConfig, InstanceInfo) - Constructor for class com.netflix.appinfo.ApplicationInfoManager
-
- ApplicationInfoManager(EurekaInstanceConfig) - Constructor for class com.netflix.appinfo.ApplicationInfoManager
-
- ApplicationInfoManager.InstanceStatusMapper - Interface in com.netflix.appinfo
-
- ApplicationInfoManager.OptionalArgs - Class in com.netflix.appinfo
-
- ApplicationInfoManager.StatusChangeListener - Interface in com.netflix.appinfo
-
- Applications - Class in com.netflix.discovery.shared
-
The class that wraps all the registry information returned by eureka server.
- Applications() - Constructor for class com.netflix.discovery.shared.Applications
-
Create a new, empty Eureka application list.
- Applications(String, Long, List<Application>) - Constructor for class com.netflix.discovery.shared.Applications
-
Note that appsHashCode and versionDelta key names are formatted in a
custom/configurable way.
- ApplicationsConverter() - Constructor for class com.netflix.discovery.converters.Converters.ApplicationsConverter
-
- ApplicationsDeserializer(ObjectMapper, String, String) - Constructor for class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsDeserializer
-
- ApplicationSerializer() - Constructor for class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationSerializer
-
- ApplicationsJacksonBuilder - Class in com.netflix.discovery.converters.jackson.builder
-
- ApplicationsJacksonBuilder() - Constructor for class com.netflix.discovery.converters.jackson.builder.ApplicationsJacksonBuilder
-
- ApplicationsJsonBeanSerializer - Class in com.netflix.discovery.converters.jackson.serializer
-
- ApplicationsJsonBeanSerializer(BeanSerializerBase, KeyFormatter) - Constructor for class com.netflix.discovery.converters.jackson.serializer.ApplicationsJsonBeanSerializer
-
- ApplicationsJsonMixIn - Class in com.netflix.discovery.converters.jackson.mixin
-
Attach custom builder that deals with configurable property name formatting.
- ApplicationsJsonMixIn() - Constructor for class com.netflix.discovery.converters.jackson.mixin.ApplicationsJsonMixIn
-
- ApplicationsResolver - Class in com.netflix.discovery.shared.resolver.aws
-
- ApplicationsResolver(EurekaClientConfig, EurekaTransportConfig, ApplicationsResolver.ApplicationsSource) - Constructor for class com.netflix.discovery.shared.resolver.aws.ApplicationsResolver
-
Deprecated.
- ApplicationsResolver(EurekaClientConfig, EurekaTransportConfig, ApplicationsResolver.ApplicationsSource, String) - Constructor for class com.netflix.discovery.shared.resolver.aws.ApplicationsResolver
-
- ApplicationsResolver.ApplicationsSource - Interface in com.netflix.discovery.shared.resolver.aws
-
- applicationsResolverUseIp() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- applicationsResolverUseIp() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
By default, the applications resolver extracts the public hostname from internal InstanceInfos for resolutions.
- ApplicationsSerializer(String, String) - Constructor for class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsSerializer
-
- ApplicationsXmlBeanSerializer - Class in com.netflix.discovery.converters.jackson.serializer
-
- ApplicationsXmlBeanSerializer(BeanSerializerBase, KeyFormatter) - Constructor for class com.netflix.discovery.converters.jackson.serializer.ApplicationsXmlBeanSerializer
-
- ApplicationsXmlJacksonBuilder - Class in com.netflix.discovery.converters.jackson.builder
-
- ApplicationsXmlJacksonBuilder() - Constructor for class com.netflix.discovery.converters.jackson.builder.ApplicationsXmlJacksonBuilder
-
- ApplicationsXmlMixIn - Interface in com.netflix.discovery.converters.jackson.mixin
-
Attach custom builder that deals with configurable property name formatting.
- ApplicationXmlDeserializer - Class in com.netflix.discovery.converters.jackson.serializer
-
Deserialize
Application
from XML directly due to issues with Jackson 2.6.x
(this is not needed for Jackson 2.5.x).
- ApplicationXmlDeserializer() - Constructor for class com.netflix.discovery.converters.jackson.serializer.ApplicationXmlDeserializer
-
- ApplicationXmlMixIn - Interface in com.netflix.discovery.converters.jackson.mixin
-
- apply(JsonParser) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a String read from the JsonParser argument's current position.
- apply(JsonParser, DeserializerStringCache.CacheScope) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
- apply(JsonParser, DeserializerStringCache.CacheScope, Supplier<String>) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a String read from the JsonParser argument's current position.
- apply(DeserializerStringCache.CharBuffer) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a String that may be interned at app-scope to reduce heap
consumption
- apply(DeserializerStringCache.CharBuffer, DeserializerStringCache.CacheScope) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a object of type T that may be interned at the specified scope to
reduce heap consumption
- apply(String) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a String that may be interned at the app-scope to reduce heap
consumption
- apply(String, DeserializerStringCache.CacheScope) - Method in class com.netflix.discovery.util.DeserializerStringCache
-
returns a String that may be interned at the given scope to reduce heap
consumption
- apply(T) - Method in interface com.netflix.discovery.util.EurekaEntityTransformers.Transformer
-
- APPS_HASHCODE_TEMPTE - Static variable in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- Archaius1AmazonInfoConfig - Class in com.netflix.appinfo
-
- Archaius1AmazonInfoConfig(String) - Constructor for class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- Archaius1Utils - Class in com.netflix.discovery.internal.util
-
This is an INTERNAL class not for public use.
- Archaius1Utils() - Constructor for class com.netflix.discovery.internal.util.Archaius1Utils
-
- Archaius1VipAddressResolver - Class in com.netflix.appinfo.providers
-
- Archaius1VipAddressResolver() - Constructor for class com.netflix.appinfo.providers.Archaius1VipAddressResolver
-
- AsyncResolver<T extends EurekaEndpoint> - Class in com.netflix.discovery.shared.resolver
-
An async resolver that keeps a cached version of the endpoint list value for gets, and updates this cache
periodically in a different thread.
- AsyncResolver(String, ClusterResolver<T>, int, int, int) - Constructor for class com.netflix.discovery.shared.resolver.AsyncResolver
-
Create an async resolver with an empty initial value.
- AsyncResolver(String, ClusterResolver<T>, List<T>, int, int) - Constructor for class com.netflix.discovery.shared.resolver.AsyncResolver
-
Create an async resolver with a preset initial value.
- AUTH_ID_HEADER_KEY - Static variable in class com.netflix.appinfo.AbstractEurekaIdentity
-
- AUTH_NAME_HEADER_KEY - Static variable in class com.netflix.appinfo.AbstractEurekaIdentity
-
- AUTH_VERSION_HEADER_KEY - Static variable in class com.netflix.appinfo.AbstractEurekaIdentity
-
- Auto - Annotation Type in com.netflix.discovery.converters
-
- autoBuild(String) - Method in class com.netflix.appinfo.AmazonInfo.Builder
-
Build the
AmazonInfo
automatically via HTTP calls to instance
metadata API.
- autoMarshalEligible(Object, JsonGenerator) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.InstanceInfoSerializer
-
- AwsEndpoint - Class in com.netflix.discovery.shared.resolver.aws
-
- AwsEndpoint(String, String, String) - Constructor for class com.netflix.discovery.shared.resolver.aws.AwsEndpoint
-
- AwsEndpoint(String, int, boolean, String, String, String) - Constructor for class com.netflix.discovery.shared.resolver.aws.AwsEndpoint
-
- AzToRegionMapper - Interface in com.netflix.discovery
-
An interface that contains a contract of mapping availability zone to region mapping.
- get(AmazonInfo.MetaDataKey) - Method in class com.netflix.appinfo.AmazonInfo
-
- get() - Method in class com.netflix.appinfo.providers.CloudInstanceConfigProvider
-
- get() - Method in class com.netflix.appinfo.providers.EurekaConfigBasedInstanceInfoProvider
-
- get() - Method in class com.netflix.appinfo.providers.MyDataCenterInstanceConfigProvider
-
- get() - Method in class com.netflix.appinfo.RefreshableAmazonInfoProvider
-
- get() - Method in class com.netflix.discovery.InternalEurekaStatusModule.DownStatusProvider
-
Deprecated.
- get() - Method in class com.netflix.discovery.InternalEurekaStatusModule.UpStatusProvider
-
Deprecated.
- get() - Method in class com.netflix.discovery.providers.DefaultEurekaClientConfigProvider
-
- getActionType() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the type of action done on the instance in the server.Primarily
used for updating deltas in the
EurekaClient
instance.
- getAllKnownRegions() - Method in class com.netflix.discovery.DiscoveryClient
-
- getAllKnownRegions() - Method in interface com.netflix.discovery.EurekaClient
-
- getAppGroupName() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the name of the application group to be registered with eureka.
- getAppGroupName() - Method in class com.netflix.appinfo.InstanceInfo
-
- getAppGroupName() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getAppGroupName() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getAppHashCodeKey() - Method in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- getApplication(String) - Method in class com.netflix.discovery.DiscoveryClient
-
- getApplication(String) - Method in interface com.netflix.discovery.shared.LookupService
-
Returns the corresponding
Application
object which is basically a
container of all registered
appName
InstanceInfo
s.
- getApplication(String) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getApplication(String) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getApplication(String) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getApplicationInfoManager() - Method in class com.netflix.discovery.DiscoveryClient
-
- getApplicationInfoManager() - Method in interface com.netflix.discovery.EurekaClient
-
- getApplications() - Method in class com.netflix.discovery.DiscoveryClient
-
- getApplications(String) - Method in class com.netflix.discovery.DiscoveryClient
-
Get all applications registered with a specific eureka service.
- getApplications(String) - Method in interface com.netflix.discovery.EurekaClient
-
Get all applications registered with a specific eureka service.
- getApplications() - Method in interface com.netflix.discovery.shared.LookupService
-
- getApplications(int, TimeUnit) - Method in interface com.netflix.discovery.shared.resolver.aws.ApplicationsResolver.ApplicationsSource
-
- getApplications(String...) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getApplications(String...) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getApplications(String...) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getApplicationsForARegion(String) - Method in class com.netflix.discovery.DiscoveryClient
-
- getApplicationsForARegion(String) - Method in interface com.netflix.discovery.EurekaClient
-
- getApplicationsResolverDataStalenessThresholdSeconds() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getApplicationsResolverDataStalenessThresholdSeconds() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getAppname() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the name of the application to be registered with eureka.
- getAppName() - Method in class com.netflix.appinfo.InstanceInfo
-
Return the name of the application registering with discovery.
- getAppname() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getAppsHashCode() - Method in class com.netflix.discovery.shared.Applications
-
Used by the eureka server.
- getASGName() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getASGName() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the AWS autoscaling group name
associated with this
instance.
- getASGName() - Method in class com.netflix.appinfo.InstanceInfo
-
Get AWS autoscaling group name if any.
- getASGName() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getAsyncExecutorThreadPoolSize() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getAsyncExecutorThreadPoolSize() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getAsyncResolverRefreshIntervalMs() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getAsyncResolverRefreshIntervalMs() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getAsyncResolverWarmUpTimeoutMs() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getAsyncResolverWarmUpTimeoutMs() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getAvailabilityZones(String) - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getAvailabilityZones(String) - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the list of availability zones (used in AWS data centers) for the
region in which this instance resides.
- getAzToRegionMapper() - Method in class com.netflix.discovery.InstanceRegionChecker
-
- getBackupRegistryImpl() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getBackupRegistryImpl() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the name of the implementation which implements
BackupRegistry
to fetch the registry information as a fall back
option for only the first time when the eureka client starts.
- getBootstrapResolverStrategy() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getBootstrapResolverStrategy() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
Can be used to specify different bootstrap resolve strategies.
- getByInstanceId(String) - Method in class com.netflix.discovery.shared.Application
-
Get the instance info that matches the given id.
- getCacheRefreshExecutorExponentialBackOffBound() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getCacheRefreshExecutorExponentialBackOffBound() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Cache refresh executor exponential back off related property.
- getCacheRefreshExecutorThreadPoolSize() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
(non-Javadoc)
- getCacheRefreshExecutorThreadPoolSize() - Method in interface com.netflix.discovery.EurekaClientConfig
-
The thread pool size for the cacheRefreshExecutor to initialise with
- getChangeCount() - Method in class com.netflix.discovery.EurekaUpStatusResolver
-
- getClient() - Method in interface com.netflix.discovery.shared.transport.jersey.EurekaJerseyClient
-
- getClient() - Method in class com.netflix.discovery.shared.transport.jersey.EurekaJerseyClientImpl
-
- getClientAccept(DecoderWrapper) - Static method in enum com.netflix.appinfo.EurekaAccept
-
- getClientDataAccept() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getClientDataAccept() - Method in interface com.netflix.discovery.EurekaClientConfig
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.AsyncResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.aws.ApplicationsResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.aws.DnsTxtRecordClusterResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.aws.EurekaHttpResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.aws.ZoneAffinityClusterResolver
-
- getClusterEndpoints() - Method in interface com.netflix.discovery.shared.resolver.ClusterResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.DnsClusterResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.LegacyClusterResolver
-
Deprecated.
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.ReloadingClusterResolver
-
- getClusterEndpoints() - Method in class com.netflix.discovery.shared.resolver.StaticClusterResolver
-
- getCNamesFromTxtRecord(String) - Static method in class com.netflix.discovery.endpoint.DnsResolver
-
Looks up the DNS name provided in the JNDI context.
- getCodec(Class<T>) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getCodec(String) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getCodecName(Class<T>) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getConnectionCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getConnectTimeout() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- getConnectTimeout() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- getCountryId() - Method in class com.netflix.appinfo.InstanceInfo
-
Deprecated.
- getCountryId() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getCreatedEntryCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getCurrentSessionDuration() - Method in class com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient
-
- getDataCenterInfo() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getDataCenterInfo() - Method in class com.netflix.appinfo.CloudInstanceConfig
-
- getDataCenterInfo() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Returns the data center this instance is deployed.
- getDataCenterInfo() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns data center information identifying if it is AWS or not.
- getDecoder(Class<T>) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getDecoder(String) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getDecoderName() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getDecoderName() - Method in interface com.netflix.discovery.EurekaClientConfig
-
This is a transient config and once the latest codecs are stable, can be removed (as there will only be one)
- getDefaultAddressResolutionOrder() - Method in class com.netflix.appinfo.CloudInstanceConfig
-
- getDefaultAddressResolutionOrder() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
An instance's network addresses should be fully expressed in it's
DataCenterInfo
.
- getDefaultAddressResolutionOrder() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getDeleteCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getDelta(String...) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getDelta(String...) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getDelta(String...) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getDirContext() - Static method in class com.netflix.discovery.endpoint.DnsResolver
-
Load up the DNS JNDI context provider.
- getDiscoveryClient() - Method in class com.netflix.discovery.DiscoveryManager
-
- getDiscoveryServiceUrls(String) - Method in class com.netflix.discovery.DiscoveryClient
-
- getDiscoveryServiceUrls(EurekaClientConfig, String, EndpointUtils.ServiceUrlRandomizer) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the list of all eureka service urls for the eureka client to talk to.
- getDiscoveryServiceUrls(String) - Method in interface com.netflix.discovery.EurekaClient
-
- getDollarReplacement() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getDollarReplacement() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Get a replacement string for Dollar sign $
during serializing/deserializing information in eureka server.
- getDurationInSecs() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns client specified setting for eviction (e.g.
- getEC2DiscoveryUrlsFromZone(String, EndpointUtils.DiscoveryUrlType) - Static method in class com.netflix.discovery.DiscoveryClient
-
- getEC2DiscoveryUrlsFromZone(String, EndpointUtils.DiscoveryUrlType) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the list of EC2 URLs given the zone name.
- getEncoder(Class<T>) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getEncoder(String) - Static method in class com.netflix.discovery.converters.wrappers.CodecWrappers
-
- getEncoderName() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEncoderName() - Method in interface com.netflix.discovery.EurekaClientConfig
-
This is a transient config and once the latest codecs are stable, can be removed (as there will only be one)
- getEndpointsSize() - Method in class com.netflix.discovery.shared.resolver.AsyncResolver
-
- getEntity() - Method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- getEntryBlocking(HttpRoute, Object, long, TimeUnit, WaitingThreadAborter) - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getEscapeCharReplacement() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEscapeCharReplacement() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Get a replacement string for underscore sign _
during serializing/deserializing information in eureka server.
- getEurekaClient() - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- getEurekaClientConfig() - Method in class com.netflix.discovery.DiscoveryClient
-
- getEurekaClientConfig() - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- getEurekaClientConfig() - Method in interface com.netflix.discovery.EurekaClient
-
- getEurekaConnectionIdleTimeoutSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaConnectionIdleTimeoutSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how much time (in seconds) that the HTTP connections to eureka
server can stay idle before it can be closed.
- getEurekaInstanceConfig() - Method in class com.netflix.appinfo.ApplicationInfoManager
-
- getEurekaInstanceConfig() - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- getEurekaServerConnectTimeoutSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerConnectTimeoutSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how long to wait (in seconds) before a connection to eureka
server needs to timeout.
- getEurekaServerDNSName() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerDNSName() - Method in interface com.netflix.discovery.EurekaClientConfig
-
- getEurekaServerPort() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerPort() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the port to be used to construct the
service url to contact
eureka server when the list of eureka servers come from the DNS.This
information is not required if the contract returns the service urls by
implementing
EurekaClientConfig.getEurekaServerServiceUrls(String)
.
- getEurekaServerReadTimeoutSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerReadTimeoutSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how long to wait (in seconds) before a read from eureka server
needs to timeout.
- getEurekaServerServiceUrls(String) - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerServiceUrls(String) - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the list of fully qualified URL
s to communicate with eureka
server.
- getEurekaServerTotalConnections() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerTotalConnections() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the total number of connections that is allowed from eureka client
to all eureka servers.
- getEurekaServerTotalConnectionsPerHost() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerTotalConnectionsPerHost() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the total number of connections that is allowed from eureka client
to a eureka server host.
- getEurekaServerURLContext() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServerURLContext() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the URL context to be used to construct the
service url to
contact eureka server when the list of eureka servers come from the
DNS.This information is not required if the contract returns the service
urls by implementing
EurekaClientConfig.getEurekaServerServiceUrls(String)
.
- getEurekaServiceUrlPollIntervalSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getEurekaServiceUrlPollIntervalSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how often(in seconds) to poll for changes to eureka server
information.
- getEurekaServiceUrlsFromConfig(String, boolean) - Static method in class com.netflix.discovery.DiscoveryClient
-
- getEvictionTimestamp() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns the de-registration timestamp.
- getExperimental(String) - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getExperimental(String) - Method in interface com.netflix.discovery.EurekaClientConfig
-
To avoid configuration API pollution when trying new/experimental or features or for the migration process,
the corresponding configuration can be put into experimental configuration section.
- getFallbackHostname() - Method in interface com.netflix.appinfo.RefreshableAmazonInfoProvider.FallbackAddressProvider
-
- getFallbackIp() - Method in interface com.netflix.appinfo.RefreshableAmazonInfoProvider.FallbackAddressProvider
-
- getFreeEntry(RouteSpecificPool, Object) - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getFreeEntryCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getHeaders() - Method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- getHealthCheckHandler() - Method in class com.netflix.discovery.DiscoveryClient
-
- getHealthCheckHandler() - Method in interface com.netflix.discovery.EurekaClient
-
- getHealthCheckUrl() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the absolute health check page URL
for this instance.
- getHealthCheckUrl() - Method in class com.netflix.appinfo.InstanceInfo
-
- getHealthCheckUrl() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getHealthCheckUrl() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getHealthCheckUrlPath() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the relative health check URL
Path for this
instance.
- getHealthCheckUrlPath() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getHealthCheckUrls() - Method in class com.netflix.appinfo.InstanceInfo
-
Gets the absolute URLs for the health check page for both secure and
non-secure protocols.
- getHeartbeatExecutorExponentialBackOffBound() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getHeartbeatExecutorExponentialBackOffBound() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Heartbeat executor exponential back off related property.
- getHeartbeatExecutorThreadPoolSize() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
(non-Javadoc)
- getHeartbeatExecutorThreadPoolSize() - Method in interface com.netflix.discovery.EurekaClientConfig
-
The thread pool size for the heartbeatExecutor to initialise with
- getHomePageUrl() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the absolute home page URL
for this instance.
- getHomePageUrl() - Method in class com.netflix.appinfo.InstanceInfo
-
Gets the home page URL
set for this instance.
- getHomePageUrl() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getHomePageUrl() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getHomePageUrlPath() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the relative home page URL
Path for this instance.
- getHomePageUrlPath() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getHostName(boolean) - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getHostName(boolean) - Method in class com.netflix.appinfo.CloudInstanceConfig
-
- getHostName(boolean) - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the hostname associated with this instance.
- getHostName() - Method in class com.netflix.appinfo.InstanceInfo
-
Return the default network address to connect to this instance.
- getHostName() - Method in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
Deprecated.
- getHostName() - Method in interface com.netflix.discovery.shared.resolver.EurekaEndpoint
-
- getHostnameVerifier() - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- getId() - Method in class com.netflix.appinfo.AbstractEurekaIdentity
-
- getId() - Method in class com.netflix.appinfo.AmazonInfo
-
- getId() - Method in interface com.netflix.appinfo.ApplicationInfoManager.StatusChangeListener
-
- getId() - Method in class com.netflix.appinfo.EurekaClientIdentity
-
- getId() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the unique id of the instance.
- getId() - Method in interface com.netflix.appinfo.UniqueIdentifier
-
- getInfo() - Method in class com.netflix.appinfo.ApplicationInfoManager
-
Gets the information about this instance that is registered with eureka.
- getInitialInstanceInfoReplicationIntervalSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getInitialInstanceInfoReplicationIntervalSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how long initially (in seconds) to replicate instance info
to the eureka server
- getInstance() - Static method in class com.netflix.appinfo.ApplicationInfoManager
-
- getInstance() - Static method in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- getInstance() - Static method in class com.netflix.discovery.converters.JsonXStream
-
- getInstance() - Static method in class com.netflix.discovery.converters.XmlXStream
-
- getInstance() - Static method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- getInstance(String) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getInstance(String, String) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getInstance(String, String) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getInstance(String) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getInstance(String) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getInstance(String, String) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getInstanceId() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the unique Id (within the scope of the appName) of this instance to be registered with eureka.
- getInstanceId() - Method in class com.netflix.appinfo.InstanceInfo
-
- getInstanceId() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getInstanceInfoReplicationIntervalSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getInstanceInfoReplicationIntervalSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how often(in seconds) to replicate instance changes to be
replicated to the eureka server.
- getInstanceRegion(InstanceInfo) - Method in class com.netflix.discovery.InstanceRegionChecker
-
- getInstanceRemoteStatus() - Method in class com.netflix.discovery.DiscoveryClient
-
- getInstanceRemoteStatus() - Method in interface com.netflix.discovery.EurekaClient
-
- getInstances() - Method in interface com.netflix.discovery.converters.jackson.mixin.ApplicationXmlMixIn
-
- getInstances() - Method in class com.netflix.discovery.shared.Application
-
Gets the list of instances associated with this particular application.
- getInstancesAsIsFromEureka() - Method in class com.netflix.discovery.shared.Application
-
Gets the list of non-shuffled and non-filtered instances associated with this particular
application.
- getInstancesById(String) - Method in class com.netflix.discovery.DiscoveryClient
-
- getInstancesById(String) - Method in interface com.netflix.discovery.shared.LookupService
-
Returns the
List
of
InstanceInfo
s matching the the passed
in id.
- getInstancesBySecureVirtualHostName(String) - Method in class com.netflix.discovery.shared.Applications
-
Gets the list of secure instances associated to a virtual host
name.
- getInstancesByVipAddress(String, boolean) - Method in class com.netflix.discovery.DiscoveryClient
-
Gets the list of instances matching the given VIP Address.
- getInstancesByVipAddress(String, boolean, String) - Method in class com.netflix.discovery.DiscoveryClient
-
Gets the list of instances matching the given VIP Address in the passed region.
- getInstancesByVipAddress(String, boolean) - Method in interface com.netflix.discovery.EurekaClient
-
Gets the list of instances matching the given VIP Address.
- getInstancesByVipAddress(String, boolean, String) - Method in interface com.netflix.discovery.EurekaClient
-
Gets the list of instances matching the given VIP Address in the passed region.
- getInstancesByVipAddressAndAppName(String, String, boolean) - Method in class com.netflix.discovery.DiscoveryClient
-
Gets the list of instances matching the given VIP Address and the given
application name if both of them are not null.
- getInstancesByVipAddressAndAppName(String, String, boolean) - Method in interface com.netflix.discovery.EurekaClient
-
Gets the list of instances matching the given VIP Address and the given
application name if both of them are not null.
- getInstancesByVirtualHostName(String) - Method in class com.netflix.discovery.shared.Applications
-
Gets the list of instances associated to a virtual host name.
- getIPAddr() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the ip address of the instance.
- getIpAddress() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getIpAddress() - Method in class com.netflix.appinfo.CloudInstanceConfig
-
- getIpAddress() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the IPAdress of the instance.
- getIpAddress() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getLastDirtyTimestamp() - Method in class com.netflix.appinfo.InstanceInfo
-
Gets the last time stamp when this instance was touched.
- getLastDirtyTimestamp() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getLastLoadTimestamp() - Method in class com.netflix.discovery.shared.resolver.AsyncResolver
-
- getLastReloadTimestamp() - Method in class com.netflix.discovery.shared.resolver.ReloadingClusterResolver
-
- getLastSuccessfulHeartbeatTimePeriod() - Method in class com.netflix.discovery.DiscoveryClient
-
- getLastSuccessfulRegistryFetchTimePeriod() - Method in class com.netflix.discovery.DiscoveryClient
-
- getLastUpdatedTimestamp() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the time elapsed since epoch since the instance status has been
last updated.
- getLeaseExpirationDurationInSeconds() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getLeaseExpirationDurationInSeconds() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Indicates the time in seconds that the eureka server waits since it
received the last heartbeat before it can remove this instance from its
view and there by disallowing traffic to this instance.
- getLeaseExpirationDurationInSeconds() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getLeaseInfo() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the lease information regarding when it expires.
- getLeaseInfo() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getLeaseRenewalIntervalInSeconds() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getLeaseRenewalIntervalInSeconds() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Indicates how often (in seconds) the eureka client needs to send
heartbeats to eureka server to indicate that it is still alive.
- getLeaseRenewalIntervalInSeconds() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getLocalRegion() - Method in class com.netflix.discovery.InstanceRegionChecker
-
- getLocation() - Method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- getLookupService() - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- getMapper() - Method in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- getMetadata() - Method in class com.netflix.appinfo.AmazonInfo
-
Get the metadata information specific to AWS.
- getMetadata() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns all application specific metadata set on the instance.
- getMetadata() - Method in interface com.netflix.discovery.converters.jackson.mixin.InstanceInfoJsonMixIn
-
- getMetadata() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getMetadataMap() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getMetadataMap() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the metadata name/value pairs associated with this instance.
- getMetadataMap() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
Gets the metadata map associated with the instance.
- getName() - Method in class com.netflix.appinfo.AbstractEurekaIdentity
-
- getName() - Method in class com.netflix.appinfo.AmazonInfo
-
- getName() - Method in enum com.netflix.appinfo.AmazonInfo.MetaDataKey
-
- getName() - Method in interface com.netflix.appinfo.DataCenterInfo
-
- getName() - Method in class com.netflix.appinfo.EurekaClientIdentity
-
- getName() - Method in class com.netflix.appinfo.MyDataCenterInfo
-
- getName() - Method in class com.netflix.discovery.shared.Application
-
Gets the name of the application.
- getNamespace() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- getNamespace() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- getNamespace() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the namespace used to find properties.
- getNamespace() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getNetworkAddress() - Method in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
- getNetworkAddress() - Method in interface com.netflix.discovery.shared.resolver.EurekaEndpoint
-
- getNextIndex(String, boolean) - Method in class com.netflix.discovery.shared.Applications
-
Gets the next round-robin index for the given virtual host name.
- getNextServerFromEureka(String, boolean) - Method in class com.netflix.discovery.DiscoveryClient
-
- getNextServerFromEureka(String, boolean) - Method in interface com.netflix.discovery.shared.LookupService
-
Gets the next possible server to process the requests from the registry
information received from eureka.
- getNonSecurePort() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getNonSecurePort() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the non-secure
port on which the instance should receive
traffic.
- getNonSecurePort() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getNumRetries() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- getNumRetries() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- getObjectMapper(Class<T>) - Method in class com.netflix.discovery.converters.jackson.AbstractEurekaJacksonCodec
-
- getObjectMapper(Class<T>) - Method in class com.netflix.discovery.converters.jackson.EurekaJsonJacksonCodec
-
- getObjectMapper(Class<T>) - Method in class com.netflix.discovery.converters.jackson.EurekaXmlJacksonCodec
-
- getOrSetAnotherClient(AtomicReference<EurekaHttpClient>, EurekaHttpClient) - Static method in class com.netflix.discovery.shared.transport.TransportUtils
-
- getOverriddenStatus() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the overridden status if any of the instance.
- getOverriddenStatus() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getPort() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the port number that is used for servicing requests.
- getPort() - Method in class com.netflix.appinfo.InstanceInfo.PortWrapper
-
- getPort() - Method in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
- getPort() - Method in interface com.netflix.discovery.shared.resolver.EurekaEndpoint
-
- getPreviousStatus() - Method in class com.netflix.discovery.StatusChangeEvent
-
- getPrivateIp(InstanceInfo) - Static method in class com.netflix.discovery.util.EurekaUtils
-
return the privateIp address of the given InstanceInfo record.
- getProxyHost() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getProxyHost() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the proxy host to eureka server if any.
- getProxyPassword() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getProxyPassword() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the proxy password if any.
- getProxyPort() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getProxyPort() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the proxy port to eureka server if any.
- getProxyUserName() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getProxyUserName() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the proxy user name if any.
- getQuarantineSetSize() - Method in class com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient
-
- getRawInstance() - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Returns the encapsulated instance info even it it is not built fully.
- getReadClusterVip() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getReadClusterVip() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
The remote vipAddress of the eureka cluster (either the primaries or a readonly replica) to fetch registry
data from.
- getReadTimeout() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- getReadTimeout() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- getReconcileHashCode() - Method in class com.netflix.discovery.shared.Applications
-
Gets the hash code for this applications instance.
- getReconcileHashCode(Map<String, AtomicInteger>) - Static method in class com.netflix.discovery.shared.Applications
-
Gets the reconciliation hashcode.
- getRegion() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getRegion() - Static method in class com.netflix.discovery.DiscoveryClient
-
- getRegion(EurekaClientConfig) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the region that this particular instance is in.
- getRegion() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Gets the region (used in AWS datacenters) where this instance resides.
- getRegion() - Method in class com.netflix.discovery.shared.resolver.AsyncResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.ApplicationsResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.AwsEndpoint
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.DnsTxtRecordClusterResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.EurekaHttpResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.aws.ZoneAffinityClusterResolver
-
- getRegion() - Method in interface com.netflix.discovery.shared.resolver.ClusterResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.DnsClusterResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.LegacyClusterResolver
-
Deprecated.
- getRegion() - Method in class com.netflix.discovery.shared.resolver.ReloadingClusterResolver
-
- getRegion() - Method in class com.netflix.discovery.shared.resolver.StaticClusterResolver
-
- getRegionForAvailabilityZone(String) - Method in class com.netflix.discovery.AbstractAzToRegionMapper
-
- getRegionForAvailabilityZone(String) - Method in interface com.netflix.discovery.AzToRegionMapper
-
Returns the region for the passed availability zone.
- getRegisteredApplications() - Method in interface com.netflix.discovery.converters.jackson.mixin.ApplicationsXmlMixIn
-
- getRegisteredApplications() - Method in class com.netflix.discovery.shared.Applications
-
Gets the list of all registered applications from eureka.
- getRegisteredApplications(String) - Method in class com.netflix.discovery.shared.Applications
-
Gets the registered application for the given
application name.
- getRegistrationTimestamp() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns the registration timestamp.
- getRegistryFetchIntervalSeconds() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getRegistryFetchIntervalSeconds() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates how often(in seconds) to fetch the registry information from
the eureka server.
- getRegistryRefreshSingleVipAddress() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getRegistryRefreshSingleVipAddress() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether the client is only interested in the registry information for a single VIP.
- getRelativeUri() - Method in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
- getRelativeUri() - Method in interface com.netflix.discovery.shared.resolver.EurekaEndpoint
-
- getReleaseCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getRenewalIntervalInSecs() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns client specified setting for renew interval.
- getRenewalTimestamp() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns the last renewal timestamp of lease.
- getRequestsCount() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- getRequestType() - Method in interface com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.RequestExecutor
-
- getRetryableClientQuarantineRefreshPercentage() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getRetryableClientQuarantineRefreshPercentage() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getSecureHealthCheckUrl() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the absolute secure health check page URL
for this instance.
- getSecureHealthCheckUrl() - Method in class com.netflix.appinfo.InstanceInfo
-
- getSecureHealthCheckUrl() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getSecureHealthCheckUrl() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getSecurePort() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getSecurePort() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Get the Secure port
on which the instance should receive
traffic.
- getSecurePort() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the secure port that is used for servicing requests.
- getSecurePort() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getSecurePortEnabled() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getSecurePortEnabled() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Indicates whether the secure
port should be enabled for
traffic or not.
- getSecurePortEnabled() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getSecureVip(String, String...) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getSecureVip(String, String...) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getSecureVip(String, String...) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getSecureVipAddress() - Method in class com.netflix.appinfo.InstanceInfo
-
Get the Secure Virtual Internet Protocol address for this instance.
- getSecureVirtualHostName() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getSecureVirtualHostName() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the secure virtual host name defined for this instance.
- getSecureVirtualHostName() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getServerIPv4() - Static method in class com.netflix.discovery.util.SystemUtil
-
Returns server IP address (v4 or v6) bound to local NIC.
- getServiceUpTimestamp() - Method in class com.netflix.appinfo.LeaseInfo
-
Returns the service UP timestamp.
- getServiceUrl() - Method in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
- getServiceUrl() - Method in interface com.netflix.discovery.shared.resolver.EurekaEndpoint
-
- getServiceUrlsFromConfig(String, boolean) - Method in class com.netflix.discovery.DiscoveryClient
-
- getServiceUrlsFromConfig(EurekaClientConfig, String, boolean) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the list of all eureka service urls from properties file for the eureka client to talk to.
- getServiceUrlsFromConfig(String, boolean) - Method in interface com.netflix.discovery.EurekaClient
-
- getServiceUrlsFromDNS(String, boolean) - Method in class com.netflix.discovery.DiscoveryClient
-
- getServiceUrlsFromDNS(EurekaClientConfig, String, boolean, EndpointUtils.ServiceUrlRandomizer) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the list of all eureka service urls from DNS for the eureka client to
talk to.
- getServiceUrlsFromDNS(String, boolean) - Method in interface com.netflix.discovery.EurekaClient
-
- getServiceUrlsMapFromConfig(EurekaClientConfig, String, boolean) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the list of all eureka service urls from properties file for the eureka client to talk to.
- getSessionedClientReconnectIntervalSeconds() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getSessionedClientReconnectIntervalSeconds() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
- getSID() - Method in class com.netflix.appinfo.InstanceInfo
-
Deprecated.
- getSID() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getSize(Object, Class, Type, Annotation[], MediaType) - Method in class com.netflix.discovery.provider.DiscoveryJerseyProvider
-
- getSSLContext() - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- getStats() - Method in class com.netflix.discovery.DiscoveryClient
-
Gets stats for the DiscoveryClient.
- getStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.HealthCheckCallbackToHandlerBridge
-
- getStatus(InstanceInfo.InstanceStatus) - Method in interface com.netflix.appinfo.HealthCheckHandler
-
- getStatus() - Method in class com.netflix.appinfo.InstanceInfo
-
Returns the status of the instance.
- getStatus(InstanceInfo) - Method in class com.netflix.discovery.converters.Converters.InstanceInfoConverter
-
- getStatus() - Method in class com.netflix.discovery.EurekaUpStatusResolver
-
- getStatus() - Method in class com.netflix.discovery.StatusChangeEvent
-
- getStatusCode() - Method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- getStatusPageUrl() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the absolute status page URL
for this instance.
- getStatusPageUrl() - Method in class com.netflix.appinfo.InstanceInfo
-
Gets the status page URL
set for this instance.
- getStatusPageUrl() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getStatusPageUrl() - Method in interface com.netflix.discovery.converters.jackson.mixin.MiniInstanceInfoMixIn
-
- getStatusPageUrlPath() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the relative status page URL
Path for this
instance.
- getStatusPageUrlPath() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getTimestamp() - Method in class com.netflix.discovery.DiscoveryEvent
-
- getTransportClientFactories() - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- getTransportConfig() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- getTransportConfig() - Method in interface com.netflix.discovery.EurekaClientConfig
-
For compatibility, return the transport layer config class
- getURL(String, String) - Method in enum com.netflix.appinfo.AmazonInfo.MetaDataKey
-
- getVersion() - Method in class com.netflix.appinfo.AbstractEurekaIdentity
-
- getVersion() - Method in class com.netflix.appinfo.EurekaClientIdentity
-
- getVersion() - Method in class com.netflix.appinfo.InstanceInfo
-
Deprecated.
- getVersion() - Method in class com.netflix.discovery.shared.Applications
-
Deprecated.
- getVersionDeltaKey() - Method in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- getVip(String, String...) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- getVip(String, String...) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- getVip(String, String...) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- getVIPAddress() - Method in class com.netflix.appinfo.InstanceInfo
-
Gets the Virtual Internet Protocol address for this instance.
- getVirtualHostName() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- getVirtualHostName() - Method in interface com.netflix.appinfo.EurekaInstanceConfig
-
Gets the virtual host name defined for this instance.
- getVirtualHostName() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
- getWriteClusterVip() - Method in class com.netflix.discovery.shared.transport.DefaultEurekaTransportConfig
-
- getWriteClusterVip() - Method in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
-
The remote vipAddress of the primary eureka cluster to register with.
- getZone(String[], InstanceInfo) - Static method in class com.netflix.appinfo.InstanceInfo
-
Get the zone that a particular instance is in.
- getZone(InstanceInfo) - Static method in class com.netflix.discovery.DiscoveryClient
-
- getZone() - Method in class com.netflix.discovery.shared.resolver.aws.AwsEndpoint
-
- getZoneBasedDiscoveryUrlsFromRegion(EurekaClientConfig, String) - Static method in class com.netflix.discovery.endpoint.EndpointUtils
-
Get the zone based CNAMES that are bound to a region.
- getZonesForARegion(String) - Method in class com.netflix.discovery.AbstractAzToRegionMapper
-
Returns all the zones in the provided region.
- getZonesForARegion(String) - Method in class com.netflix.discovery.DNSBasedAzToRegionMapper
-
- getZonesForARegion(String) - Method in class com.netflix.discovery.PropertyBasedAzToRegionMapper
-
- second() - Method in class com.netflix.discovery.shared.Pair
-
- selectAll(Applications) - Static method in class com.netflix.discovery.util.EurekaEntityFunctions
-
- selectApplicationNames(Applications) - Static method in class com.netflix.discovery.util.EurekaEntityFunctions
-
- selectInstance(Applications, String) - Static method in class com.netflix.discovery.util.EurekaEntityFunctions
-
- selectInstance(Applications, String, String) - Static method in class com.netflix.discovery.util.EurekaEntityFunctions
-
- selectInstancesMappedById(Application) - Static method in class com.netflix.discovery.util.EurekaEntityFunctions
-
- self() - Method in class com.netflix.discovery.shared.transport.EurekaClientFactoryBuilder
-
- sendHeartBeat(String, String, InstanceInfo, InstanceInfo.InstanceStatus) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- sendHeartBeat(String, String, InstanceInfo, InstanceInfo.InstanceStatus) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- sendHeartBeat(String, String, InstanceInfo, InstanceInfo.InstanceStatus) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- serialize(Application, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationSerializer
-
- serialize(Applications, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsSerializer
-
- serialize(DataCenterInfo, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.DataCenterInfoSerializer
-
- serialize(InstanceInfo, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.InstanceInfoSerializer
-
- serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.jackson.serializer.ApplicationsJsonBeanSerializer
-
- serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.jackson.serializer.ApplicationsXmlBeanSerializer
-
- serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.jackson.serializer.InstanceInfoJsonBeanSerializer
-
- serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.netflix.discovery.converters.jackson.serializer.InstanceInfoXmlBeanSerializer
-
- Serializer - Annotation Type in com.netflix.discovery.provider
-
An annotation that helps in specifying the custom serializer/de-serialization
implementation for jersey.
- serializeWithType(DataCenterInfo, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.netflix.discovery.converters.EurekaJacksonCodec.DataCenterInfoSerializer
-
- ServerStatusEvaluator - Interface in com.netflix.discovery.shared.transport.decorator
-
HTTP status code evaluator, that can be used to make a decision whether it makes sense to
immediately retry a request on another server or stick to the current one.
- ServerStatusEvaluators - Class in com.netflix.discovery.shared.transport.decorator
-
- serviceUrl - Variable in class com.netflix.discovery.shared.resolver.DefaultEndpoint
-
- serviceUrl - Variable in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- ServoUtil - Class in com.netflix.discovery.util
-
- SessionedEurekaHttpClient - Class in com.netflix.discovery.shared.transport.decorator
-
SessionedEurekaHttpClient
enforces full reconnect at a regular interval (a session), preventing
a client to sticking to a particular Eureka server instance forever.
- SessionedEurekaHttpClient(String, EurekaHttpClientFactory, long) - Constructor for class com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient
-
- setActionType(InstanceInfo.ActionType) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setActionType(InstanceInfo.ActionType) - Method in class com.netflix.appinfo.InstanceInfo
-
Set the action type performed on this instance in the server.
- setAdditionalFilters(Collection<T>) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setAppGroupName(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setAppGroupNameForDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setAppName(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Set the application name of the instance.This is mostly used in
querying of instances.
- setAppNameForDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setAppsHashCode(String) - Method in class com.netflix.discovery.shared.Applications
-
Used by the eureka server.
- setASGName(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the AWS ASG name for this instance.
- setClientOverride(EurekaClient) - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- setCountryId(int) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Deprecated.
- setDataCenterInfo(DataCenterInfo) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the datacenter information.
- setDiscoveryClient(DiscoveryClient) - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- setDurationInSecs(int) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the client specified setting for eviction (e.g.
- setEurekaClientConfig(EurekaClientConfig) - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- setEurekaInstanceConfig(EurekaInstanceConfig) - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
- setEurekaJerseyClient(EurekaJerseyClient) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setEventBus(EventBus) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setEventListeners(Set<EurekaEventListener>) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setEvictionTimestamp(long) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the de-registration timestamp.
- setFirst(E1) - Method in class com.netflix.discovery.shared.Pair
-
- setHealthCheckCallbackProvider(Provider<HealthCheckCallback>) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setHealthCheckHandlerProvider(Provider<HealthCheckHandler>) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setHealthCheckUrls(String, String, String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the absolute health check URL
for this instance for both
secure and non-secure communication The users can provide the
healthCheckUrlPath
if the healthcheck page resides in
the same instance talking to discovery, else in the cases where the
instance is a proxy for some other server, it can provide the full
URL
.
- setHealthCheckUrlsForDeser(String, String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setHomePageUrl(String, String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the absolute home page URL
for this instance.
- setHomePageUrlForDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setHostName(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the fully qualified hostname of this running instance.This is
mostly used in constructing the URL
for communicating with
the instance.
- setHostnameVerifier(HostnameVerifier) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setInstance(EurekaJacksonCodec) - Static method in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- setInstanceId(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setInstanceStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.ApplicationInfoManager
-
Set the status of this instance.
- setInstanceStatusMapper(ApplicationInfoManager.InstanceStatusMapper) - Method in class com.netflix.appinfo.ApplicationInfoManager.OptionalArgs
-
- setIPAddr(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the ip address of this running instance.
- setIsCoordinatingDiscoveryServer(boolean) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setIsCoordinatingDiscoveryServer() - Method in class com.netflix.appinfo.InstanceInfo
-
Sets a flag if this instance is the same as the discovery server that is
return the instances.
- setIsDirty(boolean) - Method in class com.netflix.appinfo.InstanceInfo
-
- setIsDirty() - Method in class com.netflix.appinfo.InstanceInfo
-
Sets the dirty flag so that the instance information can be carried to
the discovery server on the next heartbeat.
- setIsDirtyWithTime() - Method in class com.netflix.appinfo.InstanceInfo
-
Set the dirty flag, and also return the timestamp of the isDirty event
- setLastDirtyTimestamp(long) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setLastDirtyTimestamp(Long) - Method in class com.netflix.appinfo.InstanceInfo
-
Set the time indicating that the instance was touched.
- setLastUpdatedTimestamp(long) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setLastUpdatedTimestamp() - Method in class com.netflix.appinfo.InstanceInfo
-
Set the update time for this instance when the status was update.
- setLeaseInfo(LeaseInfo) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Set the instance lease information.
- setLeaseInfo(LeaseInfo) - Method in class com.netflix.appinfo.InstanceInfo
-
Sets the lease information regarding when it expires.
- setMetadata(Map<String, String>) - Method in class com.netflix.appinfo.AmazonInfo
-
Set AWS metadata.
- setMetadata(Map<String, String>) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Replace the existing metadata map with a new one.
- setName(String) - Method in class com.netflix.discovery.shared.Application
-
Sets the name of the application.
- setNamespace(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setOverriddenStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the status overridden by some other external process.This is
mostly used in putting an instance out of service to block traffic to
it.
- setOverriddenStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.InstanceInfo
-
Sets the overridden status for this instance.Normally set by an external
process to disable instance from taking traffic.
- setPort(int) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the port number that is used to service requests.
- setPreRegistrationHandler(PreRegistrationHandler) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setRegionsToFetch(String[]) - Method in class com.netflix.discovery.AbstractAzToRegionMapper
-
- setRegionsToFetch(String[]) - Method in interface com.netflix.discovery.AzToRegionMapper
-
Update the regions that this mapper knows about.
- setRegistrationTimestamp(long) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the registration timestamp.
- setRenewalIntervalInSecs(int) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the client specified setting for renew interval.
- setRenewalTimestamp(long) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the last renewal timestamp of lease.
- setSecond(E2) - Method in class com.netflix.discovery.shared.Pair
-
- setSecurePort(int) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the secure port that is used to service requests.
- setSecureVIPAddress(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the Secure Virtual Internet Protocol address for this instance.
- setSecureVIPAddressDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Setter used during deserialization process, that does not do macro expansion on the provided value.
- setServiceUpTimestamp(long) - Method in class com.netflix.appinfo.LeaseInfo.Builder
-
Sets the service UP timestamp.
- setSID(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Deprecated.
- setSID(String) - Method in class com.netflix.appinfo.InstanceInfo
-
Deprecated.
- setSSLContext(SSLContext) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the status of the instances.If the status is UP, that is when
the instance is ready to service requests.
- setStatus(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.InstanceInfo
-
Set the status for this instance.
- setStatusPageUrl(String, String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the absolute status page URL
for this instance.
- setStatusPageUrlForDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
- setStatusWithoutDirty(InstanceInfo.InstanceStatus) - Method in class com.netflix.appinfo.InstanceInfo
-
Set the status for this instance without updating the dirty timestamp.
- setTransportClientFactories(TransportClientFactories) - Method in class com.netflix.discovery.AbstractDiscoveryClientOptionalArgs
-
- setVersion(Long) - Method in class com.netflix.discovery.shared.Applications
-
Deprecated.
- setVIPAddress(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Sets the Virtual Internet Protocol address for this instance.
- setVIPAddressDeser(String) - Method in class com.netflix.appinfo.InstanceInfo.Builder
-
Setter used during deserialization process, that does not do macro expansion on the provided value.
- shouldBroadcastPublicIpv4Addr() - Method in class com.netflix.appinfo.AbstractInstanceConfig
-
- shouldBroadcastPublicIpv4Addr() - Method in class com.netflix.appinfo.PropertiesInstanceConfig
-
Indicates if the public ipv4 address of the instance should be advertised.
- shouldDisableDelta() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldDisableDelta() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether the eureka client should disable fetching of delta and
should rather resort to getting the full registry information.
- shouldEnforceFetchRegistryAtInit() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldEnforceFetchRegistryAtInit() - Method in interface com.netflix.discovery.EurekaClientConfig
-
If set to true, the
EurekaClient
initialization should throw an exception at constructor time
if the initial fetch of eureka registry information from the remote servers is unsuccessful.
- shouldEnforceRegistrationAtInit() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldEnforceRegistrationAtInit() - Method in interface com.netflix.discovery.EurekaClientConfig
-
If set to true, the
EurekaClient
initialization should throw an exception at constructor time
if an initial registration to the remote servers is unsuccessful.
- shouldFailFastOnFirstLoad() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- shouldFailFastOnFirstLoad() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- shouldFetchRegistry() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldFetchRegistry() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether this client should fetch eureka registry information from eureka server.
- shouldFilterOnlyUpInstances() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldFilterOnlyUpInstances() - Method in interface com.netflix.discovery.EurekaClientConfig
-
- shouldGZipContent() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldGZipContent() - Method in interface com.netflix.discovery.EurekaClientConfig
-
- shouldLogAmazonMetadataErrors() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
- shouldLogAmazonMetadataErrors() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- shouldLogDeltaDiff() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldLogDeltaDiff() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether to log differences between the eureka server and the
eureka client in terms of registry information.
- shouldOnDemandUpdateStatusChange() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldOnDemandUpdateStatusChange() - Method in interface com.netflix.discovery.EurekaClientConfig
-
- shouldPreferSameZoneEureka() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldPreferSameZoneEureka() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether or not this instance should try to use the eureka
server in the same zone for latency and/or other reason.
- shouldRegisterWithEureka() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldRegisterWithEureka() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether or not this instance should register its information
with eureka server for discovery by others.
- shouldUnregisterOnShutdown() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldUnregisterOnShutdown() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether the client should explicitly unregister itself from the remote server
on client shutdown.
- shouldUseDnsForFetchingServiceUrls() - Method in class com.netflix.discovery.DefaultEurekaClientConfig
-
- shouldUseDnsForFetchingServiceUrls() - Method in interface com.netflix.discovery.EurekaClientConfig
-
Indicates whether the eureka client should use the DNS mechanism to fetch
a list of eureka servers to talk to.
- shouldValidateInstanceId() - Method in interface com.netflix.appinfo.AmazonInfoConfig
-
When AmazonInfo is specified, setting this to false allows progress on building the AmazonInfo even if
the instanceId of the environment is not able to be validated.
- shouldValidateInstanceId() - Method in class com.netflix.appinfo.Archaius1AmazonInfoConfig
-
- shuffleAndIndexInstances(Map<String, Applications>, EurekaClientConfig, InstanceRegionChecker) - Method in class com.netflix.discovery.shared.Applications
-
Shuffles a whole region so that the instances will not always be returned
in the same order.
- shuffleAndStoreInstances(boolean) - Method in class com.netflix.discovery.shared.Application
-
Shuffles the list of instances in the application and stores it for
future retrievals.
- shuffleAndStoreInstances(Map<String, Applications>, EurekaClientConfig, InstanceRegionChecker) - Method in class com.netflix.discovery.shared.Application
-
- shuffleInstances(boolean) - Method in class com.netflix.discovery.shared.Applications
-
Shuffles the provided instances so that they will not always be returned
in the same order.
- shutdown() - Method in class com.netflix.discovery.DiscoveryClient
-
Shuts down Eureka Client.
- shutdown() - Method in interface com.netflix.discovery.EurekaClient
-
Shuts down Eureka Client.
- shutdown() - Method in class com.netflix.discovery.EurekaUpStatusResolver
-
- shutdown() - Method in class com.netflix.discovery.shared.NamedConnectionPool
-
- shutdown() - Method in class com.netflix.discovery.shared.resolver.AsyncResolver
-
- shutdown() - Method in interface com.netflix.discovery.shared.resolver.ClosableResolver
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.decorator.MetricsCollectingEurekaHttpClient
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.decorator.RedirectingEurekaHttpClient
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.decorator.SessionedEurekaHttpClient
-
- shutdown() - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- shutdown() - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClientFactory
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.jersey.ApacheHttpClientConnectionCleaner
-
- shutdown() - Method in class com.netflix.discovery.shared.transport.jersey.JerseyEurekaHttpClientFactory
-
- shutdown() - Method in interface com.netflix.discovery.shared.transport.TransportClientFactory
-
- shutdown(EurekaHttpClient) - Static method in class com.netflix.discovery.shared.transport.TransportUtils
-
- shutdown() - Method in class com.netflix.discovery.util.ExceptionsMetric
-
- shutdown() - Method in class com.netflix.discovery.util.ThresholdLevelsMetric.NoOpThresholdLevelMetric
-
- shutdown() - Method in class com.netflix.discovery.util.ThresholdLevelsMetric
-
- shutdownComponent() - Method in class com.netflix.discovery.DiscoveryManager
-
Deprecated.
Shuts down the Discovery Client which unregisters the
information about this instance from the Discovery Server.
- size() - Method in class com.netflix.discovery.shared.Application
-
- size() - Method in class com.netflix.discovery.shared.Applications
-
- size() - Method in class com.netflix.discovery.util.DeserializerStringCache
-
- size() - Method in class com.netflix.discovery.util.StringCache
-
- splitByZone(List<AwsEndpoint>, String) - Static method in class com.netflix.discovery.shared.resolver.ResolverUtils
-
- sslContext - Variable in class com.netflix.discovery.shared.transport.EurekaClientFactoryBuilder
-
- SSLSocketFactoryAdapter - Class in com.netflix.discovery.shared.transport.jersey
-
Adapts a version 4.3+ SSLConnectionSocketFactory
to a pre 4.3
SSLSocketFactory
.
- SSLSocketFactoryAdapter(SSLConnectionSocketFactory) - Constructor for class com.netflix.discovery.shared.transport.jersey.SSLSocketFactoryAdapter
-
- SSLSocketFactoryAdapter(SSLConnectionSocketFactory, HostnameVerifier) - Constructor for class com.netflix.discovery.shared.transport.jersey.SSLSocketFactoryAdapter
-
- StaticClusterResolver<T extends EurekaEndpoint> - Class in com.netflix.discovery.shared.resolver
-
Statically configured Eureka server pool.
- StaticClusterResolver(String, T...) - Constructor for class com.netflix.discovery.shared.resolver.StaticClusterResolver
-
- StaticClusterResolver(String, List<T>) - Constructor for class com.netflix.discovery.shared.resolver.StaticClusterResolver
-
- status(int) - Static method in class com.netflix.discovery.shared.transport.EurekaHttpResponse
-
- StatusChangeEvent - Class in com.netflix.discovery
-
Event containing the latest instance status information.
- StatusChangeEvent(InstanceInfo.InstanceStatus, InstanceInfo.InstanceStatus) - Constructor for class com.netflix.discovery.StatusChangeEvent
-
- statusUpdate(String, String, InstanceInfo.InstanceStatus, InstanceInfo) - Method in class com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator
-
- statusUpdate(String, String, InstanceInfo.InstanceStatus, InstanceInfo) - Method in interface com.netflix.discovery.shared.transport.EurekaHttpClient
-
- statusUpdate(String, String, InstanceInfo.InstanceStatus, InstanceInfo) - Method in class com.netflix.discovery.shared.transport.jersey.AbstractJerseyEurekaHttpClient
-
- StringCache - Class in com.netflix.discovery.util
-
An alternative to String.intern()
with no capacity constraints.
- StringCache() - Constructor for class com.netflix.discovery.util.StringCache
-
- StringCache(int) - Constructor for class com.netflix.discovery.util.StringCache
-
- StringInterningAmazonInfoBuilder - Class in com.netflix.discovery.converters.jackson.builder
-
- StringInterningAmazonInfoBuilder() - Constructor for class com.netflix.discovery.converters.jackson.builder.StringInterningAmazonInfoBuilder
-
- StringUtil - Class in com.netflix.discovery.util
-
- subsetOf(DataCenterInfo, DataCenterInfo) - Static method in class com.netflix.discovery.util.EurekaEntityComparators
-
- subsetOf(AmazonInfo, AmazonInfo) - Static method in class com.netflix.discovery.util.EurekaEntityComparators
-
- support(MediaType) - Method in interface com.netflix.discovery.converters.wrappers.CodecWrapperBase
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.JacksonJson
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.JacksonJsonMini
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.JacksonXml
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.JacksonXmlMini
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.LegacyJacksonJson
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.XStreamJson
-
- support(MediaType) - Method in class com.netflix.discovery.converters.wrappers.CodecWrappers.XStreamXml
-
- systemSSL - Variable in class com.netflix.discovery.shared.transport.EurekaClientFactoryBuilder
-
- SystemUtil - Class in com.netflix.discovery.util
-
- valueOf(String) - Static method in enum com.netflix.appinfo.AmazonInfo.MetaDataKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.appinfo.DataCenterInfo.Name
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.appinfo.EurekaAccept
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.appinfo.InstanceInfo.ActionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.appinfo.InstanceInfo.InstanceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.appinfo.InstanceInfo.PortType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.discovery.endpoint.EndpointUtils.DiscoveryUrlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.RequestType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.netflix.discovery.util.DeserializerStringCache.CacheScope
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.netflix.appinfo.AmazonInfo.MetaDataKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.appinfo.DataCenterInfo.Name
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.appinfo.EurekaAccept
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.appinfo.InstanceInfo.ActionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.appinfo.InstanceInfo.InstanceStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.appinfo.InstanceInfo.PortType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.discovery.endpoint.EndpointUtils.DiscoveryUrlType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.RequestType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.netflix.discovery.util.DeserializerStringCache.CacheScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- versionDeltaKey - Variable in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsDeserializer
-
- versionDeltaKey - Variable in class com.netflix.discovery.converters.EurekaJacksonCodec.ApplicationsSerializer
-
- VERSIONS_DELTA_TEMPLATE - Static variable in class com.netflix.discovery.converters.EurekaJacksonCodec
-
- VipAddressResolver - Interface in com.netflix.appinfo.providers
-
This only really exist for legacy support