|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColocatedDelegateConfiguration
The Interface ColocatedDelegateConfiguration.
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 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 |
Method Detail |
---|
void addDelegate(DelegateConfiguration dc)
dc
- the dcList<DelegateConfiguration> getDelegates()
boolean isAggregate()
void setNumberOfInstances(int numberOfInstances)
numberOfInstances
- the new number of instancesint getNumberOfInstances()
void setInputQueueScaleout(int inputQueueScaleout)
inputQueueScaleout
- the new input queue scaleoutint getInputQueueScaleout()
void setInternalReplyQueueScaleout(int internalReplyQueueScaleout)
internalReplyQueueScaleout
- the new internal reply queue scaleoutint getInternalReplyQueueScaleout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |