java.util.concurrent.Callable<HashOrderMixingStrategy>
public static enum HashOrderMixing.Strategy extends java.lang.Enum<HashOrderMixing.Strategy> implements java.util.concurrent.Callable<HashOrderMixingStrategy>
Enum Constant | Description |
---|---|
DETERMINISTIC |
|
NONE |
|
RANDOM |
Modifier and Type | Method | Description |
---|---|---|
static HashOrderMixing.Strategy |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HashOrderMixing.Strategy[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HashOrderMixing.Strategy RANDOM
public static final HashOrderMixing.Strategy DETERMINISTIC
public static final HashOrderMixing.Strategy NONE
public static HashOrderMixing.Strategy[] values()
for (HashOrderMixing.Strategy c : HashOrderMixing.Strategy.values()) System.out.println(c);
public static HashOrderMixing.Strategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 Carrot Search s.c.. All Rights Reserved.