Package org.infinispan.jcache.embedded
Class ExternalizerIds
- java.lang.Object
-
- org.infinispan.jcache.embedded.ExternalizerIds
-
public final class ExternalizerIds extends Object
Ids range 2150 - 2199
-
-
Field Summary
Fields Modifier and Type Field Description static Integer
GET_AND_PUT
static Integer
GET_AND_REMOVE
static Integer
GET_AND_REPLACE
static Integer
INVOKE
static Integer
MUTABLE_ENTRY_SNAPSHOT
static Integer
PUT
static Integer
PUT_IF_ABSENT
static Integer
READ_WITH_EXPIRY
static Integer
REMOVE
static Integer
REMOVE_CONDITIONALLY
static Integer
REPLACE
static Integer
REPLACE_CONDITIONALLY
-
Constructor Summary
Constructors Constructor Description ExternalizerIds()
-
-
-
Field Detail
-
READ_WITH_EXPIRY
public static final Integer READ_WITH_EXPIRY
-
GET_AND_PUT
public static final Integer GET_AND_PUT
-
GET_AND_REPLACE
public static final Integer GET_AND_REPLACE
-
INVOKE
public static final Integer INVOKE
-
PUT
public static final Integer PUT
-
PUT_IF_ABSENT
public static final Integer PUT_IF_ABSENT
-
REMOVE
public static final Integer REMOVE
-
REMOVE_CONDITIONALLY
public static final Integer REMOVE_CONDITIONALLY
-
REPLACE
public static final Integer REPLACE
-
REPLACE_CONDITIONALLY
public static final Integer REPLACE_CONDITIONALLY
-
MUTABLE_ENTRY_SNAPSHOT
public static final Integer MUTABLE_ENTRY_SNAPSHOT
-
GET_AND_REMOVE
public static final Integer GET_AND_REMOVE
-
-