public interface UimacppServiceManagementMBean extends org.apache.uima.resource.ManagementObject, Serializable
Modifier and Type | Method and Description |
---|---|
void |
decreaseAEInstances(int num) |
String |
getAEDescriptor() |
int |
getAEInstances() |
long |
getErrorsCPC() |
long |
getErrorsGetMeta() |
long |
getErrorsProcessCas() |
String |
getQueueBrokerURL() |
String |
getQueueName() |
long |
getTimingAnnotatorProcess() |
long |
getTimingCPC() |
long |
getTimingDeserialization() |
long |
getTimingGetMeta() |
long |
getTimingIdle() |
long |
getTimingMessageProcessing() |
long |
getTimingSerialization() |
long |
getTotalNumCasProcessed() |
void |
increaseAEInstances(int num) |
void |
quiesceAndShutdown() |
void |
resetStats() |
void |
shutdown() |
String getQueueBrokerURL() throws IOException
IOException
String getQueueName() throws IOException
IOException
String getAEDescriptor() throws IOException
IOException
int getAEInstances() throws IOException
IOException
long getErrorsGetMeta() throws IOException
IOException
long getErrorsProcessCas() throws IOException
IOException
long getErrorsCPC() throws IOException
IOException
long getTotalNumCasProcessed() throws IOException
IOException
long getTimingGetMeta() throws IOException
IOException
long getTimingCPC() throws IOException
IOException
long getTimingSerialization() throws IOException
IOException
long getTimingAnnotatorProcess() throws IOException
IOException
long getTimingDeserialization() throws IOException
IOException
long getTimingMessageProcessing() throws IOException
IOException
long getTimingIdle() throws IOException
IOException
void resetStats() throws IOException
IOException
void increaseAEInstances(int num)
void decreaseAEInstances(int num)
void shutdown() throws IOException
IOException
void quiesceAndShutdown() throws IOException
IOException
Copyright © 2016. All rights reserved.