public static enum HaSettings.TxPushStrategy extends Enum<HaSettings.TxPushStrategy>
| Enum Constant and Description |
|---|
fixed |
round_robin |
| Modifier and Type | Method and Description |
|---|---|
static HaSettings.TxPushStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaSettings.TxPushStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaSettings.TxPushStrategy round_robin
public static final HaSettings.TxPushStrategy fixed
public static HaSettings.TxPushStrategy[] values()
for (HaSettings.TxPushStrategy c : HaSettings.TxPushStrategy.values()) System.out.println(c);
public static HaSettings.TxPushStrategy 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 nullCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.