Class DiffKeyDeltaEncoder.DiffCompressionState
java.lang.Object
org.apache.hadoop.hbase.io.encoding.CompressionState
org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
- Enclosing class:
- DiffKeyDeltaEncoder
-
Field Summary
Modifier and TypeFieldDescription(package private) byte[]
(package private) long
Fields inherited from class org.apache.hadoop.hbase.io.encoding.CompressionState
familyLength, keyLength, prevOffset, qualifierLength, rowLength, type, valueLength
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
copyFrom
(CompressionState state) protected void
Methods inherited from class org.apache.hadoop.hbase.io.encoding.CompressionState
isFirst, readKey, readKey
-
Field Details
-
timestamp
long timestamp -
familyNameWithSize
byte[] familyNameWithSize
-
-
Constructor Details
-
DiffCompressionState
protected DiffCompressionState()
-
-
Method Details
-
readTimestamp
- Overrides:
readTimestamp
in classCompressionState
-
copyFrom
- Overrides:
copyFrom
in classCompressionState
-