|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.DelegateConfigurationImpl
org.apache.uima.resourceSpecifier.factory.impl.ColocatedDelegateConfigurationImpl
public class ColocatedDelegateConfigurationImpl
The Class ColocatedDelegateConfigurationImpl.
Constructor Summary | |
---|---|
ColocatedDelegateConfigurationImpl(String key,
DelegateConfiguration[] nestedDelegateConfiguration,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new colocated delegate configuration impl. |
Method Summary | |
---|---|
void |
addDelegate(DelegateConfiguration dc)
Adds the delegate. |
List<DelegateConfiguration> |
getDelegates()
Gets the delegates. |
int |
getInputQueueScaleout()
Gets the input queue scaleout. |
int |
getInternalReplyQueueScaleout()
Gets the internal reply queue scaleout. |
int |
getNumberOfInstances()
Gets the number of instances. |
boolean |
isAggregate()
Checks if is aggregate. |
void |
setInputQueueScaleout(int inputQueueScaleout)
Sets the input queue scaleout. |
void |
setInternalReplyQueueScaleout(int internalReplyQueueScaleout)
Sets the internal reply queue scaleout. |
void |
setNumberOfInstances(int numberOfInstances)
Sets the number of instances. |
Methods inherited from class org.apache.uima.resourceSpecifier.factory.impl.DelegateConfigurationImpl |
---|
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DelegateConfiguration |
---|
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote |
Constructor Detail |
---|
public ColocatedDelegateConfigurationImpl(String key, DelegateConfiguration[] nestedDelegateConfiguration, ErrorHandlingSettings... errorHandlingSettings)
key
- the keynestedDelegateConfiguration
- the nested delegate configurationerrorHandlingSettings
- the error handling settingsMethod Detail |
---|
public void addDelegate(DelegateConfiguration dc)
ColocatedDelegateConfiguration
addDelegate
in interface ColocatedDelegateConfiguration
dc
- the dcpublic List<DelegateConfiguration> getDelegates()
ColocatedDelegateConfiguration
getDelegates
in interface ColocatedDelegateConfiguration
public boolean isAggregate()
ColocatedDelegateConfiguration
isAggregate
in interface ColocatedDelegateConfiguration
public void setNumberOfInstances(int numberOfInstances)
ColocatedDelegateConfiguration
setNumberOfInstances
in interface ColocatedDelegateConfiguration
numberOfInstances
- the new number of instancespublic int getNumberOfInstances()
ColocatedDelegateConfiguration
getNumberOfInstances
in interface ColocatedDelegateConfiguration
public void setInputQueueScaleout(int inputQueueScaleout)
ColocatedDelegateConfiguration
setInputQueueScaleout
in interface ColocatedDelegateConfiguration
inputQueueScaleout
- the new input queue scaleoutpublic int getInputQueueScaleout()
ColocatedDelegateConfiguration
getInputQueueScaleout
in interface ColocatedDelegateConfiguration
public void setInternalReplyQueueScaleout(int internalReplyQueueScaleout)
ColocatedDelegateConfiguration
setInternalReplyQueueScaleout
in interface ColocatedDelegateConfiguration
internalReplyQueueScaleout
- the new internal reply queue scaleoutpublic int getInternalReplyQueueScaleout()
ColocatedDelegateConfiguration
getInternalReplyQueueScaleout
in interface ColocatedDelegateConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |