Uses of Class
com.exonum.binding.core.storage.indices.KeySetIndexProxy
-
Packages that use KeySetIndexProxy Package Description com.exonum.binding.core.blockchain 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 KeySetIndexProxy in com.exonum.binding.core.blockchain
Methods in com.exonum.binding.core.blockchain that return KeySetIndexProxy Modifier and Type Method Description KeySetIndexProxy<com.exonum.binding.common.hash.HashCode>Blockchain. getTransactionPool()Returns a set of uncommitted (in-pool) transaction hashes; empty in case of no transactions. -
Uses of KeySetIndexProxy in com.exonum.binding.core.storage.database
Methods in com.exonum.binding.core.storage.database that return KeySetIndexProxy Modifier and Type Method Description <E> KeySetIndexProxy<E>AbstractAccess. getKeySet(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)<E> KeySetIndexProxy<E>Access. getKeySet(IndexAddress address, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new KeySet. -
Uses of KeySetIndexProxy in com.exonum.binding.core.storage.indices
Methods in com.exonum.binding.core.storage.indices that return KeySetIndexProxy Modifier and Type Method Description static <E> KeySetIndexProxy<E>KeySetIndexProxy. newInstance(IndexAddress address, AbstractAccess access, com.exonum.binding.common.serialization.Serializer<E> serializer)Creates a new key set proxy.
-