Interface Constants


public interface Constants
Useful constants describing entities in the system container
  • Field Details

    • SYSTEM_PREFIX

      static final String SYSTEM_PREFIX
      System prefix - "_SB"
      See Also:
    • SYSTEM_CONTAINER_NAME

      static final String SYSTEM_CONTAINER_NAME
      System container name - "system"
      See Also:
    • CONTROL_STREAM_NAME

      static final String CONTROL_STREAM_NAME
      Control stream name - "control"
      See Also:
    • QUALIFIED_CONTROL_STREAM

      static final String QUALIFIED_CONTROL_STREAM
      Qualified control stream - "system.control"
      See Also:
    • CONTROL_SCHEMA

      static final String CONTROL_SCHEMA
      Control schema - "control:schema"
      See Also:
    • ERROR_STREAM_NAME

      static final String ERROR_STREAM_NAME
      Error stream name _ "error"
      See Also:
    • QUALIFIED_ERROR_STREAM

      static final String QUALIFIED_ERROR_STREAM
      Qualified error stream - "system.error"
      See Also:
    • ERROR_SCHEMA

      static final String ERROR_SCHEMA
      Error schema - "error:schema"
      See Also:
    • STAT_STREAM_NAME

      static final String STAT_STREAM_NAME
      Stat stream name - "statv2"
      See Also:
    • QUALIFIED_STAT_STREAM

      static final String QUALIFIED_STAT_STREAM
      Qualified stat stream - "system.statv2"
      See Also:
    • STAT_SCHEMA

      static final String STAT_SCHEMA
      Stat schema - "statv2:schema"
      See Also:
    • STAT_STREAM_NAME_V3

      static final String STAT_STREAM_NAME_V3
      V3 stat stream name - "statv3"
      See Also:
    • QUALIFIED_STAT_STREAM_V3

      static final String QUALIFIED_STAT_STREAM_V3
      V3 qualified stat stream name - "system.statv3"
      See Also:
    • STAT_SCHEMA_V3

      static final String STAT_SCHEMA_V3
      V3 stat schema - "statv3:schema"
      See Also:
    • CONNECTIONS_STREAM_NAME

      static final String CONNECTIONS_STREAM_NAME
      Connections stream name - "connections"
      See Also:
    • QUALIFIED_CONNECTIONS_STREAM

      static final String QUALIFIED_CONNECTIONS_STREAM
      Qualified connections stream - "system.connections"
      See Also:
    • CONNECTIONS_SCHEMA

      static final String CONNECTIONS_SCHEMA
      Connections schema - "connections:schema"
      See Also:
    • SUBSCRIPTIONS_STREAM_NAME

      static final String SUBSCRIPTIONS_STREAM_NAME
      Subscriptions stream name - "subscriptions"
      See Also:
    • QUALIFIED_SUBSCRIPTIONS_STREAM

      static final String QUALIFIED_SUBSCRIPTIONS_STREAM
      Qualified subscriptions stream - "system.subscriptions"
      See Also:
    • SUBSCRIPTIONS_SCHEMA

      static final String SUBSCRIPTIONS_SCHEMA
      Subscriptions schema - "subscriptions:schema"
      See Also:
    • CONTROL_SUBSYS_LEN

      static final int CONTROL_SUBSYS_LEN
      Control subsystem length - 30
      See Also:
    • CONTROL_PARAM_LEN

      static final int CONTROL_PARAM_LEN
      Control subsystem parameter length - 50
      See Also:
    • CLUSTER_EVENT_TYPE_QUORUM

      static final int CLUSTER_EVENT_TYPE_QUORUM
      Event type Quorum for Cluster Notification system tuple id field
      See Also:
    • CLUSTER_EVENT_TYPE_NODE

      static final int CLUSTER_EVENT_TYPE_NODE
      Event type Node for Cluster Notification system tuple id field
      See Also:
    • CLUSTER_EVENT_TYPE_PARTITION

      static final int CLUSTER_EVENT_TYPE_PARTITION
      Event type Partition for Cluster Notification system tuple id field
      See Also:
    • CONTAINER_STATE_STARTING

      static final int CONTAINER_STATE_STARTING
      Container starting - -100
      See Also:
    • CONTAINER_STATE_START

      static final int CONTAINER_STATE_START
      Container started - 0
      See Also:
    • CONTAINER_STATE_STOPPING

      static final int CONTAINER_STATE_STOPPING
      Container stopping - 100
      See Also:
    • CONTAINER_STATE_STOPPED

      static final int CONTAINER_STATE_STOPPED
      Container stopped - 200
      See Also: