private class ReftableReader.RefCursorImpl extends RefCursor
Modifier and Type | Field and Description |
---|---|
(package private) BlockReader |
block |
private byte[] |
match |
private boolean |
prefix |
private Ref |
ref |
private long |
scanEnd |
Constructor and Description |
---|
RefCursorImpl(long scanEnd,
byte[] match,
boolean prefix) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Ref |
getRef()
Get reference at the current position.
|
boolean |
next()
Check if another reference is available.
|
wasDeleted
private final long scanEnd
private final byte[] match
private final boolean prefix
private Ref ref
BlockReader block