Interface MultimapHotRodConstants
-
public interface MultimapHotRodConstants
Multimap hotrod constants- Since:
- 9.2
- Author:
- Katia Aresti
-
-
Field Summary
Fields Modifier and Type Field Description static byte
CONTAINS_ENTRY_REQUEST
static byte
CONTAINS_ENTRY_RESPONSE
static byte
CONTAINS_KEY_MULTIMAP_REQUEST
static short
CONTAINS_KEY_MULTIMAP_RESPONSE
static short
CONTAINS_VALUE_MULTIMAP_REQUEST
static short
CONTAINS_VALUE_MULTIMAP_RESPONSE
static byte
GET_MULTIMAP_REQUEST
static byte
GET_MULTIMAP_RESPONSE
static byte
GET_MULTIMAP_WITH_METADATA_REQUEST
static byte
GET_MULTIMAP_WITH_METADATA_RESPONSE
static byte
PUT_MULTIMAP_REQUEST
static byte
PUT_MULTIMAP_RESPONSE
static byte
REMOVE_ENTRY_MULTIMAP_REQUEST
static byte
REMOVE_ENTRY_MULTIMAP_RESPONSE
static byte
REMOVE_KEY_MULTIMAP_REQUEST
static byte
REMOVE_KEY_MULTIMAP_RESPONSE
static byte
SIZE_MULTIMAP_REQUEST
static byte
SIZE_MULTIMAP_RESPONSE
-
-
-
Field Detail
-
GET_MULTIMAP_REQUEST
static final byte GET_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
GET_MULTIMAP_WITH_METADATA_REQUEST
static final byte GET_MULTIMAP_WITH_METADATA_REQUEST
- See Also:
- Constant Field Values
-
PUT_MULTIMAP_REQUEST
static final byte PUT_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
REMOVE_KEY_MULTIMAP_REQUEST
static final byte REMOVE_KEY_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
REMOVE_ENTRY_MULTIMAP_REQUEST
static final byte REMOVE_ENTRY_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
SIZE_MULTIMAP_REQUEST
static final byte SIZE_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
CONTAINS_ENTRY_REQUEST
static final byte CONTAINS_ENTRY_REQUEST
- See Also:
- Constant Field Values
-
CONTAINS_KEY_MULTIMAP_REQUEST
static final byte CONTAINS_KEY_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
CONTAINS_VALUE_MULTIMAP_REQUEST
static final short CONTAINS_VALUE_MULTIMAP_REQUEST
- See Also:
- Constant Field Values
-
GET_MULTIMAP_RESPONSE
static final byte GET_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
GET_MULTIMAP_WITH_METADATA_RESPONSE
static final byte GET_MULTIMAP_WITH_METADATA_RESPONSE
- See Also:
- Constant Field Values
-
PUT_MULTIMAP_RESPONSE
static final byte PUT_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
REMOVE_KEY_MULTIMAP_RESPONSE
static final byte REMOVE_KEY_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
REMOVE_ENTRY_MULTIMAP_RESPONSE
static final byte REMOVE_ENTRY_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
SIZE_MULTIMAP_RESPONSE
static final byte SIZE_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
CONTAINS_ENTRY_RESPONSE
static final byte CONTAINS_ENTRY_RESPONSE
- See Also:
- Constant Field Values
-
CONTAINS_KEY_MULTIMAP_RESPONSE
static final short CONTAINS_KEY_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
CONTAINS_VALUE_MULTIMAP_RESPONSE
static final short CONTAINS_VALUE_MULTIMAP_RESPONSE
- See Also:
- Constant Field Values
-
-