public interface IndexedData extends Closeable
| Modifier and Type | Field and Description |
|---|---|
static long |
NO_MORE_POSITIONS |
static long |
UNLOADED_INDEX_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(long position,
PageBuilder pageBuilder,
int outputChannelOffset) |
void |
close() |
long |
getJoinPosition(int position,
Page page)
Returns UNLOADED_INDEX_KEY if the key has not been loaded.
|
long |
getNextJoinPosition(long currentPosition)
Returns the next address to join.
|
static final long UNLOADED_INDEX_KEY
static final long NO_MORE_POSITIONS
long getJoinPosition(int position,
Page page)
long getNextJoinPosition(long currentPosition)
void appendTo(long position,
PageBuilder pageBuilder,
int outputChannelOffset)
void close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2012–2019. All rights reserved.