|
||||||||||
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
public abstract class DelegateConfigurationImpl
The Class DelegateConfigurationImpl.
Constructor Summary | |
---|---|
protected |
DelegateConfigurationImpl(String key,
ErrorHandlingSettings... errorHandlingSettings)
Instantiates a new delegate configuration impl. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DelegateConfigurationImpl(String key, ErrorHandlingSettings... errorHandlingSettings)
key
- the keyerrorHandlingSettings
- the error handling settingsMethod Detail |
---|
public 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 last
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |