org.apache.uima.resourceSpecifier.factory
Interface Scaleout

All Known Implementing Classes:
ScaleoutImpl

public interface Scaleout

The Interface Scaleout.


Method Summary
 int getNumberOfInstances()
          Gets the number of instances.
 void setNumberOfInstances(int numberOfInstances)
          Sets the number of instances.
 

Method Detail

getNumberOfInstances

int getNumberOfInstances()
Gets the number of instances.

Returns:
the number of instances

setNumberOfInstances

void setNumberOfInstances(int numberOfInstances)
Sets the number of instances.

Parameters:
numberOfInstances - the new number of instances


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