Uses of Class
org.apache.hadoop.hbase.io.encoding.CompressionState
Packages that use CompressionState
-
Uses of CompressionState in org.apache.hadoop.hbase.io.encoding
Subclasses of CompressionState in org.apache.hadoop.hbase.io.encodingModifier and TypeClassDescriptionprotected static class
private static class
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type CompressionStateModifier 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.