Interface MultimapHotRodConstants
-
public interface MultimapHotRodConstantsMultimap hotrod constants- Since:
- 14.0
-
-
Field Summary
Fields Modifier and Type Field Description static byteCONTAINS_ENTRY_REQUESTstatic byteCONTAINS_ENTRY_RESPONSEstatic byteCONTAINS_KEY_MULTIMAP_REQUESTstatic shortCONTAINS_KEY_MULTIMAP_RESPONSEstatic shortCONTAINS_VALUE_MULTIMAP_REQUESTstatic shortCONTAINS_VALUE_MULTIMAP_RESPONSEstatic byteGET_MULTIMAP_REQUESTstatic byteGET_MULTIMAP_RESPONSEstatic byteGET_MULTIMAP_WITH_METADATA_REQUESTstatic byteGET_MULTIMAP_WITH_METADATA_RESPONSEstatic bytePUT_MULTIMAP_REQUESTstatic bytePUT_MULTIMAP_RESPONSEstatic byteREMOVE_ENTRY_MULTIMAP_REQUESTstatic byteREMOVE_ENTRY_MULTIMAP_RESPONSEstatic byteREMOVE_KEY_MULTIMAP_REQUESTstatic byteREMOVE_KEY_MULTIMAP_RESPONSEstatic byteSIZE_MULTIMAP_REQUESTstatic byteSIZE_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
-
-