Class DispatcherJsonConstants
java.lang.Object
com.illumon.iris.db.tables.remotequery.DispatcherJsonConstants
Constants for server information returned from the dispatcher as JSON.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The kinds of worker control supported by this worker kind.static final String
Description of worker kind (may be null).static final String
Name of a worker kind.static final String
Protocols supported by a worker kind (represented as a list of Strings).static final String
Display title for drop-down.static final String
List of worker kinds. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WORKER_KINDS
List of worker kinds.- See Also:
-
WORKER_KIND_NAME
Name of a worker kind.- See Also:
-
WORKER_KIND_TITLE
Display title for drop-down.- See Also:
-
WORKER_KIND_DESCRIPTION
Description of worker kind (may be null).- See Also:
-
WORKER_KIND_PROTOCOLS
Protocols supported by a worker kind (represented as a list of Strings).- See Also:
-
WORKER_KIND_CONTROL
The kinds of worker control supported by this worker kind.- See Also:
-
-
Constructor Details
-
DispatcherJsonConstants
public DispatcherJsonConstants()
-