Uses of Interface
com.exonum.binding.core.storage.database.Access
-
Packages that use Access Package Description com.exonum.binding.core.blockchain com.exonum.binding.core.runtime com.exonum.binding.core.storage.database -
-
Uses of Access in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain with parameters of type Access Modifier and Type Method Description static BlockchainBlockchain. newInstance(Access access)Constructs a new blockchain instance for the given database access. -
Uses of Access in com.exonum.binding.core.runtime
Constructors in com.exonum.binding.core.runtime with parameters of type Access Constructor Description DispatcherSchema(Access access) -
Uses of Access in com.exonum.binding.core.storage.database
Classes in com.exonum.binding.core.storage.database that implement Access Modifier and Type Class Description classAbstractAccessRepresents an access to the database.classForkA fork is a database access object, allowing both read and write operations.classPrefixedA prefixed database access.classRoErasedAccessA readonly, "erased", database Access object.classSnapshotA snapshot is a read-only, immutable database access.
-