Packages

final case class Actions(creates: Int, consumingExercisesByCid: Int, nonconsumingExercisesByCid: Int, consumingExercisesByKey: Int, nonconsumingExercisesByKey: Int, fetchesByCid: Int, fetchesByKey: Int, lookupsByKey: Int) extends Product with Serializable

Container for transaction statistics.

creates

number of creates nodes,

consumingExercisesByCid

number of consuming exercises by contract ID nodes,

nonconsumingExercisesByCid

number of non-consuming Exercises by contract ID nodes,

consumingExercisesByKey

number of consuming exercise by contract key nodes,

nonconsumingExercisesByKey

number of non-consuming exercise by key nodes,

fetchesByCid

number of fetch by contract ID nodes,

fetchesByKey

number of fetch by key nodes,

lookupsByKey

number of lookup by key nodes,

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Actions
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Actions(creates: Int, consumingExercisesByCid: Int, nonconsumingExercisesByCid: Int, consumingExercisesByKey: Int, nonconsumingExercisesByKey: Int, fetchesByCid: Int, fetchesByKey: Int, lookupsByKey: Int)

    creates

    number of creates nodes,

    consumingExercisesByCid

    number of consuming exercises by contract ID nodes,

    nonconsumingExercisesByCid

    number of non-consuming Exercises by contract ID nodes,

    consumingExercisesByKey

    number of consuming exercise by contract key nodes,

    nonconsumingExercisesByKey

    number of non-consuming exercise by key nodes,

    fetchesByCid

    number of fetch by contract ID nodes,

    fetchesByKey

    number of fetch by key nodes,

    lookupsByKey

    number of lookup by key nodes,

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(that: Actions): Actions
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def actions: Int
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def byKeys: Int
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. def consumingExercises: Int
  10. val consumingExercisesByCid: Int
  11. val consumingExercisesByKey: Int
  12. val creates: Int
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def exercises: Int
  15. def exercisesByCid: Int
  16. def exercisesByKey: Int
  17. def fetches: Int
  18. val fetchesByCid: Int
  19. val fetchesByKey: Int
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val lookupsByKey: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nonconsumingExercises: Int
  25. val nonconsumingExercisesByCid: Int
  26. val nonconsumingExercisesByKey: Int
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped