Interface Database
-
- All Superinterfaces:
java.lang.AutoCloseable,CloseableNativeProxy
- All Known Implementing Classes:
MemoryDb
public interface Database extends CloseableNativeProxy
Represents an underlying Exonum Storage database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForkcreateFork(Cleaner cleaner)Creates a new database fork.SnapshotcreateSnapshot(Cleaner cleaner)Creates a new snapshot of the database state.-
Methods inherited from interface com.exonum.binding.proxy.CloseableNativeProxy
close
-
-