org.apache.uima.resourceSpecifier.factory
Interface ColocatedDelegateEngine

All Superinterfaces:
DelegateAnalysisEngine
All Known Subinterfaces:
AggregateDelegateEngine
All Known Implementing Classes:
AggregateDelegateEngineImpl, ColocatedDelegateEngineImpl

public interface ColocatedDelegateEngine
extends DelegateAnalysisEngine

The Interface ColocatedDelegateEngine.


Method Summary
 int getInputQueueScaleout()
          Gets the input queue scaleout.
 boolean isAsync()
          Checks if is async.
 void setAsync()
          Sets the async.
 void setInputQueueScaleout(int scaleup)
          Sets the input queue scaleout.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DelegateAnalysisEngine
getCasMultiplier, getConfiguration, getKey, getReplyQueueScaleup, isAggregate, isRemote, setCasMultiplier, setKey, setReplyQueueScaleup
 

Method Detail

isAsync

boolean isAsync()
Checks if is async.

Returns:
true, if is async

setAsync

void setAsync()
Sets the async.


getInputQueueScaleout

int getInputQueueScaleout()
Gets the input queue scaleout.

Returns:
the input queue scaleout

setInputQueueScaleout

void setInputQueueScaleout(int scaleup)
Sets the input queue scaleout.

Parameters:
scaleup - the new input queue scaleout


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