public interface CasPool
Modifier and Type | Method and Description |
---|---|
int |
getInitialFsHeapSize()
Gets the initial fs heap size.
|
int |
getNumberOfCases()
Gets the number of cases.
|
void |
setInitialFsHeapSize(int heapSize)
Sets the initial fs heap size.
|
void |
setNumberOfCases(int casCount)
Sets the number of cases.
|
int getNumberOfCases()
void setNumberOfCases(int casCount)
casCount
- the new number of casesint getInitialFsHeapSize()
void setInitialFsHeapSize(int heapSize)
heapSize
- the new initial fs heap sizeCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.