public static class ShipCommand.NewEntries extends ShipCommand
ShipCommand.CommitUpdate, ShipCommand.Match, ShipCommand.Mismatch, ShipCommand.NewEntries| Constructor and Description |
|---|
NewEntries(long prevLogIndex,
long prevLogTerm,
RaftLogEntry[] newLogEntries) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public NewEntries(long prevLogIndex,
long prevLogTerm,
RaftLogEntry[] newLogEntries)
public void applyTo(RaftLogShipper raftLogShipper, LeaderContext leaderContext) throws IOException
applyTo in class ShipCommandIOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.