Uses of Class
com.exonum.binding.core.proxy.AbstractNativeProxy
| Package | Description |
|---|---|
| com.exonum.binding.core.proxy | |
| 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.
|
| com.exonum.binding.testkit |
-
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.service
Subclasses of AbstractNativeProxy in com.exonum.binding.core.service 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 classForkA fork is a database view, allowing both read and write operations.classSnapshotA snapshot is a read-only, immutable database view.classTemporaryDbA MerkleDB which stores its data in the temporary directory for testing purposes.classViewRepresents a view of the database. -
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>An Entry is a database index that can contain no or a single value.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.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.