|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteDelegateConfiguration
The Interface RemoteDelegateConfiguration.
Method Summary | |
---|---|
String |
getBroker()
Gets the broker. |
String |
getEndpoint()
Gets the endpoint. |
int |
getPrefetch()
Gets the prefetch. |
int |
getRemoteReplyQueueScaleout()
Gets the remote reply queue scaleout. |
SerializationStrategy |
getSerialization()
Gets the serialization. |
void |
setBroker(String brokerURL)
Sets the broker. |
void |
setEndpoint(String endpoint)
Sets the endpoint. |
void |
setPrefetch(int prefetch)
Sets the prefetch. |
void |
setRemoteReplyQueueScaleout(int scaleup)
Sets the remote reply queue scaleout. |
void |
setSerialization(SerializationStrategy ser)
Sets the serialization. |
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 |
---|
void setBroker(String brokerURL)
brokerURL
- the new brokerString getBroker()
void setEndpoint(String endpoint)
endpoint
- the new endpointString getEndpoint()
void setRemoteReplyQueueScaleout(int scaleup)
scaleup
- the new remote reply queue scaleoutint getRemoteReplyQueueScaleout()
void setSerialization(SerializationStrategy ser)
ser
- the new serializationSerializationStrategy getSerialization()
void setPrefetch(int prefetch)
prefetch
- the new prefetchint getPrefetch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |