Interface ConsulConstants
-
public interface ConsulConstants
-
-
Field Summary
-
-
-
Field Detail
-
CONSUL_DEFAULT_URL
static final String CONSUL_DEFAULT_URL
-
CONSUL_SERVER_IP
static final String CONSUL_SERVER_IP
- See Also:
- Constant Field Values
-
CONSUL_SERVER_PORT
static final String CONSUL_SERVER_PORT
- See Also:
- Constant Field Values
-
CONSUL_ACTION
@Metadata(label="producer", description="The Producer action", javaType="String") static final String CONSUL_ACTION- See Also:
- Constant Field Values
-
CONSUL_KEY
@Metadata(description="The Key on which the action should applied", javaType="String") static final String CONSUL_KEY- See Also:
- Constant Field Values
-
CONSUL_EVENT_ID
@Metadata(label="consumer", description="The event id", javaType="String") static final String CONSUL_EVENT_ID- See Also:
- Constant Field Values
-
CONSUL_EVENT_NAME
@Metadata(label="consumer", description="The event name", javaType="String") static final String CONSUL_EVENT_NAME- See Also:
- Constant Field Values
-
CONSUL_EVENT_LTIME
@Metadata(label="consumer", description="The event LTime", javaType="Long") static final String CONSUL_EVENT_LTIME- See Also:
- Constant Field Values
-
CONSUL_NODE_FILTER
@Metadata(label="consumer", description="The Node filter", javaType="String") static final String CONSUL_NODE_FILTER- See Also:
- Constant Field Values
-
CONSUL_TAG_FILTER
@Metadata(label="consumer", description="The tag filter", javaType="String") static final String CONSUL_TAG_FILTER- See Also:
- Constant Field Values
-
CONSUL_SERVICE_FILTER
@Metadata(label="consumer", description="The session filter", javaType="String") static final String CONSUL_SERVICE_FILTER- See Also:
- Constant Field Values
-
CONSUL_VERSION
@Metadata(label="consumer", description="The data version", javaType="Integer") static final String CONSUL_VERSION- See Also:
- Constant Field Values
-
CONSUL_FLAGS
@Metadata(description="Flags associated with a value", javaType="Long") static final String CONSUL_FLAGS- See Also:
- Constant Field Values
-
CONSUL_INDEX
@Metadata(label="producer", description="The optional value index", javaType="BigInteger") static final String CONSUL_INDEX- See Also:
- Constant Field Values
-
CONSUL_WAIT
@Metadata(label="producer", description="The optional value wait", javaType="String") static final String CONSUL_WAIT- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
CONSUL_MODIFY_INDEX
@Metadata(label="consumer", description="The last index that modified this key", javaType="Long") static final String CONSUL_MODIFY_INDEX- See Also:
- Constant Field Values
-
CONSUL_OPTIONS
@Metadata(description="Options associated to the request") static final String CONSUL_OPTIONS
- See Also:
- Constant Field Values
-
CONSUL_RESULT
@Metadata(description="true if the response has a result", javaType="Boolean") static final String CONSUL_RESULT- See Also:
- Constant Field Values
-
CONSUL_SESSION
@Metadata(description="The session id", javaType="String") static final String CONSUL_SESSION- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
CONSUL_NODE
@Metadata(label="producer", description="The node", javaType="String") static final String CONSUL_NODE- See Also:
- Constant Field Values
-
CONSUL_SERVICE
@Metadata(label="producer", description="The service", javaType="String") static final String CONSUL_SERVICE- See Also:
- Constant Field Values
-
CONSUL_DATACENTER
@Metadata(label="producer", description="The data center", javaType="String") static final String CONSUL_DATACENTER- See Also:
- Constant Field Values
-
CONSUL_NEAR_NODE
@Metadata(label="producer", description="The near node to use for queries.", javaType="String") static final String CONSUL_NEAR_NODE- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
CONSUL_LAST_CONTACT
@Metadata(label="producer", description="The last contact", javaType="Long") static final String CONSUL_LAST_CONTACT- See Also:
- Constant Field Values
-
CONSUL_KNOWN_LEADER
@Metadata(label="producer", description="Indicates whether it is the known leader", javaType="Boolean") static final String CONSUL_KNOWN_LEADER- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
CONSUL_HEALTHY_ONLY
@Metadata(label="producer", description="Only on healthy services", javaType="Boolean", defaultValue="false") static final String CONSUL_HEALTHY_ONLY- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
CONSUL_SERVICE_ID
@Metadata(label="producer", description="The service id for agent deregistration", javaType="String") static final String CONSUL_SERVICE_ID- See Also:
- Constant Field Values
-
-