public class AppendLogEntry extends Object implements RaftLogCommand
RaftLogCommand.Handler| Modifier and Type | Field and Description |
|---|---|
RaftLogEntry |
entry |
long |
index |
| Constructor and Description |
|---|
AppendLogEntry(long index,
RaftLogEntry entry) |
| 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) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public final long index
public final RaftLogEntry entry
public AppendLogEntry(long index,
RaftLogEntry entry)
public void applyTo(RaftLog raftLog, org.neo4j.logging.Log log) throws IOException
applyTo in interface RaftLogCommandIOExceptionpublic void applyTo(InFlightMap<RaftLogEntry> inFlightMap, org.neo4j.logging.Log log) throws IOException
applyTo in interface RaftLogCommandIOExceptionpublic void dispatch(RaftLogCommand.Handler handler) throws IOException
dispatch in interface RaftLogCommandIOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.