public interface DelegateAnalysisEngine
Modifier and Type | Method and Description |
---|---|
CasMultiplier |
getCasMultiplier()
Gets the cas multiplier.
|
DelegateConfiguration |
getConfiguration()
Gets the configuration.
|
String |
getKey()
Gets the key.
|
int |
getReplyQueueScaleup()
Gets the reply queue scaleup.
|
boolean |
isAggregate()
Checks if is aggregate.
|
boolean |
isRemote()
Checks if is remote.
|
void |
setCasMultiplier(CasMultiplier cm)
Sets the cas multiplier.
|
void |
setKey(String key)
Sets the key.
|
void |
setReplyQueueScaleup(int scaleup)
Sets the reply queue scaleup.
|
String getKey()
void setKey(String key)
key
- the new keyint getReplyQueueScaleup()
void setReplyQueueScaleup(int scaleup)
scaleup
- the new reply queue scaleupCasMultiplier getCasMultiplier()
void setCasMultiplier(CasMultiplier cm)
cm
- the new cas multiplierDelegateConfiguration getConfiguration()
boolean isRemote()
boolean isAggregate()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.