org.apache.uima.resourceSpecifier.factory
Interface CasMultiplier

All Known Implementing Classes:
CasMultiplierImpl

public interface CasMultiplier

The Interface CasMultiplier.


Method Summary
 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.
 

Method Detail

getCasPoolSize

int getCasPoolSize()
Gets the cas pool size.

Returns:
the cas pool size

setCasPoolSize

void setCasPoolSize(int casPoolSize)
Sets the cas pool size.

Parameters:
casPoolSize - the new cas pool size

getInitialFsHeapSize

long getInitialFsHeapSize()
Gets the initial fs heap size.

Returns:
the initial fs heap size

setInitialFsHeapSize

void setInitialFsHeapSize(long initialFsHeapSize)
Sets the initial fs heap size.

Parameters:
initialFsHeapSize - the new initial fs heap size

getProcessParentLast

boolean getProcessParentLast()
Gets the process parent last.

Returns:
the process parent last

setProcessParentLast

void setProcessParentLast(boolean processParentLast)
Sets the process parent last.

Parameters:
processParentLast - the new process parent last


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