| Package | Description |
|---|---|
| com.exonum.binding.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
| Class and Description |
|---|
| EntryIndexProxy
An Entry is a database index that can contain no or a single value.
|
| KeySetIndexProxy
A key set is an index that contains no duplicate elements (keys).
|
| ListIndex
A list index proxy is a contiguous list of elements.
|
| ListIndexProxy
A list index proxy is a contiguous list of elements.
|
| MapEntry
A map entry: a key-value pair.
|
| MapIndex
A MapIndex is an index that maps keys to values.
|
| MapIndexProxy
A MapIndex is an index that maps keys to values.
|
| ProofListIndexProxy
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.
|
| ProofMapIndexProxy
A ProofMapIndexProxy is an index that maps keys to values.
|
| ValueSetIndexProxy
A value set is an index that contains no duplicate elements (values).
|
| ValueSetIndexProxy.Entry
An entry of a value set index: a hash-value pair.
|
Copyright © 2018 Exonum. All rights reserved.