public class CoreServerConfigBean extends Object
Constructor and Description |
---|
CoreServerConfigBean() |
Modifier and Type | Method and Description |
---|---|
List<MemoryPacketConfigBean> |
getMemoryPacketSizes()
Gets the memory packet sizes.
|
boolean |
getThreadPoolDebug()
Checks if is thread pool debug.
|
Integer |
getThreadPoolInit()
Gets the thread pool init.
|
Integer |
getThreadPoolMax()
Gets the thread pool max.
|
void |
setMemoryPacketSizes(List<MemoryPacketConfigBean> memoryPacketSizes)
Sets the memory packet sizes.
|
void |
setThreadPoolDebug(boolean threadPoolDebug)
Sets the thread pool debug.
|
void |
setThreadPoolInit(Integer threadPoolInit)
Sets the thread pool init.
|
void |
setThreadPoolMax(Integer threadPoolMax)
Sets the thread pool max.
|
public Integer getThreadPoolInit()
public void setThreadPoolInit(Integer threadPoolInit)
threadPoolInit
- the new thread pool initpublic Integer getThreadPoolMax()
public void setThreadPoolMax(Integer threadPoolMax)
threadPoolMax
- the new thread pool maxpublic boolean getThreadPoolDebug()
public void setThreadPoolDebug(boolean threadPoolDebug)
threadPoolDebug
- the new thread pool debugpublic List<MemoryPacketConfigBean> getMemoryPacketSizes()
public void setMemoryPacketSizes(List<MemoryPacketConfigBean> memoryPacketSizes)
memoryPacketSizes
- the new memory packet sizesCopyright © 2005–2017 Alfresco Software. All rights reserved.