Interface HFileDataBlockEncoder

All Known Implementing Classes:
HFileDataBlockEncoderImpl, NoOpDataBlockEncoder

@Private public interface HFileDataBlockEncoder
Controls what kind of data block encoding is used. If data block encoding is not set or the given block is not a data block (encoded or not), methods should just return the unmodified block.