Uses of Interface
com.exonum.binding.core.storage.indices.EntryIndex
-
Packages that use EntryIndex 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 EntryIndex in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return EntryIndex Modifier and Type Method Description <E> EntryIndex<E>AbstractAccess. getEntry(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)<E> EntryIndex<E>Access. getEntry(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new Entry. -
Uses of EntryIndex in com.exonum.binding.core.storage.indices
Subinterfaces of EntryIndex in com.exonum.binding.core.storage.indices Modifier and Type Interface Description interfaceProofEntryIndex<T>A proof entry is a hashable variant ofEntryIndex.Classes in com.exonum.binding.core.storage.indices that implement EntryIndex Modifier and Type Class Description classEntryIndexProxy<T>A proxy of a native MerkleDB Entry.classProofEntryIndexProxy<T>A proxy of a native MerkleDB ProofEntry.
-