public class RemoteDelegateConfigurationImpl extends DelegateConfigurationImpl implements RemoteDelegateConfiguration
Constructor and Description |
---|
RemoteDelegateConfigurationImpl(String key,
String brokerURL,
String endpoint,
SerializationStrategy ser,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new remote delegate configuration impl.
|
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote
public RemoteDelegateConfigurationImpl(String key, String brokerURL, String endpoint, SerializationStrategy ser, ErrorHandlingSettings... errorHandlingSettings)
key
- the keybrokerURL
- the broker urlendpoint
- the endpointser
- the sererrorHandlingSettings
- the error handling settingspublic void setBroker(String brokerURL)
RemoteDelegateConfiguration
setBroker
in interface RemoteDelegateConfiguration
brokerURL
- the new brokerpublic String getBroker()
RemoteDelegateConfiguration
getBroker
in interface RemoteDelegateConfiguration
public void setEndpoint(String endpoint)
RemoteDelegateConfiguration
setEndpoint
in interface RemoteDelegateConfiguration
endpoint
- the new endpointpublic String getEndpoint()
RemoteDelegateConfiguration
getEndpoint
in interface RemoteDelegateConfiguration
public void setSerialization(SerializationStrategy ser)
RemoteDelegateConfiguration
setSerialization
in interface RemoteDelegateConfiguration
ser
- the new serializationpublic SerializationStrategy getSerialization()
RemoteDelegateConfiguration
getSerialization
in interface RemoteDelegateConfiguration
public void setRemoteReplyQueueScaleout(int scaleup)
RemoteDelegateConfiguration
setRemoteReplyQueueScaleout
in interface RemoteDelegateConfiguration
scaleup
- the new remote reply queue scaleoutpublic int getRemoteReplyQueueScaleout()
RemoteDelegateConfiguration
getRemoteReplyQueueScaleout
in interface RemoteDelegateConfiguration
public void setPrefetch(int prefetch)
RemoteDelegateConfiguration
setPrefetch
in interface RemoteDelegateConfiguration
prefetch
- the new prefetchpublic int getPrefetch()
RemoteDelegateConfiguration
getPrefetch
in interface RemoteDelegateConfiguration
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.