org.apache.uima.resourceSpecifier.factory
Interface CasPool

All Known Implementing Classes:
CasPoolImpl

public interface CasPool

The Interface CasPool.


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.
 

Method Detail

getNumberOfCases

int getNumberOfCases()
Gets the number of cases.

Returns:
the number of cases

setNumberOfCases

void setNumberOfCases(int casCount)
Sets the number of cases.

Parameters:
casCount - the new number of cases

getInitialFsHeapSize

int getInitialFsHeapSize()
Gets the initial fs heap size.

Returns:
the initial fs heap size

setInitialFsHeapSize

void setInitialFsHeapSize(int heapSize)
Sets the initial fs heap size.

Parameters:
heapSize - the new initial fs heap size


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.