| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.state.snapshot |
| Modifier and Type | Method and Description |
|---|---|
static CoreStateType |
CoreStateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreStateType[] |
CoreStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<CoreStateType> |
CoreSnapshot.types() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoreSnapshot.add(CoreStateType type,
Object state) |
<T> T |
CoreSnapshot.get(CoreStateType type) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.