@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") public class HystrixConfigurationDefinitionCommon extends Object
Constructor and Description |
---|
HystrixConfigurationDefinitionCommon() |
public HystrixConfigurationDefinitionCommon()
public String getGroupKey()
public void setGroupKey(String groupKey)
public String getThreadPoolKey()
public void setThreadPoolKey(String threadPoolKey)
public Boolean getCircuitBreakerEnabled()
public void setCircuitBreakerEnabled(Boolean circuitBreakerEnabled)
public Integer getCircuitBreakerErrorThresholdPercentage()
public void setCircuitBreakerErrorThresholdPercentage(Integer circuitBreakerErrorThresholdPercentage)
public Boolean getCircuitBreakerForceClosed()
public void setCircuitBreakerForceClosed(Boolean circuitBreakerForceClosed)
public Boolean getCircuitBreakerForceOpen()
public void setCircuitBreakerForceOpen(Boolean circuitBreakerForceOpen)
public Integer getCircuitBreakerRequestVolumeThreshold()
public void setCircuitBreakerRequestVolumeThreshold(Integer circuitBreakerRequestVolumeThreshold)
public Integer getCircuitBreakerSleepWindowInMilliseconds()
public void setCircuitBreakerSleepWindowInMilliseconds(Integer circuitBreakerSleepWindowInMilliseconds)
public Integer getExecutionIsolationSemaphoreMaxConcurrentRequests()
public void setExecutionIsolationSemaphoreMaxConcurrentRequests(Integer executionIsolationSemaphoreMaxConcurrentRequests)
public String getExecutionIsolationStrategy()
public void setExecutionIsolationStrategy(String executionIsolationStrategy)
public Boolean getExecutionIsolationThreadInterruptOnTimeout()
public void setExecutionIsolationThreadInterruptOnTimeout(Boolean executionIsolationThreadInterruptOnTimeout)
public Integer getExecutionTimeoutInMilliseconds()
public void setExecutionTimeoutInMilliseconds(Integer executionTimeoutInMilliseconds)
public Boolean getExecutionTimeoutEnabled()
public void setExecutionTimeoutEnabled(Boolean executionTimeoutEnabled)
public Integer getFallbackIsolationSemaphoreMaxConcurrentRequests()
public void setFallbackIsolationSemaphoreMaxConcurrentRequests(Integer fallbackIsolationSemaphoreMaxConcurrentRequests)
public Boolean getFallbackEnabled()
public void setFallbackEnabled(Boolean fallbackEnabled)
public Integer getMetricsHealthSnapshotIntervalInMilliseconds()
public void setMetricsHealthSnapshotIntervalInMilliseconds(Integer metricsHealthSnapshotIntervalInMilliseconds)
public Integer getMetricsRollingPercentileBucketSize()
public void setMetricsRollingPercentileBucketSize(Integer metricsRollingPercentileBucketSize)
public Boolean getMetricsRollingPercentileEnabled()
public void setMetricsRollingPercentileEnabled(Boolean metricsRollingPercentileEnabled)
public Integer getMetricsRollingPercentileWindowInMilliseconds()
public void setMetricsRollingPercentileWindowInMilliseconds(Integer metricsRollingPercentileWindowInMilliseconds)
public Integer getMetricsRollingPercentileWindowBuckets()
public void setMetricsRollingPercentileWindowBuckets(Integer metricsRollingPercentileWindowBuckets)
public Integer getMetricsRollingStatisticalWindowInMilliseconds()
public void setMetricsRollingStatisticalWindowInMilliseconds(Integer metricsRollingStatisticalWindowInMilliseconds)
public Integer getMetricsRollingStatisticalWindowBuckets()
public void setMetricsRollingStatisticalWindowBuckets(Integer metricsRollingStatisticalWindowBuckets)
public Boolean getRequestLogEnabled()
public void setRequestLogEnabled(Boolean requestLogEnabled)
public Integer getCorePoolSize()
public void setCorePoolSize(Integer corePoolSize)
public Integer getMaximumSize()
public void setMaximumSize(Integer maximumSize)
public Integer getKeepAliveTime()
public void setKeepAliveTime(Integer keepAliveTime)
public Integer getMaxQueueSize()
public void setMaxQueueSize(Integer maxQueueSize)
public Integer getQueueSizeRejectionThreshold()
public void setQueueSizeRejectionThreshold(Integer queueSizeRejectionThreshold)
public Integer getThreadPoolRollingNumberStatisticalWindowInMilliseconds()
public void setThreadPoolRollingNumberStatisticalWindowInMilliseconds(Integer threadPoolRollingNumberStatisticalWindowInMilliseconds)
public Integer getThreadPoolRollingNumberStatisticalWindowBuckets()
public void setThreadPoolRollingNumberStatisticalWindowBuckets(Integer threadPoolRollingNumberStatisticalWindowBuckets)
public Boolean getAllowMaximumSizeToDivergeFromCoreSize()
public void setAllowMaximumSizeToDivergeFromCoreSize(Boolean allowMaximumSizeToDivergeFromCoreSize)
Apache Camel