Package org.bedework.util.servlet.io
Class PooledBuffersPropertiesImpl
- java.lang.Object
-
- org.bedework.util.config.ConfigBase<PooledBuffersPropertiesImpl>
-
- org.bedework.util.servlet.io.PooledBuffersPropertiesImpl
-
- All Implemented Interfaces:
Serializable,Comparable<PooledBuffersPropertiesImpl>,org.bedework.util.logging.Logged,PooledBuffersProperties
public class PooledBuffersPropertiesImpl extends org.bedework.util.config.ConfigBase<PooledBuffersPropertiesImpl> implements PooledBuffersProperties
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PooledBuffersPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLargeBufferPoolSize()intgetLargeBufferSize()intgetMediumBufferPoolSize()intgetMediumBufferSize()intgetSmallBufferPoolSize()intgetSmallBufferSize()voidsetLargeBufferPoolSize(int val)voidsetLargeBufferSize(int val)voidsetMediumBufferPoolSize(int val)voidsetMediumBufferSize(int val)voidsetSmallBufferPoolSize(int val)voidsetSmallBufferSize(int val)StringtoString()-
Methods inherited from class org.bedework.util.config.ConfigBase
addListProperty, compareTo, fromXml, fromXml, fromXml, getLastChanged, getLogger, getName, getProperty, hashCode, markChanged, removeProperty, setListProperty, setName, toProperties, toStringSegment, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, setLogLevel, trace, trace, warn
-
-
-
-
Method Detail
-
getSmallBufferSize
public int getSmallBufferSize()
- Specified by:
getSmallBufferSizein interfacePooledBuffersProperties- Returns:
- the size of each byte buffer
-
setSmallBufferSize
public void setSmallBufferSize(int val)
- Specified by:
setSmallBufferSizein interfacePooledBuffersProperties- Parameters:
val- the size of each byte buffer
-
getMediumBufferSize
public int getMediumBufferSize()
- Specified by:
getMediumBufferSizein interfacePooledBuffersProperties- Returns:
- the size of each byte buffer
-
setMediumBufferSize
public void setMediumBufferSize(int val)
- Specified by:
setMediumBufferSizein interfacePooledBuffersProperties- Parameters:
val- the size of each byte buffer
-
getLargeBufferSize
public int getLargeBufferSize()
- Specified by:
getLargeBufferSizein interfacePooledBuffersProperties- Returns:
- the size of each byte buffer
-
setLargeBufferSize
public void setLargeBufferSize(int val)
- Specified by:
setLargeBufferSizein interfacePooledBuffersProperties- Parameters:
val- the size of each byte buffer
-
getSmallBufferPoolSize
public int getSmallBufferPoolSize()
- Specified by:
getSmallBufferPoolSizein interfacePooledBuffersProperties- Returns:
- the max number of buffers
-
setSmallBufferPoolSize
public void setSmallBufferPoolSize(int val)
- Specified by:
setSmallBufferPoolSizein interfacePooledBuffersProperties- Parameters:
val- the max number of buffers
-
getMediumBufferPoolSize
public int getMediumBufferPoolSize()
- Specified by:
getMediumBufferPoolSizein interfacePooledBuffersProperties- Returns:
- the max number of buffers
-
setMediumBufferPoolSize
public void setMediumBufferPoolSize(int val)
- Specified by:
setMediumBufferPoolSizein interfacePooledBuffersProperties- Parameters:
val- the max number of buffers
-
getLargeBufferPoolSize
public int getLargeBufferPoolSize()
- Specified by:
getLargeBufferPoolSizein interfacePooledBuffersProperties- Returns:
- the max number of buffers
-
setLargeBufferPoolSize
public void setLargeBufferPoolSize(int val)
- Specified by:
setLargeBufferPoolSizein interfacePooledBuffersProperties- Parameters:
val- the max number of buffers
-
toString
public String toString()
- Overrides:
toStringin classorg.bedework.util.config.ConfigBase<PooledBuffersPropertiesImpl>
-
-