public interface CasProcessorConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getActionOnError() |
String |
getActionOnMaxRestart() |
int |
getBatchSize() |
String |
getDeploymentParameter(String aDeployParameter) |
List |
getDeploymentParameters() |
String |
getDeploymentType() |
URL |
getDescriptorUrl() |
int |
getErrorRate() |
long |
getErrorSampleSize() |
Execute |
getExecSpec() |
LinkedList |
getFilter() |
String |
getFilterString() |
String[] |
getKeysToDrop() |
int |
getMaxErrorCount() |
int |
getMaxRestartCount() |
int |
getMaxRetryCount() |
int |
getMaxTimeToWaitBetweenRetries() |
String |
getName() |
long |
getTimeout() |
boolean |
isJavaProcess() |
boolean |
runInSeparateProcess() |
String getName()
long getTimeout()
boolean runInSeparateProcess()
boolean isJavaProcess()
int getErrorRate()
int getMaxErrorCount()
long getErrorSampleSize()
String getActionOnError()
String getActionOnMaxRestart()
int getMaxRestartCount()
int getMaxRetryCount()
List getDeploymentParameters()
String getDeploymentType()
String getFilterString()
LinkedList getFilter() throws org.apache.uima.resource.ResourceConfigurationException
org.apache.uima.resource.ResourceConfigurationExceptionString[] getKeysToDrop() throws org.apache.uima.resource.ResourceConfigurationException
org.apache.uima.resource.ResourceConfigurationExceptionint getBatchSize()
URL getDescriptorUrl() throws org.apache.uima.resource.ResourceConfigurationException
org.apache.uima.resource.ResourceConfigurationExceptionExecute getExecSpec()
int getMaxTimeToWaitBetweenRetries()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.