Class ConsistentHashPersistenceConstants
- java.lang.Object
-
- org.infinispan.distribution.ch.impl.ConsistentHashPersistenceConstants
-
public class ConsistentHashPersistenceConstants extends Object
Constants used as keys within a persisted consistent hash- Since:
- 8.2
- Author:
- Tristan Tarrant
-
-
Field Summary
Fields Modifier and Type Field Description static String
STATE_CONSISTENT_HASH
static String
STATE_HASH_FUNCTION
static String
STATE_MEMBER
static String
STATE_MEMBER_NO_ENTRIES
static String
STATE_MEMBERS
static String
STATE_MEMBERS_NO_ENTRIES
-
Constructor Summary
Constructors Constructor Description ConsistentHashPersistenceConstants()
-
-
-
Field Detail
-
STATE_CONSISTENT_HASH
public static final String STATE_CONSISTENT_HASH
- See Also:
- Constant Field Values
-
STATE_HASH_FUNCTION
public static final String STATE_HASH_FUNCTION
- See Also:
- Constant Field Values
-
STATE_MEMBER
public static final String STATE_MEMBER
- See Also:
- Constant Field Values
-
STATE_MEMBERS
public static final String STATE_MEMBERS
- See Also:
- Constant Field Values
-
STATE_MEMBER_NO_ENTRIES
public static final String STATE_MEMBER_NO_ENTRIES
- See Also:
- Constant Field Values
-
STATE_MEMBERS_NO_ENTRIES
public static final String STATE_MEMBERS_NO_ENTRIES
- See Also:
- Constant Field Values
-
-