public interface ColocatedDelegateConfiguration extends DelegateConfiguration
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
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()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.