[][src]Module rocks::snapshot

Abstract handle to particular state of a DB.

Structs

ManagedSnapshot

Simple RAII wrapper class for Snapshot. Constructing this object will create a snapshot. Destructing will release the snapshot.

Snapshot

Abstract handle to particular state of a DB. A Snapshot is an immutable object and can therefore be safely accessed from multiple threads without any external synchronization.