Package | Description |
---|---|
gov.va.vinci.leo |
Core Client objects.
|
gov.va.vinci.leo.descriptors |
Provides factories and classes for type, aggregate, analysis, deployment descriptors, and other
descriptors UIMA AS uses.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.deploy(LeoDeployDescriptor fdd)
Initialize the service using the provided LeoDeployDescriptor object as the basis of
the deployment information gov.va.vinci.leo.model.
|
Modifier and Type | Method and Description |
---|---|
LeoDeployDescriptor |
LeoDeployDescriptor.setBrokerURL(String brokerURL)
Set the broker url for this deployment descriptor.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setCasPoolSize(int casPoolSize)
Set the cas pool size for this deployment.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setDescription(String description)
Set the description for this deployment descriptor.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setEndpoint(String endpoint)
Set the endpoint for this deployment descriptor.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setInitialFsHeapSize(int initialFsHeapSize)
set the initial fs heap size for this deployment.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setName(String name)
Set the name of the Deployment.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setTopDescriptor(LeoAEDescriptor faed)
Set the top descriptor for this deployment to the LeoAEDescriptor object provided.
|
LeoDeployDescriptor |
LeoDeployDescriptor.setTopDescriptor(String filename,
boolean byName)
Set the top descriptor for this deployment by importing the descriptor by name or value.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.