comparator, fileChannel, indexBlock, metaindexBlockHandle, name, uncompressedScratch, verifyChecksums| Constructor and Description |
|---|
MMapTable(String name,
FileChannel fileChannel,
Comparator<Slice> comparator,
boolean verifyChecksums) |
| Modifier and Type | Method and Description |
|---|---|
Callable<?> |
closer() |
protected Footer |
init() |
static ByteBuffer |
read(MappedByteBuffer data,
int offset,
int length) |
protected Block |
readBlock(BlockHandle blockHandle) |
getApproximateOffsetOf, iterator, openBlock, toString, uncompressedLengthclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MMapTable(String name, FileChannel fileChannel, Comparator<Slice> comparator, boolean verifyChecksums) throws IOException
IOExceptionprotected Footer init() throws IOException
init in class TableIOExceptionprotected Block readBlock(BlockHandle blockHandle) throws IOException
readBlock in class TableIOExceptionpublic static ByteBuffer read(MappedByteBuffer data, int offset, int length) throws IOException
IOExceptionCopyright © 2011–2019. All rights reserved.