- All Superinterfaces:
- AutoCloseable, Closeable
public interface Snapshot
extends Closeable
Abstract handle to particular state of a DB.
A Snapshot can therefore be safely accessed from multiple threads
without any external synchronization.
Can't be used after close