Package com.exonum.binding.core.storage.database

  • Interface Summary 
    Interface Description
    Database
    Represents an underlying Exonum Storage database.
  • Class Summary 
    Class Description
    Fork
    A fork is a database view, allowing both read and write operations.
    Snapshot
    A snapshot is a read-only, immutable database view.
    TemporaryDb
    A MerkleDB which stores its data in the temporary directory for testing purposes.
    View
    Represents a view of the database.