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 class
Externalizers.UUIDExternalizer
-
Field Summary
Fields Modifier and Type Field Description static int
EXCLUDE_EMPTY_VERSIONED_ENTRY
static int
EXCLUDE_TOMBSTONES_FILTER
static int
FILTER_NULL_VALUE_CONVERTER
static int
FUTURE_UPDATE
static int
NULL_VALUE
static int
TOMBSTONE
static int
TOMBSTONE_UPDATE
static int
UUID
static int
VALUE_EXTRACTOR
static int
VERSIONED_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
-
-