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

  • Interface Summary 
    Interface Description
    Access
    Provides access to Exonum MerkleDB indexes.
    Database
    Represents an underlying Exonum Storage database.
  • Class Summary 
    Class Description
    AbstractAccess
    Represents an access to the database.
    Fork
    A fork is a database access object, allowing both read and write operations.
    Prefixed
    A prefixed database access.
    RoErasedAccess
    A readonly, "erased", database Access object.
    Snapshot
    A snapshot is a read-only, immutable database access.
    TemporaryDb
    A MerkleDB which stores its data in the temporary directory for testing purposes.