Uses of Class
org.apache.hadoop.hbase.io.encoding.CompressionState
-
Uses of CompressionState in org.apache.hadoop.hbase.io.encoding
Modifier and TypeClassDescriptionprotected static class
private static class
Modifier and TypeMethodDescription(package private) void
CompressionState.copyFrom
(CompressionState state) (package private) void
DiffKeyDeltaEncoder.DiffCompressionState.copyFrom
(CompressionState state) (package private) void
FastDiffDeltaEncoder.FastDiffCompressionState.copyFrom
(CompressionState state) (package private) void
CompressionState.readKey
(ByteBuffer in, int keyLength, int valueLength, int commonPrefix, CompressionState previousState) Analyze the key and fill the state assuming we know previous state.