Package org.infinispan.multimap.impl
Interface ExternalizerIds
-
public interface ExternalizerIds
Ids range: 2050 - 2099 Externalizer Ids that identity the functions used inEmbeddedMultimapCache
- Since:
- 9.2
- Author:
- Katia Aresti - karesti@redhat.com
- See Also:
- Marshalling of Functions
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
CONTAINS_KEY_VALUE_FUNCTION
static Integer
GET_FUNCTION
static Integer
PUT_KEY_VALUE_FUNCTION
static Integer
REMOVE_KEY_VALUE_FUNCTION
-