Uses of Class
com.exonum.binding.core.proxy.AbstractNativeProxy
Package | Description |
---|---|
com.exonum.binding.core.blockchain | |
com.exonum.binding.core.proxy | |
com.exonum.binding.core.runtime | |
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.
|
com.exonum.binding.testkit |
-
Uses of AbstractNativeProxy in com.exonum.binding.core.blockchain
Subclasses of AbstractNativeProxy in com.exonum.binding.core.blockchain Modifier and Type Class Description class
BlockchainData
Provides access to blockchain data of a particular service instance. -
Uses of AbstractNativeProxy in com.exonum.binding.core.proxy
Subclasses of AbstractNativeProxy in com.exonum.binding.core.proxy Modifier and Type Class Description class
AbstractCloseableNativeProxy
A proxy of a native object. -
Uses of AbstractNativeProxy in com.exonum.binding.core.runtime
Subclasses of AbstractNativeProxy in com.exonum.binding.core.runtime Modifier and Type Class Description class
NodeProxy
An Exonum node context. -
Uses of AbstractNativeProxy in com.exonum.binding.core.storage.database
Subclasses of AbstractNativeProxy in com.exonum.binding.core.storage.database Modifier and Type Class Description class
AbstractAccess
Represents an access to the database.class
Fork
A fork is a database access object, allowing both read and write operations.class
Prefixed
A prefixed database access.class
RoErasedAccess
A readonly, "erased", database Access object.class
Snapshot
A snapshot is a read-only, immutable database access.class
TemporaryDb
A MerkleDB which stores its data in the temporary directory for testing purposes. -
Uses of AbstractNativeProxy in com.exonum.binding.core.storage.indices
Subclasses of AbstractNativeProxy in com.exonum.binding.core.storage.indices Modifier and Type Class Description class
EntryIndexProxy<T>
A proxy of a native MerkleDB Entry.class
KeySetIndexProxy<E>
A key set is an index that contains no duplicate elements (keys).class
ListIndexProxy<E>
A list index proxy is a contiguous list of elements.class
MapIndexProxy<K,V>
A MapIndex is an index that maps keys to values.class
ProofEntryIndexProxy<T>
A proxy of a native MerkleDB ProofEntry.class
ProofListIndexProxy<E>
A proof list index proxy is a contiguous list of elements, capable of providing cryptographic proofs that it contains a certain element at a particular position.class
ProofMapIndexProxy<K,V>
A ProofMapIndexProxy is an index that maps keys to values.class
ValueSetIndexProxy<E>
A value set is an index that contains no duplicate elements (values). -
Uses of AbstractNativeProxy in com.exonum.binding.testkit
Subclasses of AbstractNativeProxy in com.exonum.binding.testkit Modifier and Type Class Description class
TestKit
TestKit for testing blockchain services.