| Package | Description |
|---|---|
| com.exonum.binding.storage.indices |
Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage.
|
| Modifier and Type | Method and Description |
|---|---|
static <E> KeySetIndexProxy<E> |
KeySetIndexProxy.newInGroupUnsafe(java.lang.String groupName,
byte[] indexId,
View view,
com.exonum.binding.storage.serialization.Serializer<E> serializer)
Creates a new key set in a collection group
with the given name.
|
static <E> KeySetIndexProxy<E> |
KeySetIndexProxy.newInstance(java.lang.String name,
View view,
com.exonum.binding.storage.serialization.Serializer<E> serializer)
Creates a new key set proxy.
|
Copyright © 2018 Exonum. All rights reserved.