Class RowIndexEncoderV1
java.lang.Object
org.apache.hadoop.hbase.io.encoding.RowIndexEncoderV1
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HFileBlockEncodingContextprivate NoneEncoderprivate CellThe Cell previously appended.private static final org.slf4j.Loggerprivate DataOutputStreamprivate ByteArrayOutputStreamprivate int - 
Constructor Summary
ConstructorsConstructorDescriptionRowIndexEncoderV1(DataOutputStream out, HFileBlockDefaultEncodingContext encodingCtx)  - 
Method Summary
 
- 
Field Details
- 
LOG
 - 
lastCell
The Cell previously appended. - 
out
 - 
encoder
 - 
startOffset
 - 
rowsOffsetBAOS
 - 
context
 
 - 
 - 
Constructor Details
- 
RowIndexEncoderV1
 
 - 
 - 
Method Details
- 
write
- Throws:
 IOException
 - 
checkRow
- Throws:
 IOException
 - 
flush
- Throws:
 IOException
 - 
beforeShipped
void beforeShipped() 
 -