Packages

final case class PhaseProfile(name: String = "", timers: Seq[Timer] = _root_.scala.collection.Seq.empty, counters: Seq[Counter] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[PhaseProfile] with Updatable[PhaseProfile] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[PhaseProfile], Message[PhaseProfile], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PhaseProfile
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PhaseProfile(name: String = "", timers: Seq[Timer] = _root_.scala.collection.Seq.empty, counters: Seq[Counter] = _root_.scala.collection.Seq.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllCounters(__vs: TraversableOnce[Counter]): PhaseProfile
  5. def addAllTimers(__vs: TraversableOnce[Timer]): PhaseProfile
  6. def addCounters(__vs: Counter*): PhaseProfile
  7. def addTimers(__vs: Timer*): PhaseProfile
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearCounters: PhaseProfile
  10. def clearTimers: PhaseProfile
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def companion: PhaseProfile.type
    Definition Classes
    PhaseProfile → GeneratedMessage
  13. val counters: Seq[Counter]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PhaseProfile → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PhaseProfile → GeneratedMessage
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def mergeFrom(_input__: CodedInputStream): PhaseProfile
    Definition Classes
    PhaseProfile → Message
  21. val name: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def serializedSize: Int
    Definition Classes
    PhaseProfile → GeneratedMessage
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. val timers: Seq[Timer]
  28. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  29. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  30. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  31. def toString(): String
    Definition Classes
    PhaseProfile → AnyRef → Any
  32. def update(ms: (Lens[PhaseProfile, PhaseProfile]) ⇒ Mutation[PhaseProfile]*): PhaseProfile
    Definition Classes
    Updatable
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def withCounters(__v: Seq[Counter]): PhaseProfile
  37. def withName(__v: String): PhaseProfile
  38. def withTimers(__v: Seq[Timer]): PhaseProfile
  39. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  40. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PhaseProfile → GeneratedMessage
  41. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[PhaseProfile]

Inherited from Message[PhaseProfile]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped