Uses of Class
com.exonum.binding.core.storage.indices.EntryIndexProxy
-
Packages that use EntryIndexProxy Package Description com.exonum.binding.core.storage.indices Contains Exonum indexes — persistent, named collections built on top of Exonum key-value storage. -
-
Uses of EntryIndexProxy in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return EntryIndexProxy Modifier and Type Method Description static <E> EntryIndexProxy<E>EntryIndexProxy. newInstance(IndexAddress address, AbstractAccess access, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new Entry.
-