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