public static enum ContextControllerHashFactoryBase.HashFunctionEnum extends Enum<ContextControllerHashFactoryBase.HashFunctionEnum>
Enum Constant and Description |
---|
CONSISTENT_HASH_CRC32 |
HASH_CODE |
Modifier and Type | Method and Description |
---|---|
static ContextControllerHashFactoryBase.HashFunctionEnum |
determine(String contextName,
String name) |
static String |
getStringList() |
static ContextControllerHashFactoryBase.HashFunctionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextControllerHashFactoryBase.HashFunctionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextControllerHashFactoryBase.HashFunctionEnum CONSISTENT_HASH_CRC32
public static final ContextControllerHashFactoryBase.HashFunctionEnum HASH_CODE
public static ContextControllerHashFactoryBase.HashFunctionEnum[] values()
for (ContextControllerHashFactoryBase.HashFunctionEnum c : ContextControllerHashFactoryBase.HashFunctionEnum.values()) System.out.println(c);
public static ContextControllerHashFactoryBase.HashFunctionEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ContextControllerHashFactoryBase.HashFunctionEnum determine(String contextName, String name) throws ExprValidationException
ExprValidationException
public static String getStringList()