public static interface RaftLogCommand.Handler
| Modifier and Type | Method and Description |
|---|---|
void |
append(long baseIndex,
RaftLogEntry... entries) |
void |
prune(long pruneIndex) |
void |
truncate(long fromIndex) |
void append(long baseIndex,
RaftLogEntry... entries)
throws IOException
IOExceptionvoid truncate(long fromIndex)
throws IOException
IOExceptionvoid prune(long pruneIndex)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.