public class InFlightLogEntryReader extends Object implements AutoCloseable
| Constructor and Description |
|---|
InFlightLogEntryReader(ReadableRaftLog raftLog,
InFlightMap<RaftLogEntry> inFlightMap,
boolean removeReadIndexFromMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
RaftLogEntry |
get(long logIndex) |
public InFlightLogEntryReader(ReadableRaftLog raftLog, InFlightMap<RaftLogEntry> inFlightMap, boolean removeReadIndexFromMap)
public RaftLogEntry get(long logIndex) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.