Package org.rocksdb
Class GetStatus
- java.lang.Object
-
- org.rocksdb.GetStatus
-
public class GetStatus extends java.lang.ObjectThe 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 Summary
Fields Modifier and Type Field Description intrequiredSizeStatusstatus
-
-
-
Field Detail
-
status
public final Status status
-
requiredSize
public final int requiredSize
-
-