Liferay 6.2-ce-ga5

com.liferay.portal.increment
Class BufferedIncrementConfiguration

java.lang.Object
  extended by com.liferay.portal.increment.BufferedIncrementConfiguration

public class BufferedIncrementConfiguration
extends Object


Constructor Summary
BufferedIncrementConfiguration(String configuration)
           
 
Method Summary
 long calculateStandbyTime(int queueLength)
           
 int getStandbyQueueThreshold()
           
 long getStandbyTimeUpperLimit()
           
 long getThreadpoolKeepAliveTime()
           
 int getThreadpoolMaxSize()
           
 boolean isEnabled()
           
 boolean isStandbyEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedIncrementConfiguration

public BufferedIncrementConfiguration(String configuration)
Method Detail

calculateStandbyTime

public long calculateStandbyTime(int queueLength)

getStandbyQueueThreshold

public int getStandbyQueueThreshold()

getStandbyTimeUpperLimit

public long getStandbyTimeUpperLimit()

getThreadpoolKeepAliveTime

public long getThreadpoolKeepAliveTime()

getThreadpoolMaxSize

public int getThreadpoolMaxSize()

isEnabled

public boolean isEnabled()

isStandbyEnabled

public boolean isStandbyEnabled()

Liferay 6.2-ce-ga5