| Package | Description |
|---|---|
| com.exonum.binding.core.blockchain | |
| 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 |
|---|---|
KeySetIndexProxy<com.exonum.binding.common.hash.HashCode> |
Blockchain.getTransactionPool()
Returns a set of uncommitted (in-pool) transaction hashes; empty in case of no transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> KeySetIndexProxy<E> |
KeySetIndexProxy.newInGroupUnsafe(String groupName,
byte[] indexId,
View view,
com.exonum.binding.common.serialization.Serializer<E> serializer)
Creates a new key set in a collection group
with the given name.
|
static <E extends com.google.protobuf.MessageLite> |
KeySetIndexProxy.newInstance(String name,
View view,
Class<E> keyType)
Creates a new key set storing protobuf messages.
|
static <E> KeySetIndexProxy<E> |
KeySetIndexProxy.newInstance(String name,
View view,
com.exonum.binding.common.serialization.Serializer<E> serializer)
Creates a new key set proxy.
|
Copyright © 2019 Exonum. All rights reserved.