| 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 <E extends com.google.protobuf.MessageLite> |
EntryIndexProxy.newInstance(String name,
View view,
Class<E> elementType)
Creates a new Entry storing protobuf messages.
|
static <E> EntryIndexProxy<E> |
EntryIndexProxy.newInstance(String name,
View view,
com.exonum.binding.common.serialization.Serializer<E> serializer)
Creates a new Entry.
|
Copyright © 2019 Exonum. All rights reserved.