Uses of Interface
com.exonum.binding.core.storage.indices.ProofEntryIndex
-
Packages that use ProofEntryIndex Package Description 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. -
-
Uses of ProofEntryIndex in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return ProofEntryIndex Modifier and Type Method Description <E> ProofEntryIndex<E>AbstractAccess. getProofEntry(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)<E> ProofEntryIndex<E>Access. getProofEntry(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new ProofEntry. -
Uses of ProofEntryIndex in com.exonum.binding.core.storage.indices
Classes in com.exonum.binding.core.storage.indices that implement ProofEntryIndex Modifier and Type Class Description classProofEntryIndexProxy<T>A proxy of a native MerkleDB ProofEntry.
-