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.EurekaTransportConfig
public boolean applicationsResolverUseIp()
applicationsResolverUseIp
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public int getSessionedClientReconnectIntervalSeconds()
getSessionedClientReconnectIntervalSeconds
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setSessionedClientReconnectIntervalSeconds(int sessionedClientReconnectIntervalSeconds)
public double getRetryableClientQuarantineRefreshPercentage()
getRetryableClientQuarantineRefreshPercentage
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setRetryableClientQuarantineRefreshPercentage(double retryableClientQuarantineRefreshPercentage)
public int getBootstrapResolverRefreshIntervalSeconds()
public void setBootstrapResolverRefreshIntervalSeconds(int bootstrapResolverRefreshIntervalSeconds)
public int getApplicationsResolverDataStalenessThresholdSeconds()
getApplicationsResolverDataStalenessThresholdSeconds
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setApplicationsResolverDataStalenessThresholdSeconds(int applicationsResolverDataStalenessThresholdSeconds)
public int getAsyncResolverRefreshIntervalMs()
getAsyncResolverRefreshIntervalMs
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setAsyncResolverRefreshIntervalMs(int asyncResolverRefreshIntervalMs)
public int getAsyncResolverWarmUpTimeoutMs()
getAsyncResolverWarmUpTimeoutMs
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setAsyncResolverWarmUpTimeoutMs(int asyncResolverWarmUpTimeoutMs)
public int getAsyncExecutorThreadPoolSize()
getAsyncExecutorThreadPoolSize
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setAsyncExecutorThreadPoolSize(int asyncExecutorThreadPoolSize)
public String getReadClusterVip()
getReadClusterVip
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setReadClusterVip(String readClusterVip)
public String getWriteClusterVip()
getWriteClusterVip
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setWriteClusterVip(String writeClusterVip)
public boolean isBootstrapResolverForQuery()
public void setBootstrapResolverForQuery(boolean bootstrapResolverForQuery)
public String getBootstrapResolverStrategy()
getBootstrapResolverStrategy
in interface com.netflix.discovery.shared.transport.EurekaTransportConfig
public void setBootstrapResolverStrategy(String bootstrapResolverStrategy)
public boolean isApplicationsResolverUseIp()
public void setApplicationsResolverUseIp(boolean applicationsResolverUseIp)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.