Packages

implicit class NodeExecStatsLens[UpperPB] extends ObjectLens[UpperPB, NodeExecStats]

Linear Supertypes
ObjectLens[UpperPB, NodeExecStats], Lens[UpperPB, NodeExecStats], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeExecStatsLens
  2. ObjectLens
  3. Lens
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NodeExecStatsLens(_l: Lens[UpperPB, NodeExecStats])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: NodeExecStats): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def allEndRelMicros: Lens[UpperPB, Long]
  6. def allEndRelNanos: Lens[UpperPB, Long]
  7. def allStartMicros: Lens[UpperPB, Long]
  8. def allStartNanos: Lens[UpperPB, Long]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def compose[B](other: Lens[NodeExecStats, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def field[A](getter: (NodeExecStats) ⇒ A)(setter: (NodeExecStats, A) ⇒ NodeExecStats): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  15. def field[A](lens: Lens[NodeExecStats, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  16. def get(u: UpperPB): NodeExecStats
    Definition Classes
    ObjectLens → Lens
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def memory: Lens[UpperPB, Seq[AllocatorMemoryUsed]]
  21. def memoryStats: Lens[UpperPB, MemoryStats]
  22. def modify(f: (NodeExecStats) ⇒ NodeExecStats): Mutation[UpperPB]
    Definition Classes
    Lens
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nodeName: Lens[UpperPB, String]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def opEndRelMicros: Lens[UpperPB, Long]
  28. def opEndRelNanos: Lens[UpperPB, Long]
  29. def opStartRelMicros: Lens[UpperPB, Long]
  30. def opStartRelNanos: Lens[UpperPB, Long]
  31. def optionalMemoryStats: Lens[UpperPB, Option[MemoryStats]]
  32. def output: Lens[UpperPB, Seq[NodeOutput]]
  33. def referencedTensor: Lens[UpperPB, Seq[AllocationDescription]]
  34. def scheduledMicros: Lens[UpperPB, Long]
  35. def scheduledNanos: Lens[UpperPB, Long]
  36. def set(c: NodeExecStats): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  37. def setIfDefined(aOpt: Option[NodeExecStats]): Mutation[UpperPB]
    Definition Classes
    Lens
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def threadId: Lens[UpperPB, Int]
  40. def timelineLabel: Lens[UpperPB, String]
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def update(ms: (Lens[NodeExecStats, NodeExecStats]) ⇒ Mutation[NodeExecStats]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (NodeExecStats, B)]
    Definition Classes
    Lens

Deprecated Value Members

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

Inherited from ObjectLens[UpperPB, NodeExecStats]

Inherited from Lens[UpperPB, NodeExecStats]

Inherited from AnyRef

Inherited from Any

Ungrouped