Package org.infinispan.server.hotrod
Class Constants
- java.lang.Object
-
- org.infinispan.server.hotrod.Constants
-
public class Constants extends java.lang.Object
Constant values- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DEFAULT_CONSISTENT_HASH_VERSION
static byte
DEFAULT_CONSISTENT_HASH_VERSION_1x
static int
DEFAULT_TOPOLOGY_ID
static byte
INFINITE_LIFESPAN
static byte
INFINITE_MAXIDLE
static byte
INTELLIGENCE_BASIC
static byte
INTELLIGENCE_HASH_DISTRIBUTION_AWARE
static byte
INTELLIGENCE_TOPOLOGY_AWARE
static byte
MAGIC_REQ
static short
MAGIC_RES
-
-
-
Field Detail
-
MAGIC_REQ
public static final byte MAGIC_REQ
- See Also:
- Constant Field Values
-
MAGIC_RES
public static final short MAGIC_RES
- See Also:
- Constant Field Values
-
DEFAULT_CONSISTENT_HASH_VERSION_1x
public static final byte DEFAULT_CONSISTENT_HASH_VERSION_1x
- See Also:
- Constant Field Values
-
DEFAULT_CONSISTENT_HASH_VERSION
public static final byte DEFAULT_CONSISTENT_HASH_VERSION
- See Also:
- Constant Field Values
-
INTELLIGENCE_BASIC
public static final byte INTELLIGENCE_BASIC
- See Also:
- Constant Field Values
-
INTELLIGENCE_TOPOLOGY_AWARE
public static final byte INTELLIGENCE_TOPOLOGY_AWARE
- See Also:
- Constant Field Values
-
INTELLIGENCE_HASH_DISTRIBUTION_AWARE
public static final byte INTELLIGENCE_HASH_DISTRIBUTION_AWARE
- See Also:
- Constant Field Values
-
INFINITE_LIFESPAN
public static final byte INFINITE_LIFESPAN
- See Also:
- Constant Field Values
-
INFINITE_MAXIDLE
public static final byte INFINITE_MAXIDLE
- See Also:
- Constant Field Values
-
DEFAULT_TOPOLOGY_ID
public static final int DEFAULT_TOPOLOGY_ID
- See Also:
- Constant Field Values
-
-