Package org.rocksdb
Class WriteBatch.SavePoint
java.lang.Object
org.rocksdb.WriteBatch.SavePoint
- Enclosing class:
WriteBatch
A structure for describing the save point in the Write Batch.
-
Constructor Details
-
SavePoint
public SavePoint(long size, long count, long contentFlags)
-
-
Method Details
-
clear
public void clear() -
getSize
public long getSize()Get the size of the serialized representation.- Returns:
- the size of the serialized representation.
-
getCount
public long getCount()Get the number of elements.- Returns:
- the number of elements.
-
getContentFlags
public long getContentFlags()Get the content flags.- Returns:
- the content flags.
-
isCleared
public boolean isCleared()
-