|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.CasPoolImpl
public class CasPoolImpl
The Class CasPoolImpl.
Constructor Summary | |
---|---|
CasPoolImpl(org.apache.uima.resourceSpecifier.CasPoolType cpt,
ServiceContext context)
Instantiates a new cas pool impl. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CasPoolImpl(org.apache.uima.resourceSpecifier.CasPoolType cpt, ServiceContext context)
cpt
- the cptcontext
- the contextMethod Detail |
---|
public int getNumberOfCases()
CasPool
getNumberOfCases
in interface CasPool
public void setNumberOfCases(int casCount)
CasPool
setNumberOfCases
in interface CasPool
casCount
- the new number of casespublic int getInitialFsHeapSize()
CasPool
getInitialFsHeapSize
in interface CasPool
public void setInitialFsHeapSize(int heapSize)
CasPool
setInitialFsHeapSize
in interface CasPool
heapSize
- the new initial fs heap size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |