public abstract class DelegateConfigurationImpl extends Object implements DelegateConfiguration
Modifier | Constructor and Description |
---|---|
protected |
DelegateConfigurationImpl(String key,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new delegate configuration impl.
|
Modifier and Type | Method and Description |
---|---|
int |
getCasPoolSize()
Gets the cas pool size.
|
CollectionProcessCompleteErrorHandlingSettings |
getCollectionProcessCompleteErrorHandlingSettings()
Gets the collection process complete error handling settings.
|
GetMetaErrorHandlingSettings |
getGetMetaErrorHandlingSettings()
Gets the gets the meta error handling settings.
|
int |
getInitialHeapSize()
Gets the initial heap size.
|
String |
getKey()
Gets the key.
|
ProcessErrorHandlingSettings |
getProcessErrorHandlingSettings()
Gets the process error handling settings.
|
boolean |
isCasMultiplier()
Checks if is cas multiplier.
|
boolean |
isRemote()
Checks if is remote.
|
boolean |
processParentLast()
Process parent last.
|
void |
setCasMultiplier(boolean cm)
Sets the cas multiplier.
|
void |
setCasPoolSize(int casPoolSize)
Sets the cas pool size.
|
void |
setCollectionProcessCompleteErrorHandlingSettings(CollectionProcessCompleteErrorHandlingSettings settings)
Sets the collection process complete error handling settings.
|
void |
setGetMetaErrorHandlingSettings(GetMetaErrorHandlingSettings es)
Sets the gets the meta error handling settings.
|
void |
setInitialHeapSize(int size)
Sets the initial heap size.
|
void |
setKey(String key)
Sets the key.
|
void |
setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
Sets the process error handling settings.
|
void |
setProcessParentLast(boolean processParentLast)
Sets the process parent last.
|
void |
setRemote(boolean remote)
Sets the remote.
|
protected DelegateConfigurationImpl(String key, ErrorHandlingSettings... errorHandlingSettings)
key
- the keyerrorHandlingSettings
- the error handling settingspublic void setKey(String key)
DelegateConfiguration
setKey
in interface DelegateConfiguration
key
- the new keypublic String getKey()
DelegateConfiguration
getKey
in interface DelegateConfiguration
public void setGetMetaErrorHandlingSettings(GetMetaErrorHandlingSettings es)
DelegateConfiguration
setGetMetaErrorHandlingSettings
in interface DelegateConfiguration
es
- the new gets the meta error handling settingspublic GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
DelegateConfiguration
getGetMetaErrorHandlingSettings
in interface DelegateConfiguration
public void setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
DelegateConfiguration
setProcessErrorHandlingSettings
in interface DelegateConfiguration
settings
- the new process error handling settingspublic ProcessErrorHandlingSettings getProcessErrorHandlingSettings()
DelegateConfiguration
getProcessErrorHandlingSettings
in interface DelegateConfiguration
public void setCollectionProcessCompleteErrorHandlingSettings(CollectionProcessCompleteErrorHandlingSettings settings)
DelegateConfiguration
setCollectionProcessCompleteErrorHandlingSettings
in interface DelegateConfiguration
settings
- the new collection process complete error handling settingspublic CollectionProcessCompleteErrorHandlingSettings getCollectionProcessCompleteErrorHandlingSettings()
DelegateConfiguration
getCollectionProcessCompleteErrorHandlingSettings
in interface DelegateConfiguration
public boolean isCasMultiplier()
DelegateConfiguration
isCasMultiplier
in interface DelegateConfiguration
public void setCasMultiplier(boolean cm)
DelegateConfiguration
setCasMultiplier
in interface DelegateConfiguration
cm
- the new cas multiplierpublic void setRemote(boolean remote)
DelegateConfiguration
setRemote
in interface DelegateConfiguration
remote
- the new remotepublic boolean isRemote()
DelegateConfiguration
isRemote
in interface DelegateConfiguration
public void setCasPoolSize(int casPoolSize)
DelegateConfiguration
setCasPoolSize
in interface DelegateConfiguration
casPoolSize
- the new cas pool sizepublic int getCasPoolSize()
DelegateConfiguration
getCasPoolSize
in interface DelegateConfiguration
public void setInitialHeapSize(int size)
DelegateConfiguration
setInitialHeapSize
in interface DelegateConfiguration
size
- the new initial heap sizepublic int getInitialHeapSize()
DelegateConfiguration
getInitialHeapSize
in interface DelegateConfiguration
public boolean processParentLast()
DelegateConfiguration
processParentLast
in interface DelegateConfiguration
public void setProcessParentLast(boolean processParentLast)
DelegateConfiguration
setProcessParentLast
in interface DelegateConfiguration
processParentLast
- the new process parent lastCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.