public interface RemoteDelegateConfiguration extends DelegateConfiguration
Modifier and Type | Method and Description |
---|---|
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.
|
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote
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()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.