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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Actions
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(that: Actions): Actions
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def actions: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byKeys: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def consumingExercises: Int
- val consumingExercisesByCid: Int
- val consumingExercisesByKey: Int
- val creates: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def exercises: Int
- def exercisesByCid: Int
- def exercisesByKey: Int
- def fetches: Int
- val fetchesByCid: Int
- val fetchesByKey: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lookupsByKey: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonconsumingExercises: Int
- val nonconsumingExercisesByCid: Int
- val nonconsumingExercisesByKey: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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