| Package | Description |
|---|---|
| org.neo4j.causalclustering.core.consensus.log | |
| org.neo4j.causalclustering.core.consensus.log.segmented |
| Modifier and Type | Method and Description |
|---|---|
static RaftLogCursor |
RaftLogCursor.empty() |
RaftLogCursor |
DelegatingRaftLog.getEntryCursor(long fromIndex) |
RaftLogCursor |
InMemoryRaftLog.getEntryCursor(long fromIndex) |
RaftLogCursor |
ReadableRaftLog.getEntryCursor(long fromIndex)
Returns a
RaftLogCursor of RaftLogEntrys from the specified index until the end of the log |
| Modifier and Type | Method and Description |
|---|---|
RaftLogCursor |
SegmentedRaftLog.getEntryCursor(long fromIndex) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.