Class DispatcherJsonConstants

java.lang.Object
com.illumon.iris.db.tables.remotequery.DispatcherJsonConstants

public class DispatcherJsonConstants extends Object
Constants for server information returned from the dispatcher as JSON.
  • Field Details

    • WORKER_KINDS

      public static final String WORKER_KINDS
      List of worker kinds.
      See Also:
    • WORKER_KIND_NAME

      public static final String WORKER_KIND_NAME
      Name of a worker kind.
      See Also:
    • WORKER_KIND_TITLE

      public static final String WORKER_KIND_TITLE
      Display title for drop-down.
      See Also:
    • WORKER_KIND_DESCRIPTION

      public static final String WORKER_KIND_DESCRIPTION
      Description of worker kind (may be null).
      See Also:
    • WORKER_KIND_PROTOCOLS

      public static final String WORKER_KIND_PROTOCOLS
      Protocols supported by a worker kind (represented as a list of Strings).
      See Also:
    • WORKER_KIND_CONTROL

      public static final String WORKER_KIND_CONTROL
      The kinds of worker control supported by this worker kind.
      See Also:
  • Constructor Details

    • DispatcherJsonConstants

      public DispatcherJsonConstants()