getSnapshot abstract method
Snapshot
getSnapshot()
Return a handle to the current DB state. Iterators created with
this handle will all observe a stable snapshot of the current DB
state. The caller must call Snapshot.dispose
when the
snapshot is no longer needed.
Implementation
Snapshot getSnapshot();