protected abstract static class AbstractDataBlockEncoder.AbstractEncodedSeeker extends Object implements DataBlockEncoder.EncodedSeeker
Modifier and Type | Field and Description |
---|---|
protected CellComparator |
comparator |
protected HFileBlockDecodingContext |
decodingCtx |
Constructor and Description |
---|
AbstractEncodedSeeker(CellComparator comparator,
HFileBlockDecodingContext decodingCtx) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
includesMvcc() |
protected boolean |
includesTags() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareKey, getCell, getKey, getValueShallowCopy, next, rewind, seekToKeyInBlock, setCurrentBuffer
protected HFileBlockDecodingContext decodingCtx
protected final CellComparator comparator
public AbstractEncodedSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)
protected boolean includesMvcc()
protected boolean includesTags()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.