Uses of Package
com.exonum.binding.storage.database
-
Packages that use com.exonum.binding.storage.database Package Description com.exonum.binding.blockchain com.exonum.binding.service com.exonum.binding.service.adapters An internal package with adapters of Java Service interfaces to the interface, convenient to the native code.com.exonum.binding.storage.database com.exonum.binding.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.com.exonum.binding.transaction -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.blockchain Class Description View Represents a view of a database. -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.service Class Description Fork A fork is a database view, allowing both read and write operations.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. -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.service.adapters 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. -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.storage.database Class Description Database Represents an underlying Exonum Storage database.Fork A fork is a database view, allowing both read and write operations.MemoryDb An in-memory database for testing purposes.ModificationCounter A counter of modification events of some objects (e.g., a collection, or a database view).Snapshot A snapshot is a read-only, immutable database view.View Represents a view of a database. -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.storage.indices Class Description View Represents a view of a database. -
Classes in com.exonum.binding.storage.database used by com.exonum.binding.transaction Class Description Fork A fork is a database view, allowing both read and write operations.