public interface PayloadReader
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getKey(int pos)
Gets the key given the position of payload buffer.
|
ByteBuffer |
getValue(int pos)
Gets the value given the position of payload buffer.
|
ByteBuffer getKey(int pos)
pos
- position in the payload storage in bytesByteBuffer
ByteBuffer getValue(int pos)
pos
- position in the payload storage in bytesByteBuffer
Copyright © 2023. All Rights Reserved.