Package | Description |
---|---|
gov.va.vinci.leo |
Core Client objects.
|
gov.va.vinci.leo.tools |
Service utility classes for descriptor handling and JAM service registration.
|
Modifier and Type | Class and Description |
---|---|
class |
Client
Initialize and execute a pipeline via the client API for UIMA AS which has been
created via the Service object.
|
class |
Service
This object will deploy a UIMA AS server from the list of primitive descriptor files
provided by the caller.
|
Modifier and Type | Method and Description |
---|---|
<T extends LeoProperties> |
LeoProperties.setBrokerURL(String mBrokerURL)
set the broker url.
|
<T extends LeoProperties> |
LeoProperties.setCasPoolSize(Integer mCasPoolSize)
Set the size of the CAS pool.
|
<T extends LeoProperties> |
LeoProperties.setCCTimeout(Integer mCCTimeout)
CAS complete timeout in seconds.
|
<T extends LeoProperties> |
LeoProperties.setDeleteOnExit(boolean mDeleteOnExit)
Set the flag to TRUE if generated descriptors should be deleted on program exit.
|
<T extends LeoProperties> |
LeoProperties.setDeploymentDescriptorFile(String mDeploymentDescriptorFile)
Set the existing Deployment Descriptor file to use.
|
<T extends LeoProperties> |
LeoProperties.setDescriptorDirectory(String mDescriptorDirectory)
Set the directory path where generated descriptors will be generated.
|
<T extends LeoProperties> |
LeoProperties.setEndpoint(String mEndpoint)
Set the "InputQueueName" for this service.
|
<T extends LeoProperties> |
LeoProperties.setFSHeapSize(int mFSHeapSize)
Size of the FS heap in bytes of each CAS in the pool.
|
<T extends LeoProperties> |
LeoProperties.setInitTimeout(int mInitTimeout)
Initialization timeout period in seconds.
|
<T extends LeoProperties> |
LeoProperties.setInputQueueName(String mInputQueueName)
Set the "InputQueueName" for this service.
|
<T extends LeoProperties> |
LeoProperties.setJamJmxPort(Integer port)
If registering with JAM, this is the port the local JMX Server will listen on.
|
<T extends LeoProperties> |
LeoProperties.setJamQueryIntervalInSeconds(Integer mJamQueryIntervalInSeconds)
If registering with JAM, the monitor query interval in seconds.
|
<T extends LeoProperties> |
LeoProperties.setJamResetStatisticsAfterQuery(Boolean mJamResetStatisticsAfterQuery)
If registering with JAM, should statistics be reset after each gather? Default is true.
|
<T extends LeoProperties> |
LeoProperties.setJamServerBaseUrl(String mJamServerBaseUrl)
The base URL for the JAM (JMX Analytics Monitoring) server if available.
|
<T extends LeoProperties> |
LeoProperties.setServiceName(String mServiceName)
Optional, name of the service to deploy.
|
<T extends LeoProperties> |
LeoProperties.setTimeout(int mTimeout)
Timeout period in seconds.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.