| 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 |
|---|---|
IndexAddress |
StorageIndex.getAddress()
Returns the index address: its unique identifier in the database.
|
static IndexAddress |
IndexAddress.valueOf(String name)
Creates an address of an individual index.
|
static IndexAddress |
IndexAddress.valueOf(String groupName,
byte[] idInGroup)
Creates an address of an index belonging to an index group.
|
Copyright © 2019 Exonum. All rights reserved.