public interface DelegateConfiguration
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.
|
void setKey(String key)
key
- the new keyString getKey()
void setRemote(boolean remote)
remote
- the new remoteboolean isRemote()
boolean isCasMultiplier()
void setCasMultiplier(boolean cm)
cm
- the new cas multipliervoid setCasPoolSize(int casPoolSize)
casPoolSize
- the new cas pool sizeint getCasPoolSize()
void setInitialHeapSize(int size)
size
- the new initial heap sizeint getInitialHeapSize()
boolean processParentLast()
void setProcessParentLast(boolean processParentLast)
processParentLast
- the new process parent lastvoid setGetMetaErrorHandlingSettings(GetMetaErrorHandlingSettings es)
es
- the new gets the meta error handling settingsGetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
void setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
settings
- the new process error handling settingsProcessErrorHandlingSettings getProcessErrorHandlingSettings()
void setCollectionProcessCompleteErrorHandlingSettings(CollectionProcessCompleteErrorHandlingSettings settings)
settings
- the new collection process complete error handling settingsCollectionProcessCompleteErrorHandlingSettings getCollectionProcessCompleteErrorHandlingSettings()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.