Uses of Class
com.exonum.binding.core.proxy.AbstractNativeProxy
-
Packages that use 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 class
AbstractCloseableNativeProxy
A 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 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
Fork
A fork is a database view, allowing both read and write operations.class
MemoryDb
An in-memory database for testing purposes.class
Snapshot
A snapshot is a read-only, immutable database view.class
View
Represents 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 class
EntryIndexProxy<T>
An Entry is a database index that can contain no or a single value.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
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.
-