Uses of Interface
com.exonum.binding.core.storage.indices.StorageIndex
-
Packages that use StorageIndex Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of StorageIndex in com.exonum.binding.core.storage.indices
Subinterfaces of StorageIndex in com.exonum.binding.core.storage.indices Modifier and Type Interface Description interfaceEntryIndex<T>An Entry is a database index that may or may not contain a single value.interfaceHashableIndexA hashable index provides a cryptographic hash which represents the complete state of this index.interfaceListIndex<T>A list index proxy is a contiguous list of elements.interfaceMapIndex<K,V>A MapIndex is an index that maps keys to values.interfaceProofEntryIndex<T>A proof entry is a hashable variant ofEntryIndex.Classes in com.exonum.binding.core.storage.indices that implement StorageIndex 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).
-