Class Externalizers
- java.lang.Object
-
- org.infinispan.hibernate.cache.commons.util.Externalizers
-
public class Externalizers extends Object
- Author:
- Radim Vansa <rvansa@redhat.com>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalizers.UUIDExternalizer
-
Field Summary
Fields Modifier and Type Field Description static intEXCLUDE_EMPTY_VERSIONED_ENTRYstatic intEXCLUDE_TOMBSTONES_FILTERstatic intFILTER_NULL_VALUE_CONVERTERstatic intFUTURE_UPDATEstatic intNULL_VALUEstatic intTOMBSTONEstatic intTOMBSTONE_UPDATEstatic intUUIDstatic intVALUE_EXTRACTORstatic intVERSIONED_ENTRY
-
Constructor Summary
Constructors Constructor Description Externalizers()
-
-
-
Field Detail
-
UUID
public static final int UUID
- See Also:
- Constant Field Values
-
TOMBSTONE
public static final int TOMBSTONE
- See Also:
- Constant Field Values
-
EXCLUDE_TOMBSTONES_FILTER
public static final int EXCLUDE_TOMBSTONES_FILTER
- See Also:
- Constant Field Values
-
TOMBSTONE_UPDATE
public static final int TOMBSTONE_UPDATE
- See Also:
- Constant Field Values
-
FUTURE_UPDATE
public static final int FUTURE_UPDATE
- See Also:
- Constant Field Values
-
VALUE_EXTRACTOR
public static final int VALUE_EXTRACTOR
- See Also:
- Constant Field Values
-
VERSIONED_ENTRY
public static final int VERSIONED_ENTRY
- See Also:
- Constant Field Values
-
EXCLUDE_EMPTY_VERSIONED_ENTRY
public static final int EXCLUDE_EMPTY_VERSIONED_ENTRY
- See Also:
- Constant Field Values
-
FILTER_NULL_VALUE_CONVERTER
public static final int FILTER_NULL_VALUE_CONVERTER
- See Also:
- Constant Field Values
-
NULL_VALUE
public static final int NULL_VALUE
- See Also:
- Constant Field Values
-
-