Uses of Interface
org.apache.hadoop.hbase.io.hfile.BlockCompressedSizePredicator
Packages that use org.apache.hadoop.hbase.io.hfile.BlockCompressedSizePredicator
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.BlockCompressedSizePredicator in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement org.apache.hadoop.hbase.io.hfile.BlockCompressedSizePredicator in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.io.hfile.PreviousBlockCompressionRatePredicatorThis BlockCompressedSizePredicator implementation adjusts the block size limit based on the compression rate of the block contents read so far.classorg.apache.hadoop.hbase.io.hfile.UncompressedBlockSizePredicatorThis BlockCompressedSizePredicator implementation doesn't actually performs any predicate and simply returns true onshouldFinishBlock.