Uses of Package
com.exonum.binding.core.storage.database
-
Packages that use com.exonum.binding.core.storage.database Package Description com.exonum.binding.core.blockchain com.exonum.binding.core.runtime com.exonum.binding.core.service com.exonum.binding.core.storage.database com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
Classes in com.exonum.binding.core.storage.database used by com.exonum.binding.core.blockchain Class Description AbstractAccess Represents an access to the database.Access Provides access to Exonum MerkleDB indexes.Prefixed A prefixed database access. -
Classes in com.exonum.binding.core.storage.database used by com.exonum.binding.core.runtime Class Description Access Provides access to Exonum MerkleDB indexes.Fork A fork is a database access object, allowing both read and write operations.Snapshot A snapshot is a read-only, immutable database access. -
Classes in com.exonum.binding.core.storage.database used by com.exonum.binding.core.service Class Description Prefixed A prefixed database access.TemporaryDb A MerkleDB which stores its data in the temporary directory for testing purposes. -
Classes in com.exonum.binding.core.storage.database used by com.exonum.binding.core.storage.database Class Description AbstractAccess Represents an access to the database.Access Provides access to Exonum MerkleDB indexes.Database Represents an underlying Exonum Storage 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. -
Classes in com.exonum.binding.core.storage.database used by com.exonum.binding.core.storage.indices Class Description AbstractAccess Represents an access to the database.