Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-2274 Avoid buffer copying in Codec
  3. HDDS-8542

In RDBTable, add a put method using RocksDB ByteBuffer APIs

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • db

    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

          Activity

            People

              szetszwo Tsz-wo Sze
              szetszwo Tsz-wo Sze
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: