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