[
https://issues.apache.org/jira/browse/HDDS-8542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze resolved HDDS-8542.
------------------------------
Fix Version/s: 1.4.0
Resolution: Fixed
The pull request is now merged.
> In RDBTable, add a put method using RocksDB ByteBuffer APIs
> -----------------------------------------------------------
>
> Key: HDDS-8542
> URL: https://issues.apache.org/jira/browse/HDDS-8542
> Project: Apache Ozone
> Issue Type: Sub-task
> Components: db
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.4.0
>
>
> {code}
> //RDBTable
> public void put(byte[] key, byte[] value) throws IOException {
> db.put(family, key, value);
> }
> {code}
> Currently, we have the above method to put a key-value pair to RocksDB. We
> should add a similar method using ByteBuffer.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]