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 classBlockchainDataProvides 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 classAbstractCloseableNativeProxyA 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 classNodeProxyAn 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 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.classTemporaryDbA 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 classEntryIndexProxy<T>A proxy of a native MerkleDB Entry.classKeySetIndexProxy<E>A key set is an index that contains no duplicate elements (keys).classListIndexProxy<E>A list index proxy is a contiguous list of elements.classMapIndexProxy<K,V>A MapIndex is an index that maps keys to values.classProofEntryIndexProxy<T>A proxy of a native MerkleDB ProofEntry.classProofListIndexProxy<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.classProofMapIndexProxy<K,V>A ProofMapIndexProxy is an index that maps keys to values.classValueSetIndexProxy<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 classTestKitTestKit for testing blockchain services.