public static class KeyValueCodecWithTags.ByteBuffKeyValueDecoder extends KeyValueCodec.ByteBuffKeyValueDecoder
buf, current
Constructor and Description |
---|
ByteBuffKeyValueDecoder(ByteBuff buf) |
Modifier and Type | Method and Description |
---|---|
protected Cell |
createCell(byte[] buf,
int offset,
int len) |
protected Cell |
createCell(ByteBuffer bb,
int pos,
int len) |
advance, current
public ByteBuffKeyValueDecoder(ByteBuff buf)
protected Cell createCell(byte[] buf, int offset, int len)
createCell
in class KeyValueCodec.ByteBuffKeyValueDecoder
protected Cell createCell(ByteBuffer bb, int pos, int len)
createCell
in class KeyValueCodec.ByteBuffKeyValueDecoder
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.