Uses of Interface
org.apache.hadoop.hbase.io.hfile.BlockCompressedSizePredicator
-
Uses of BlockCompressedSizePredicator in org.apache.hadoop.hbase.io.hfile
Modifier and TypeClassDescriptionclass
This BlockCompressedSizePredicator implementation adjusts the block size limit based on the compression rate of the block contents read so far.class
This BlockCompressedSizePredicator implementation doesn't actually performs any predicate and simply returns true onshouldFinishBlock
.Modifier and TypeFieldDescriptionprivate BlockCompressedSizePredicator
HFileBlock.Writer.compressedSizePredicator