public interface RaftLogCommand
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RaftLogCommand.Handler |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(InFlightMap<RaftLogEntry> inFlightMap,
org.neo4j.logging.Log log) |
void |
applyTo(RaftLog raftLog,
org.neo4j.logging.Log log) |
void |
dispatch(RaftLogCommand.Handler handler) |
void dispatch(RaftLogCommand.Handler handler) throws IOException
IOExceptionvoid applyTo(RaftLog raftLog, org.neo4j.logging.Log log) throws IOException
IOExceptionvoid applyTo(InFlightMap<RaftLogEntry> inFlightMap, org.neo4j.logging.Log log) throws IOException
IOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.