org.apache.uima.resourceSpecifier.factory.impl
Class TopLevelAnalysisEngineImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.TopLevelAnalysisEngineImpl
All Implemented Interfaces:
AnalysisEngine, TopLevelAnalysisEngine

public class TopLevelAnalysisEngineImpl
extends Object
implements TopLevelAnalysisEngine

The Class TopLevelAnalysisEngineImpl.


Constructor Summary
protected TopLevelAnalysisEngineImpl(org.apache.uima.resourceSpecifier.TopLevelAnalysisEngineType tlea, ServiceContext context, DelegateConfiguration... delegateConfigurations)
          Instantiates a new top level analysis engine impl.
 
Method Summary
 CasMultiplier getCasMultiplier()
          Gets the cas multiplier.
 Delegates getDelegates()
          Gets the delegates.
 Scaleout getInputQueueScaleout()
          Gets the input queue scaleout.
 String getKey()
          Gets the key.
 AsyncPrimitiveErrorConfiguration getPrimitiveErrorConfiguration()
          Gets the primitive error configuration.
 Scaleout getReplyQueueScaleout()
          Gets the reply queue scaleout.
 boolean isAsync()
          Checks if is async.
 void setDelegates(Delegates delegates)
          Sets the delegates.
 void setInputQueueScaleout(Scaleout scaleup)
          Sets the input queue scaleout.
 void setIsAsync()
          Sets the is async.
 void setKey(String key)
          Sets the key.
 void setPrimitiveErrorConfiguration(AsyncPrimitiveErrorConfiguration ec)
          Sets the primitive error configuration.
 void setReplyQueueScaleout()
          Sets the reply queue scaleout.
 void setReplyQueueScaleout(Scaleout replyQueueScaleout)
          Sets the reply queue scaleout.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopLevelAnalysisEngineImpl

protected TopLevelAnalysisEngineImpl(org.apache.uima.resourceSpecifier.TopLevelAnalysisEngineType tlea,
                                     ServiceContext context,
                                     DelegateConfiguration... delegateConfigurations)
Instantiates a new top level analysis engine impl.

Parameters:
tlea - the tlea
context - the context
delegateConfigurations - the delegate configurations
Method Detail

getInputQueueScaleout

public Scaleout getInputQueueScaleout()
Description copied from interface: AnalysisEngine
Gets the input queue scaleout.

Specified by:
getInputQueueScaleout in interface AnalysisEngine
Returns:
the input queue scaleout

setInputQueueScaleout

public void setInputQueueScaleout(Scaleout scaleup)
Description copied from interface: AnalysisEngine
Sets the input queue scaleout.

Specified by:
setInputQueueScaleout in interface AnalysisEngine
Parameters:
scaleup - the new input queue scaleout

getReplyQueueScaleout

public Scaleout getReplyQueueScaleout()
Description copied from interface: AnalysisEngine
Gets the reply queue scaleout.

Specified by:
getReplyQueueScaleout in interface AnalysisEngine
Returns:
the reply queue scaleout

setReplyQueueScaleout

public void setReplyQueueScaleout(Scaleout replyQueueScaleout)
Description copied from interface: AnalysisEngine
Sets the reply queue scaleout.

Specified by:
setReplyQueueScaleout in interface AnalysisEngine
Parameters:
replyQueueScaleout - the new reply queue scaleout

getDelegates

public Delegates getDelegates()
Description copied from interface: AnalysisEngine
Gets the delegates.

Specified by:
getDelegates in interface AnalysisEngine
Returns:
the delegates

setDelegates

public void setDelegates(Delegates delegates)
Description copied from interface: AnalysisEngine
Sets the delegates.

Specified by:
setDelegates in interface AnalysisEngine
Parameters:
delegates - the new delegates

getCasMultiplier

public CasMultiplier getCasMultiplier()
Description copied from interface: AnalysisEngine
Gets the cas multiplier.

Specified by:
getCasMultiplier in interface AnalysisEngine
Returns:
the cas multiplier

getPrimitiveErrorConfiguration

public AsyncPrimitiveErrorConfiguration getPrimitiveErrorConfiguration()
Description copied from interface: TopLevelAnalysisEngine
Gets the primitive error configuration.

Specified by:
getPrimitiveErrorConfiguration in interface TopLevelAnalysisEngine
Returns:
the primitive error configuration

setPrimitiveErrorConfiguration

public void setPrimitiveErrorConfiguration(AsyncPrimitiveErrorConfiguration ec)
Description copied from interface: TopLevelAnalysisEngine
Sets the primitive error configuration.

Specified by:
setPrimitiveErrorConfiguration in interface TopLevelAnalysisEngine
Parameters:
ec - the new primitive error configuration

getKey

public String getKey()
Description copied from interface: AnalysisEngine
Gets the key.

Specified by:
getKey in interface AnalysisEngine
Returns:
the key

setKey

public void setKey(String key)
Description copied from interface: AnalysisEngine
Sets the key.

Specified by:
setKey in interface AnalysisEngine
Parameters:
key - the new key

isAsync

public boolean isAsync()
Description copied from interface: AnalysisEngine
Checks if is async.

Specified by:
isAsync in interface AnalysisEngine
Returns:
true, if is async

setIsAsync

public void setIsAsync()
Description copied from interface: AnalysisEngine
Sets the is async.

Specified by:
setIsAsync in interface AnalysisEngine

setReplyQueueScaleout

public void setReplyQueueScaleout()
Sets the reply queue scaleout.



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