Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
//RDBTable public void put(byte[] key, byte[] value) throws IOException { db.put(family, key, value); }
Currently, we have the above method to put a key-value pair to RocksDB. We should add a similar method using ByteBuffer.
Attachments
Issue Links
- is related to
-
HDDS-8552 Support putWithBatch with ByteBuffer.
- Resolved
- links to