| Package | Description |
|---|---|
| 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 |
|---|---|
static <K,V> MapIndexProxy<K,V> |
MapIndexProxy.newInGroupUnsafe(String groupName,
byte[] mapId,
View view,
com.exonum.binding.common.serialization.Serializer<K> keySerializer,
com.exonum.binding.common.serialization.Serializer<V> valueSerializer)
Creates a new map in a collection group
with the given name.
|
static <K extends com.google.protobuf.MessageLite,V extends com.google.protobuf.MessageLite> |
MapIndexProxy.newInstance(String name,
View view,
Class<K> keyType,
Class<V> valueType)
Creates a new MapIndexProxy using protobuf messages.
|
static <K,V> MapIndexProxy<K,V> |
MapIndexProxy.newInstance(String name,
View view,
com.exonum.binding.common.serialization.Serializer<K> keySerializer,
com.exonum.binding.common.serialization.Serializer<V> valueSerializer)
Creates a new MapIndexProxy.
|
Copyright © 2019 Exonum. All rights reserved.