public interface RaftLogCursor extends org.neo4j.cursor.RawCursor<RaftLogEntry,Exception>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static RaftLogCursor |
empty() |
long |
index() |
boolean |
next() |
boolean next()
throws IOException
next in interface org.neo4j.cursor.RawCursor<RaftLogEntry,Exception>IOExceptionvoid close()
throws IOException
close in interface AutoCloseableclose in interface org.neo4j.cursor.RawCursor<RaftLogEntry,Exception>IOExceptionlong index()
static RaftLogCursor empty()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.