|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.DelegateConfigurationImpl
org.apache.uima.resourceSpecifier.factory.impl.RemoteDelegateConfigurationImpl
public class RemoteDelegateConfigurationImpl
The Class RemoteDelegateConfigurationImpl.
Constructor Summary | |
---|---|
RemoteDelegateConfigurationImpl(String key,
String brokerURL,
String endpoint,
SerializationStrategy ser,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new remote delegate configuration impl. |
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 class org.apache.uima.resourceSpecifier.factory.impl.DelegateConfigurationImpl |
---|
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
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 settingsMethod Detail |
---|
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |