org.apache.uima.resourceSpecifier.factory
Interface ColocatedDelegateConfiguration

All Superinterfaces:
DelegateConfiguration
All Known Implementing Classes:
ColocatedDelegateConfigurationImpl

public interface ColocatedDelegateConfiguration
extends DelegateConfiguration

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

addDelegate

void addDelegate(DelegateConfiguration dc)
Adds the delegate.

Parameters:
dc - the dc

getDelegates

List<DelegateConfiguration> getDelegates()
Gets the delegates.

Returns:
the delegates

isAggregate

boolean isAggregate()
Checks if is aggregate.

Returns:
true, if is aggregate

setNumberOfInstances

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

Parameters:
numberOfInstances - the new number of instances

getNumberOfInstances

int getNumberOfInstances()
Gets the number of instances.

Returns:
the number of instances

setInputQueueScaleout

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

Parameters:
inputQueueScaleout - the new input queue scaleout

getInputQueueScaleout

int getInputQueueScaleout()
Gets the input queue scaleout.

Returns:
the input queue scaleout

setInternalReplyQueueScaleout

void setInternalReplyQueueScaleout(int internalReplyQueueScaleout)
Sets the internal reply queue scaleout.

Parameters:
internalReplyQueueScaleout - the new internal reply queue scaleout

getInternalReplyQueueScaleout

int getInternalReplyQueueScaleout()
Gets the internal reply queue scaleout.

Returns:
the internal reply queue scaleout


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