Interface ConsulConstants


public interface ConsulConstants
  • Field Details

    • CONSUL_DEFAULT_URL

      static final String CONSUL_DEFAULT_URL
    • CONSUL_SERVER_IP

      static final String CONSUL_SERVER_IP
      See Also:
    • CONSUL_SERVER_PORT

      static final String CONSUL_SERVER_PORT
      See Also:
    • CONSUL_ACTION

      @Metadata(label="producer", description="The Producer action", javaType="String") static final String CONSUL_ACTION
      See Also:
    • CONSUL_KEY

      @Metadata(description="The Key on which the action should applied", javaType="String") static final String CONSUL_KEY
      See Also:
    • CONSUL_EVENT_ID

      @Metadata(label="consumer", description="The event id", javaType="String") static final String CONSUL_EVENT_ID
      See Also:
    • CONSUL_EVENT_NAME

      @Metadata(label="consumer", description="The event name", javaType="String") static final String CONSUL_EVENT_NAME
      See Also:
    • CONSUL_EVENT_LTIME

      @Metadata(label="consumer", description="The event LTime", javaType="Long") static final String CONSUL_EVENT_LTIME
      See Also:
    • CONSUL_NODE_FILTER

      @Metadata(label="consumer", description="The Node filter", javaType="String") static final String CONSUL_NODE_FILTER
      See Also:
    • CONSUL_TAG_FILTER

      @Metadata(label="consumer", description="The tag filter", javaType="String") static final String CONSUL_TAG_FILTER
      See Also:
    • CONSUL_SERVICE_FILTER

      @Metadata(label="consumer", description="The session filter", javaType="String") static final String CONSUL_SERVICE_FILTER
      See Also:
    • CONSUL_VERSION

      @Metadata(label="consumer", description="The data version", javaType="Integer") static final String CONSUL_VERSION
      See Also:
    • CONSUL_FLAGS

      @Metadata(description="Flags associated with a value", javaType="Long") static final String CONSUL_FLAGS
      See Also:
    • CONSUL_INDEX

      @Metadata(label="producer", description="The optional value index", javaType="BigInteger") static final String CONSUL_INDEX
      See Also:
    • CONSUL_WAIT

      @Metadata(label="producer", description="The optional value wait", javaType="String") static final String CONSUL_WAIT
      See Also:
    • CONSUL_CREATE_INDEX

      @Metadata(label="consumer", description="The internal index value that represents when the entry was created", javaType="Long") static final String CONSUL_CREATE_INDEX
      See Also:
    • CONSUL_LOCK_INDEX

      @Metadata(label="consumer", description="The number of times this key has successfully been acquired in a lock", javaType="Long") static final String CONSUL_LOCK_INDEX
      See Also:
    • CONSUL_MODIFY_INDEX

      @Metadata(label="consumer", description="The last index that modified this key", javaType="Long") static final String CONSUL_MODIFY_INDEX
      See Also:
    • CONSUL_OPTIONS

      @Metadata(description="Options associated to the request") static final String CONSUL_OPTIONS
      See Also:
    • CONSUL_RESULT

      @Metadata(description="true if the response has a result", javaType="Boolean") static final String CONSUL_RESULT
      See Also:
    • CONSUL_SESSION

      @Metadata(description="The session id", javaType="String") static final String CONSUL_SESSION
      See Also:
    • CONSUL_VALUE_AS_STRING

      @Metadata(label="producer", description="To transform values retrieved from Consul i.e. on KV endpoint to string.", javaType="Boolean") static final String CONSUL_VALUE_AS_STRING
      See Also:
    • CONSUL_NODE

      @Metadata(label="producer", description="The node", javaType="String") static final String CONSUL_NODE
      See Also:
    • CONSUL_SERVICE

      @Metadata(label="producer", description="The service", javaType="String") static final String CONSUL_SERVICE
      See Also:
    • CONSUL_DATACENTER

      @Metadata(label="producer", description="The data center", javaType="String") static final String CONSUL_DATACENTER
      See Also:
    • CONSUL_NEAR_NODE

      @Metadata(label="producer", description="The near node to use for queries.", javaType="String") static final String CONSUL_NEAR_NODE
      See Also:
    • CONSUL_NODE_META

      @Metadata(label="producer", description="The note meta-data to use for queries.", javaType="List<String>") static final String CONSUL_NODE_META
      See Also:
    • CONSUL_LAST_CONTACT

      @Metadata(label="producer", description="The last contact", javaType="Long") static final String CONSUL_LAST_CONTACT
      See Also:
    • CONSUL_KNOWN_LEADER

      @Metadata(label="producer", description="Indicates whether it is the known leader", javaType="Boolean") static final String CONSUL_KNOWN_LEADER
      See Also:
    • CONSUL_CONSISTENCY_MODE

      @Metadata(label="producer", description="The consistencyMode used for queries", javaType="com.orbitz.consul.option.ConsistencyMode", defaultValue="DEFAULT") static final String CONSUL_CONSISTENCY_MODE
      See Also:
    • CONSUL_HEALTHY_ONLY

      @Metadata(label="producer", description="Only on healthy services", javaType="Boolean", defaultValue="false") static final String CONSUL_HEALTHY_ONLY
      See Also:
    • CONSUL_HEALTHY_STATE

      @Metadata(label="producer", description="The state to query.", javaType="com.orbitz.consul.model.State") static final String CONSUL_HEALTHY_STATE
      See Also:
    • CONSUL_PREPARED_QUERY_ID

      @Metadata(label="producer", description="The id of the prepared query", javaType="String") static final String CONSUL_PREPARED_QUERY_ID
      See Also:
    • CONSUL_SERVICE_ID

      @Metadata(label="producer", description="The service id for agent deregistration", javaType="String") static final String CONSUL_SERVICE_ID
      See Also: