| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| 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.
|
| Class and Description |
|---|
| KeySetIndexProxy
A key set is an index that contains no duplicate elements (keys).
|
| ListIndex
A list index proxy is a contiguous list of elements.
|
| MapIndex
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.
|
| Class and Description |
|---|
| IndexAddress
An Exonum index address: a pair of the name and an optional id in a group, which identifies
an Exonum index.
|
| StorageIndex
Storage index is a persistent, named collection 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.
|
| IndexAddress
An Exonum index address: a pair of the name and an optional id in a group, which identifies
an Exonum index.
|
| 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.
|
| 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.
|
| StorageIndex
Storage index is a persistent, named collection built on top of Exonum key-value storage.
|
| 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 © 2019 Exonum. All rights reserved.