Packages

final case class HistogramProto(min: Double = 0.0, max: Double = 0.0, num: Double = 0.0, sum: Double = 0.0, sumSquares: Double = 0.0, bucketLimit: Seq[Double] = _root_.scala.Seq.empty, bucket: Seq[Double] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[HistogramProto] with Product with Serializable

Serialization format for histogram module in core/lib/histogram/histogram.h

bucketLimit

Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)

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

Instance Constructors

  1. new HistogramProto(min: Double = 0.0, max: Double = 0.0, num: Double = 0.0, sum: Double = 0.0, sumSquares: Double = 0.0, bucketLimit: Seq[Double] = _root_.scala.Seq.empty, bucket: Seq[Double] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...)

    bucketLimit

    Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)

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 addAllBucket(__vs: Iterable[Double]): HistogramProto
  5. def addAllBucketLimit(__vs: Iterable[Double]): HistogramProto
  6. def addBucket(__vs: Double*): HistogramProto
  7. def addBucketLimit(__vs: Double*): HistogramProto
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bucket: Seq[Double]
  10. val bucketLimit: Seq[Double]
  11. def clearBucket: HistogramProto
  12. def clearBucketLimit: HistogramProto
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def companion: HistogramProto.type
    Definition Classes
    HistogramProto → GeneratedMessage
  15. def discardUnknownFields: HistogramProto
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    HistogramProto → GeneratedMessage
  19. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    HistogramProto → GeneratedMessage
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val max: Double
  22. val min: Double
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val num: Double
  27. def serializedSize: Int
    Definition Classes
    HistogramProto → GeneratedMessage
  28. val sum: Double
  29. val sumSquares: Double
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    HistogramProto → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[HistogramProto, HistogramProto]) ⇒ Mutation[HistogramProto]*): HistogramProto
    Definition Classes
    Updatable
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withBucket(__v: Seq[Double]): HistogramProto
  41. def withBucketLimit(__v: Seq[Double]): HistogramProto
  42. def withMax(__v: Double): HistogramProto
  43. def withMin(__v: Double): HistogramProto
  44. def withNum(__v: Double): HistogramProto
  45. def withSum(__v: Double): HistogramProto
  46. def withSumSquares(__v: Double): HistogramProto
  47. def withUnknownFields(__v: UnknownFieldSet): HistogramProto
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    HistogramProto → GeneratedMessage
  50. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

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

Inherited from Updatable[HistogramProto]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped