public static enum EnterpriseNeoServer.Mode extends Enum<EnterpriseNeoServer.Mode>
| Enum Constant and Description |
|---|
ARBITER |
CORE |
HA |
READ_REPLICA |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static EnterpriseNeoServer.Mode |
fromString(String value) |
static EnterpriseNeoServer.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnterpriseNeoServer.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnterpriseNeoServer.Mode SINGLE
public static final EnterpriseNeoServer.Mode HA
public static final EnterpriseNeoServer.Mode ARBITER
public static final EnterpriseNeoServer.Mode CORE
public static final EnterpriseNeoServer.Mode READ_REPLICA
public static EnterpriseNeoServer.Mode[] values()
for (EnterpriseNeoServer.Mode c : EnterpriseNeoServer.Mode.values()) System.out.println(c);
public static EnterpriseNeoServer.Mode 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 EnterpriseNeoServer.Mode fromString(String value)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.