org.apache.uima.collection.impl.base_cpm.container
public interface CasProcessorConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionOnError() |
java.lang.String |
getActionOnMaxRestart() |
int |
getBatchSize() |
java.lang.String |
getDeploymentParameter(java.lang.String aDeployParameter) |
java.util.List |
getDeploymentParameters() |
java.lang.String |
getDeploymentType() |
java.net.URL |
getDescriptorUrl() |
int |
getErrorRate() |
long |
getErrorSampleSize() |
Execute |
getExecSpec() |
java.util.LinkedList |
getFilter() |
java.lang.String |
getFilterString() |
java.lang.String[] |
getKeysToDrop() |
int |
getMaxErrorCount() |
int |
getMaxRestartCount() |
int |
getMaxRetryCount() |
int |
getMaxTimeToWaitBetweenRetries() |
java.lang.String |
getName() |
long |
getTimeout() |
boolean |
isJavaProcess() |
boolean |
runInSeparateProcess() |
java.lang.String getName()
long getTimeout()
boolean runInSeparateProcess()
boolean isJavaProcess()
int getErrorRate()
int getMaxErrorCount()
long getErrorSampleSize()
java.lang.String getActionOnError()
java.lang.String getActionOnMaxRestart()
int getMaxRestartCount()
int getMaxRetryCount()
java.util.List getDeploymentParameters()
java.lang.String getDeploymentParameter(java.lang.String aDeployParameter)
java.lang.String getDeploymentType()
java.lang.String getFilterString()
java.util.LinkedList getFilter() throws ResourceConfigurationException
ResourceConfigurationException
java.lang.String[] getKeysToDrop() throws ResourceConfigurationException
ResourceConfigurationException
int getBatchSize()
java.net.URL getDescriptorUrl() throws ResourceConfigurationException
ResourceConfigurationException
Execute getExecSpec()
int getMaxTimeToWaitBetweenRetries()
Copyright © 2014. All Rights Reserved.