Interface EncoderIds
-
public interface EncoderIds
- Since:
- 9.2
-
-
Field Summary
Fields Modifier and Type Field Description static short
BINARY
static short
COMPAT
static short
GENERIC_MARSHALLER
static short
GLOBAL_MARSHALLER
static short
IDENTITY
static short
JAVA_COMPAT
static short
JAVA_SERIALIZATION
static short
MEMCACHED_COMPAT
static short
NO_ENCODER
static short
UTF8
static short
UTF8_COMPAT
-
-
-
Field Detail
-
NO_ENCODER
static final short NO_ENCODER
- See Also:
- Constant Field Values
-
IDENTITY
static final short IDENTITY
- See Also:
- Constant Field Values
-
BINARY
static final short BINARY
- See Also:
- Constant Field Values
-
UTF8
static final short UTF8
- See Also:
- Constant Field Values
-
GLOBAL_MARSHALLER
static final short GLOBAL_MARSHALLER
- See Also:
- Constant Field Values
-
GENERIC_MARSHALLER
static final short GENERIC_MARSHALLER
- See Also:
- Constant Field Values
-
JAVA_SERIALIZATION
static final short JAVA_SERIALIZATION
- See Also:
- Constant Field Values
-
COMPAT
static final short COMPAT
- See Also:
- Constant Field Values
-
MEMCACHED_COMPAT
static final short MEMCACHED_COMPAT
- See Also:
- Constant Field Values
-
JAVA_COMPAT
static final short JAVA_COMPAT
- See Also:
- Constant Field Values
-
UTF8_COMPAT
static final short UTF8_COMPAT
- See Also:
- Constant Field Values
-
-