public abstract class ShipCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShipCommand.CommitUpdate |
static class |
ShipCommand.Match |
static class |
ShipCommand.Mismatch |
static class |
ShipCommand.NewEntries |
| Constructor and Description |
|---|
ShipCommand() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
applyTo(RaftLogShipper raftLogShipper,
LeaderContext leaderContext) |
public abstract void applyTo(RaftLogShipper raftLogShipper, LeaderContext leaderContext) throws IOException
IOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.