public interface RecordDataSink
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getKeyBuffer(int keySize)
Provides a
ByteBuffer into which the key data should
be put. |
ByteBuffer |
getValueBuffer(int valueSize)
Provides a
ByteBuffer into which the value data should
be put. |
ByteBuffer getKeyBuffer(int keySize)
ByteBuffer into which the key data should
be put. The buffer will have sufficient remaining()
bytes to accommodate the requested key size.keySize - size of the record's keyByteBuffer getValueBuffer(int valueSize)
ByteBuffer into which the value data should
be put. The buffer will have sufficient remaining()
bytes to accommodate the requested value size.valueSize - size of the record's valueCopyright © 2021 Hazelcast, Inc.. All Rights Reserved.