public class SedaConfiguration extends Object
| Constructor and Description |
|---|
SedaConfiguration() |
public TimeUnit getQueuePollTimeUnit()
public void setQueuePollTimeUnit(TimeUnit queuePollTimeUnit)
public TimeUnit getWorkTrackingTimeUnit()
public void setWorkTrackingTimeUnit(TimeUnit workTrackingTimeUnit)
public TimeUnit getRegulatorPulseTimeUnit()
public void setRegulatorPulseTimeUnit(TimeUnit regulatorPulseTimeUnit)
public long getQueuePollTimeout()
public void setQueuePollTimeout(long queuePollTimeout)
public long getWorkTrackingTime()
public void setWorkTrackingTime(long workTrackingTime)
public long getRegulatorPulseTime()
public void setRegulatorPulseTime(long regulatorPulseTime)
public int getMaxQueueCapacity()
public void setMaxQueueCapacity(int maxQueueCapacity)
public int getMinThreadPoolSize()
public void setMinThreadPoolSize(int minThreadPoolSize)
public int getMaxThreadPoolSize()
public void setMaxThreadPoolSize(int maxThreadPoolSize)
public int getMaxTrackedInvocations()
public void setMaxTrackedInvocations(int maxTrackedInvocations)
public double getInactiveDownShiftPercentage()
public void setInactiveDownShiftPercentage(double inactiveDownShiftPercentage)
public double getActiveUpShiftPercentage()
public void setActiveUpShiftPercentage(double activeUpShiftPercentage)
Copyright © 2018. All rights reserved.