public class ColocatedDelegateConfigurationImpl extends DelegateConfigurationImpl implements ColocatedDelegateConfiguration
Constructor and Description |
---|
ColocatedDelegateConfigurationImpl(String key,
DelegateConfiguration[] nestedDelegateConfiguration,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new colocated delegate configuration impl.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote
public ColocatedDelegateConfigurationImpl(String key, DelegateConfiguration[] nestedDelegateConfiguration, ErrorHandlingSettings... errorHandlingSettings)
key
- the keynestedDelegateConfiguration
- the nested delegate configurationerrorHandlingSettings
- the error handling settingspublic 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
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.