public interface AnalysisEngine
Modifier and Type | Method and Description |
---|---|
CasMultiplier |
getCasMultiplier()
Gets the cas multiplier.
|
Delegates |
getDelegates()
Gets the delegates.
|
Scaleout |
getInputQueueScaleout()
Gets the input queue scaleout.
|
String |
getKey()
Gets the key.
|
Scaleout |
getReplyQueueScaleout()
Gets the reply queue scaleout.
|
boolean |
isAsync()
Checks if is async.
|
void |
setDelegates(Delegates delegates)
Sets the delegates.
|
void |
setInputQueueScaleout(Scaleout scaleout)
Sets the input queue scaleout.
|
void |
setIsAsync()
Sets the is async.
|
void |
setKey(String key)
Sets the key.
|
void |
setReplyQueueScaleout(Scaleout scaleout)
Sets the reply queue scaleout.
|
Scaleout getInputQueueScaleout()
void setInputQueueScaleout(Scaleout scaleout)
scaleout
- the new input queue scaleoutScaleout getReplyQueueScaleout()
void setReplyQueueScaleout(Scaleout scaleout)
scaleout
- the new reply queue scaleoutDelegates getDelegates()
void setDelegates(Delegates delegates)
delegates
- the new delegatesCasMultiplier getCasMultiplier()
String getKey()
void setKey(String key)
key
- the new keyboolean isAsync()
void setIsAsync()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.