abstract class SparseMerkleTrieBase[K, V, T] extends MutableKV[K, V, T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparseMerkleTrieBase
- MutableKV
- ReadableKV
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SparseMerkleTrieBase()(implicit arg0: Serde[K], arg1: Serde[V])
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def branch(hash: Blake2b, node: Node, branchIndex: Int, nibbles: ByteString, value: ByteString): IOResult[TrieUpdateActions]
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def deserializeKV(nibbles: ByteString, node: LeafNode, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def existRaw(key: ByteString): IOResult[Boolean]
- def exists(key: K): IOResult[Boolean]
- Definition Classes
- SparseMerkleTrieBase → ReadableKV
- def get(key: K): IOResult[V]
- Definition Classes
- SparseMerkleTrieBase → ReadableKV
- def getAll(prefix: ByteString, maxNodes: Int, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- def getAll(prefix: ByteString, maxNodes: Int): IOResult[AVector[(K, V)]]
- def getAllRaw(node: BranchNode, acc: ByteString, maxNodes: Int, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- Attributes
- protected
- def getAllRaw(hash: Blake2b, acc: ByteString, maxNodes: Int, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- Attributes
- protected
- def getAllRaw(prefix: ByteString, node: Node, acc: ByteString, maxNodes: Int, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- Attributes
- protected
- Annotations
- @SuppressWarnings()
- def getAllRaw(prefix: ByteString, hash: Blake2b, acc: ByteString, maxNodes: Int, predicate: (K, V) => Boolean): IOResult[AVector[(K, V)]]
- Attributes
- protected
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getOpt(node: Node, nibbles: ByteString): IOResult[Option[ByteString]]
- def getOpt(hash: Blake2b, nibbles: ByteString): IOResult[Option[ByteString]]
- def getOpt(key: K): IOResult[Option[V]]
- Definition Classes
- SparseMerkleTrieBase → ReadableKV
- def getOptRaw(key: ByteString): IOResult[Option[ByteString]]
- def handleChildUpdateResult(branchHash: Blake2b, branchNode: BranchNode, nibble: Int, result: TrieUpdateActions): IOResult[TrieUpdateActions]
- Annotations
- @SuppressWarnings()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def put(hash: Blake2b, node: Node, nibbles: ByteString, value: ByteString): IOResult[TrieUpdateActions]
- Attributes
- protected
- def put(hash: Blake2b, nibbles: ByteString, value: ByteString): IOResult[TrieUpdateActions]
- Attributes
- protected
- def remove(hash: Blake2b, node: Node, nibbles: ByteString): IOResult[TrieUpdateActions]
- Attributes
- protected
- Annotations
- @SuppressWarnings()
- def remove(hash: Blake2b, nibbles: ByteString): IOResult[TrieUpdateActions]
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated