public interface CasMultiplier
Modifier and Type | Method and Description |
---|---|
int |
getCasPoolSize()
Gets the cas pool size.
|
long |
getInitialFsHeapSize()
Gets the initial fs heap size.
|
boolean |
getProcessParentLast()
Gets the process parent last.
|
void |
setCasPoolSize(int casPoolSize)
Sets the cas pool size.
|
void |
setInitialFsHeapSize(long initialFsHeapSize)
Sets the initial fs heap size.
|
void |
setProcessParentLast(boolean processParentLast)
Sets the process parent last.
|
int getCasPoolSize()
void setCasPoolSize(int casPoolSize)
casPoolSize
- the new cas pool sizelong getInitialFsHeapSize()
void setInitialFsHeapSize(long initialFsHeapSize)
initialFsHeapSize
- the new initial fs heap sizeboolean getProcessParentLast()
void setProcessParentLast(boolean processParentLast)
processParentLast
- the new process parent lastCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.