| Package | Description |
|---|---|
| org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
PreviousBlockCompressionRatePredicator
This BlockCompressedSizePredicator implementation adjusts the block size limit based on the
compression rate of the block contents read so far.
|
class |
UncompressedBlockSizePredicator
This BlockCompressedSizePredicator implementation doesn't actually performs any predicate and
simply returns true on
shouldFinishBlock. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.