Class

com.mchange.sc.v1.consuela.ethereum.trie.EthTrieDb.Test

SecureTrie

Related Doc: package Test

Permalink

class SecureTrie extends AbstractEthSecureTrie[SecureTrie]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecureTrie
  2. AbstractEthSecureTrie
  3. AbstractEthTrie
  4. EmbeddableEthStylePMTrie
  5. PMTrie
  6. Trie
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecureTrie(testdb: Db = new Db, rootHash: EthHash = EmptyTrieHash)

    Permalink

Type Members

  1. type Branch = trie.EmbeddableEthStylePMTrie.Branch[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  2. type Database = trie.EmbeddableEthStylePMTrie.Database[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  3. type Extension = trie.EmbeddableEthStylePMTrie.Extension[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  4. type Leaf = trie.EmbeddableEthStylePMTrie.Leaf[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  5. type Node = trie.EmbeddableEthStylePMTrie.Node[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  6. type NodeSource = trie.EmbeddableEthStylePMTrie.NodeSource[Nibble, Seq[Byte], EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  7. sealed trait Path extends AnyRef

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  8. type Subkey = IndexedSeq[Nibble]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val Branch: trie.EmbeddableEthStylePMTrie.Branch.type

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  5. val EmptyBranchChildren: IndexedSeq[Empty.type]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  6. def EmptyHash: EthHash

    Permalink
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  7. val EmptySubkey: IndexedSeq[Nibble]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  8. val Extension: trie.EmbeddableEthStylePMTrie.Extension.type

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  9. val Leaf: trie.EmbeddableEthStylePMTrie.Leaf.type

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  10. object Path

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  11. val RootHash: EthHash

    Permalink
    Definition Classes
    EmbeddableEthStylePMTriePMTrie
  12. lazy val RootNode: trie.EmbeddableEthStylePMTrie.Database.Node

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  13. lazy val RootSource: Product with Serializable with trie.EmbeddableEthStylePMTrie.NodeSource[Nothing, Nothing, EthHash] with Defaults

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  14. val alphabet: IndexedSeq[Nibble]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  15. val alphabetLen: Int

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  16. def apply(key: Subkey): Option[Seq[Byte]]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrieTrie
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def captureTrieDump: String

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. val db: Database

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  21. def dumpTrie: Unit

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  22. val earlyInit: EarlyInit[Nibble, Seq[Byte], EthHash]

    Permalink

    define in an early initializer!

    define in an early initializer!

    Definition Classes
    AbstractEthTrieEmbeddableEthStylePMTrie
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def excluding(key: IndexedSeq[Nibble]): SecureTrie

    Permalink
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def including(key: IndexedSeq[Nibble], value: Seq[Byte]): SecureTrie

    Permalink
  29. def instantiateSuccessor(newRootHash: EthHash): SecureTrie

    Permalink

    all nodes in the updated path will already have been persisted before this method is called.

    all nodes in the updated path will already have been persisted before this method is called.

    Definition Classes
    SecureTrieEmbeddableEthStylePMTrie
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def path(key: Subkey): Path

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  35. def persist(updated: UpdatedPath): Option[EthHash]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  36. val self: SecureTrie

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  37. def subkeys(branch: Branch): Seq[Nibble]

    Permalink
    Definition Classes
    EmbeddableEthStylePMTrie
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def xformKey(key: IndexedSeq[Nibble]): IndexedSeq[Nibble]

    Permalink
    Definition Classes
    AbstractEthSecureTrie

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AbstractEthTrie[SecureTrie]

Inherited from EmbeddableEthStylePMTrie[Nibble, Seq[Byte], EthHash, SecureTrie]

Inherited from PMTrie[Nibble, Seq[Byte], EthHash, SecureTrie]

Inherited from trie.Trie[Nibble, Seq[Byte], SecureTrie]

Inherited from AnyRef

Inherited from Any

Ungrouped