Interface ConsulKeyValueActions
-
public interface ConsulKeyValueActions
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_KEYstatic StringDELETE_KEYSstatic StringGET_KEYSstatic StringGET_SESSIONSstatic StringGET_VALUEstatic StringGET_VALUESstatic StringLOCKstatic StringPUTstatic StringUNLOCK
-
-
-
Field Detail
-
PUT
static final String PUT
- See Also:
- Constant Field Values
-
GET_VALUE
static final String GET_VALUE
- See Also:
- Constant Field Values
-
GET_VALUES
static final String GET_VALUES
- See Also:
- Constant Field Values
-
GET_KEYS
static final String GET_KEYS
- See Also:
- Constant Field Values
-
GET_SESSIONS
static final String GET_SESSIONS
- See Also:
- Constant Field Values
-
DELETE_KEY
static final String DELETE_KEY
- See Also:
- Constant Field Values
-
DELETE_KEYS
static final String DELETE_KEYS
- See Also:
- Constant Field Values
-
LOCK
static final String LOCK
- See Also:
- Constant Field Values
-
UNLOCK
static final String UNLOCK
- See Also:
- Constant Field Values
-
-