Package com.exonum.binding.storage.database
-
Interface Summary Interface Description Database Represents an underlying Exonum Storage database.ModificationCounter A counter of modification events of some objects (e.g., a collection, or a database view). -
Class Summary Class Description Fork A fork is a database view, allowing both read and write operations.IncrementalModificationCounter MemoryDb An in-memory database for testing purposes.Snapshot A snapshot is a read-only, immutable database view.View Represents a view of a database.