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, waitcompareKey, getCell, getKey, getValueShallowCopy, next, rewind, seekToKeyInBlock, setCurrentBufferprotected HFileBlockDecodingContext decodingCtx
protected final CellComparator comparator
public AbstractEncodedSeeker(CellComparator comparator, HFileBlockDecodingContext decodingCtx)
protected boolean includesMvcc()
protected boolean includesTags()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.