Package org.rocksdb

Class ByteBufferGetStatus

java.lang.Object
org.rocksdb.ByteBufferGetStatus

public class ByteBufferGetStatus extends Object
A ByteBuffer containing fetched data, together with a result for the fetch and the total size of the object fetched.

Used for the individual results of RocksDB.multiGetByteBuffers(List, List) RocksDB.multiGetByteBuffers(List, List, List) RocksDB.multiGetByteBuffers(ReadOptions, List, List) RocksDB.multiGetByteBuffers(ReadOptions, List, List, List)

  • Field Details

    • status

      public final Status status
    • requiredSize

      public final int requiredSize
    • value

      public final ByteBuffer value