Package org.rocksdb

Class GetStatus

java.lang.Object
org.rocksdb.GetStatus

public class GetStatus extends Object
The result for a fetch and the total size of the object fetched. If the target of the fetch is not big enough, this may be bigger than the contents of the target.
  • Field Details

    • status

      public final Status status
    • requiredSize

      public final int requiredSize