public class CoreSnapshot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoreSnapshot.Marshal |
| Constructor and Description |
|---|
CoreSnapshot(long prevIndex,
long prevTerm) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CoreStateType type,
Object state) |
<T> T |
get(CoreStateType type) |
long |
prevIndex() |
long |
prevTerm() |
int |
size() |
String |
toString() |
Iterable<CoreStateType> |
types() |
public long prevIndex()
public long prevTerm()
public void add(CoreStateType type, Object state)
public <T> T get(CoreStateType type)
public Iterable<CoreStateType> types()
public int size()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.