| Constructor and Description |
|---|
EmptyLogCursor() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ReflogEntry |
getReflogEntry()
Get current log entry.
|
java.lang.String |
getRefName()
Get name of the current reference.
|
long |
getUpdateIndex()
Get identifier of the transaction that created the log record.
|
boolean |
next()
Check if another log record is available.
|
public boolean next()
throws java.io.IOException
public java.lang.String getRefName()
getRefName in class LogCursorpublic long getUpdateIndex()
getUpdateIndex in class LogCursorpublic ReflogEntry getReflogEntry()
getReflogEntry in class LogCursor