| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<StorageIndex> |
View.findOpenIndex(IndexAddress address)
Finds an open index by the given address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.registerIndex(StorageIndex index)
Registers a new index created with this view.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListIndex<T>
A list index proxy is a contiguous list of elements.
|
interface |
MapIndex<K,V>
A MapIndex is an index that maps keys to values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryIndexProxy<T>
An Entry is a database index that can contain no or a single value.
|
class |
KeySetIndexProxy<E>
A key set is an index that contains no duplicate elements (keys).
|
class |
ListIndexProxy<E>
A list index proxy is a contiguous list of elements.
|
class |
MapIndexProxy<K,V>
A MapIndex is an index that maps keys to values.
|
class |
ProofListIndexProxy<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.
|
class |
ProofMapIndexProxy<K,V>
A ProofMapIndexProxy is an index that maps keys to values.
|
class |
ValueSetIndexProxy<E>
A value set is an index that contains no duplicate elements (values).
|
Copyright © 2019 Exonum. All rights reserved.