Tsz-wo Sze created HDDS-8542:
--------------------------------

             Summary: 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


{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]

Reply via email to