Class Constants
java.lang.Object
org.apache.uima.adapter.vinci.util.Constants
Constants used by the Vinci service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant ANNOTATE.static final StringThe Constant ANNOTATION_TIME.static final StringThe Constant BATCH_PROCESS_COMPLETE.static final StringThe Constant CAS_TO_FRAME_TIME.static final StringThe Constant COLLECTION_PROCESS_COMPLETE.static final StringThe Constant DATA.static final StringThe Constant DEFAULT_VNS_HOST.static final StringThe Constant FRAME_TO_CAS_TIME.static final StringThe Constant GET_SUPPORTED_XCAS_VERSIONS.static final StringThe Constant GETMETA.static final StringThe Constant IS_READONLY.static final StringThe Constant IS_STATELESS.static final StringThe Constant KEYS.static final StringThe Constant PROCESS_CAS.static final StringThe Constant SHUTDOWN.static final StringThe Constant SHUTDOWN_MSG.static final StringThe Constant SUPPORTED_XCAS_VERSIONS_RESPONSE.static final StringThe Constant VINCI_COMMAND.static final StringThe Constant VINCI_DETAG. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_VNS_HOST
The Constant DEFAULT_VNS_HOST.- See Also:
-
VINCI_COMMAND
The Constant VINCI_COMMAND.- See Also:
-
VINCI_DETAG
The Constant VINCI_DETAG.- See Also:
-
KEYS
The Constant KEYS.- See Also:
-
DATA
The Constant DATA.- See Also:
-
FRAME_TO_CAS_TIME
The Constant FRAME_TO_CAS_TIME.- See Also:
-
ANNOTATION_TIME
The Constant ANNOTATION_TIME.- See Also:
-
CAS_TO_FRAME_TIME
The Constant CAS_TO_FRAME_TIME.- See Also:
-
GETMETA
The Constant GETMETA.- See Also:
-
ANNOTATE
The Constant ANNOTATE.- See Also:
-
SHUTDOWN
The Constant SHUTDOWN.- See Also:
-
BATCH_PROCESS_COMPLETE
The Constant BATCH_PROCESS_COMPLETE.- See Also:
-
COLLECTION_PROCESS_COMPLETE
The Constant COLLECTION_PROCESS_COMPLETE.- See Also:
-
IS_STATELESS
The Constant IS_STATELESS.- See Also:
-
IS_READONLY
The Constant IS_READONLY.- See Also:
-
PROCESS_CAS
The Constant PROCESS_CAS.- See Also:
-
SHUTDOWN_MSG
The Constant SHUTDOWN_MSG.- See Also:
-
GET_SUPPORTED_XCAS_VERSIONS
The Constant GET_SUPPORTED_XCAS_VERSIONS.- See Also:
-
SUPPORTED_XCAS_VERSIONS_RESPONSE
The Constant SUPPORTED_XCAS_VERSIONS_RESPONSE.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-