Package org.apache.hadoop.hbase.codec
Class KeyValueCodecWithTags.ByteBuffKeyValueDecoder
java.lang.Object
org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
- All Implemented Interfaces:
CellScanner
,Codec.Decoder
,ExtendedCellScanner
- Enclosing class:
- KeyValueCodecWithTags
public static class KeyValueCodecWithTags.ByteBuffKeyValueDecoder
extends KeyValueCodec.ByteBuffKeyValueDecoder
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
buf, current
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ExtendedCell
createCell
(byte[] buf, int offset, int len) protected ExtendedCell
createCell
(ByteBuffer bb, int pos, int len) Methods inherited from class org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
advance, current
-
Constructor Details
-
ByteBuffKeyValueDecoder
-
-
Method Details
-
createCell
- Overrides:
createCell
in classKeyValueCodec.ByteBuffKeyValueDecoder
-
createCell
- Overrides:
createCell
in classKeyValueCodec.ByteBuffKeyValueDecoder
-