Home
last modified time | relevance | path

Searched refs:FastDiffCompressionState (Results 1 – 1 of 1) sorted by relevance

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/
H A DFastDiffDeltaEncoder.java67 private static class FastDiffCompressionState extends CompressionState { class in FastDiffDeltaEncoder
79 FastDiffCompressionState state2 = (FastDiffCompressionState) state; in copyFrom()
117 ByteBuffer out, FastDiffCompressionState state) in uncompressSingleKeyValue()
343 FastDiffCompressionState state = new FastDiffCompressionState(); in internalDecodeKeyValues()