public class CloudEurekaTransportConfig extends Object implements com.netflix.discovery.shared.transport.EurekaTransportConfig
| Constructor and Description |
|---|
CloudEurekaTransportConfig() |
public boolean useBootstrapResolverForQuery()
useBootstrapResolverForQuery in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic boolean applicationsResolverUseIp()
applicationsResolverUseIp in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic int getSessionedClientReconnectIntervalSeconds()
getSessionedClientReconnectIntervalSeconds in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setSessionedClientReconnectIntervalSeconds(int sessionedClientReconnectIntervalSeconds)
public double getRetryableClientQuarantineRefreshPercentage()
getRetryableClientQuarantineRefreshPercentage in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setRetryableClientQuarantineRefreshPercentage(double retryableClientQuarantineRefreshPercentage)
public int getBootstrapResolverRefreshIntervalSeconds()
public void setBootstrapResolverRefreshIntervalSeconds(int bootstrapResolverRefreshIntervalSeconds)
public int getApplicationsResolverDataStalenessThresholdSeconds()
getApplicationsResolverDataStalenessThresholdSeconds in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setApplicationsResolverDataStalenessThresholdSeconds(int applicationsResolverDataStalenessThresholdSeconds)
public int getAsyncResolverRefreshIntervalMs()
getAsyncResolverRefreshIntervalMs in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setAsyncResolverRefreshIntervalMs(int asyncResolverRefreshIntervalMs)
public int getAsyncResolverWarmUpTimeoutMs()
getAsyncResolverWarmUpTimeoutMs in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setAsyncResolverWarmUpTimeoutMs(int asyncResolverWarmUpTimeoutMs)
public int getAsyncExecutorThreadPoolSize()
getAsyncExecutorThreadPoolSize in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setAsyncExecutorThreadPoolSize(int asyncExecutorThreadPoolSize)
public String getReadClusterVip()
getReadClusterVip in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setReadClusterVip(String readClusterVip)
public String getWriteClusterVip()
getWriteClusterVip in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setWriteClusterVip(String writeClusterVip)
public boolean isBootstrapResolverForQuery()
public void setBootstrapResolverForQuery(boolean bootstrapResolverForQuery)
public String getBootstrapResolverStrategy()
getBootstrapResolverStrategy in interface com.netflix.discovery.shared.transport.EurekaTransportConfigpublic void setBootstrapResolverStrategy(String bootstrapResolverStrategy)
public boolean isApplicationsResolverUseIp()
public void setApplicationsResolverUseIp(boolean applicationsResolverUseIp)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.