kamon.metric.instrument

HdrHistogram

Related Doc: package instrument

class HdrHistogram extends AtomicHistogram with Histogram with AtomicHistogramFieldsAccessor

This implementation is meant to be used for real time data collection where data snapshots are taken often over time. The collect(..) operation extracts all the recorded values from the histogram and resets the counts, but still leave it in a consistent state even in the case of concurrent modification while the snapshot is being taken.

Linear Supertypes
AtomicHistogramFieldsAccessor, Histogram, Instrument, AtomicHistogram, org.HdrHistogram.Histogram, AbstractHistogram, Serializable, AbstractHistogramBase, EncodableHistogram, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HdrHistogram
  2. AtomicHistogramFieldsAccessor
  3. Histogram
  4. Instrument
  5. AtomicHistogram
  6. Histogram
  7. AbstractHistogram
  8. Serializable
  9. AbstractHistogramBase
  10. EncodableHistogram
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HdrHistogram(dynamicRange: DynamicRange)

Type Members

  1. class AllValues extends Iterable[HistogramIterationValue]

    Definition Classes
    AbstractHistogram
  2. class LinearBucketValues extends Iterable[HistogramIterationValue]

    Definition Classes
    AbstractHistogram
  3. class LogarithmicBucketValues extends Iterable[HistogramIterationValue]

    Definition Classes
    AbstractHistogram
  4. class Percentiles extends Iterable[HistogramIterationValue]

    Definition Classes
    AbstractHistogram
  5. class RecordedValues extends Iterable[HistogramIterationValue]

    Definition Classes
    AbstractHistogram
  6. type SnapshotType = Snapshot

    Definition Classes
    Histogram → Instrument

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 add(arg0: AbstractHistogram): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  5. def addWhileCorrectingForCoordinatedOmission(arg0: AbstractHistogram, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
  6. def allValues(): AllValues

    Definition Classes
    AbstractHistogram
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cleanup: Unit

    Definition Classes
    HdrHistogram → Instrument
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect(context: CollectionContext): Snapshot

    Definition Classes
    HdrHistogram → Instrument
  11. def copy(): AtomicHistogram

    Definition Classes
    AtomicHistogram → Histogram → AbstractHistogram
  12. def copyCorrectedForCoordinatedOmission(arg0: Long): AtomicHistogram

    Definition Classes
    AtomicHistogram → Histogram → AbstractHistogram
  13. def copyInto(arg0: AbstractHistogram): Unit

    Definition Classes
    AbstractHistogram
  14. def copyIntoCorrectedForCoordinatedOmission(arg0: AbstractHistogram, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
  15. def countsArray(): AtomicLongArray

  16. def encodeIntoByteBuffer(arg0: ByteBuffer): Int

    Definition Classes
    AbstractHistogram
  17. def encodeIntoCompressedByteBuffer(arg0: ByteBuffer): Int

    Definition Classes
    AbstractHistogram
  18. def encodeIntoCompressedByteBuffer(arg0: ByteBuffer, arg1: Int): Int

    Definition Classes
    AbstractHistogram → EncodableHistogram
  19. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Definition Classes
    AbstractHistogram → AnyRef → Any
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def getCountAtValue(arg0: Long): Long

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  24. def getCountBetweenValues(arg0: Long, arg1: Long): Long

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  25. def getCounts: Int

  26. def getEndTimeStamp(): Long

    Definition Classes
    AbstractHistogram → EncodableHistogram
  27. def getEstimatedFootprintInBytes(): Int

    Definition Classes
    AbstractHistogram
  28. def getHighestTrackableValue(): Long

    Definition Classes
    AbstractHistogram
  29. def getLowestDiscernibleValue(): Long

    Definition Classes
    AbstractHistogram
  30. def getMaxValue(): Long

    Definition Classes
    AbstractHistogram
  31. def getMaxValueAsDouble(): Double

    Definition Classes
    AbstractHistogram → EncodableHistogram
  32. def getMean(): Double

    Definition Classes
    AbstractHistogram
  33. def getMinNonZeroValue(): Long

    Definition Classes
    AbstractHistogram
  34. def getMinValue(): Long

    Definition Classes
    AbstractHistogram
  35. def getNeededByteBufferCapacity(): Int

    Definition Classes
    AbstractHistogram → EncodableHistogram
  36. def getNumberOfSignificantValueDigits(): Int

    Definition Classes
    AbstractHistogram
  37. def getPercentileAtOrBelowValue(arg0: Long): Double

    Definition Classes
    AbstractHistogram
  38. def getStartTimeStamp(): Long

    Definition Classes
    AbstractHistogram → EncodableHistogram
  39. def getStdDeviation(): Double

    Definition Classes
    AbstractHistogram
  40. def getTotalCount(): Long

    Definition Classes
    AtomicHistogram → Histogram → AbstractHistogram
  41. def getValueAtPercentile(arg0: Double): Long

    Definition Classes
    AbstractHistogram
  42. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  43. def highestEquivalentValue(arg0: Long): Long

    Definition Classes
    AbstractHistogram
  44. def isAutoResize(): Boolean

    Definition Classes
    AbstractHistogram
  45. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  46. def linearBucketValues(arg0: Long): LinearBucketValues

    Definition Classes
    AbstractHistogram
  47. def logarithmicBucketValues(arg0: Long, arg1: Double): LogarithmicBucketValues

    Definition Classes
    AbstractHistogram
  48. def lowestEquivalentValue(arg0: Long): Long

    Definition Classes
    AbstractHistogram
  49. def medianEquivalentValue(arg0: Long): Long

    Definition Classes
    AbstractHistogram
  50. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  51. def nextNonEquivalentValue(arg0: Long): Long

    Definition Classes
    AbstractHistogram
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. def outputPercentileDistribution(arg0: PrintStream, arg1: Int, arg2: Double, arg3: Boolean): Unit

    Definition Classes
    AbstractHistogram
  55. def outputPercentileDistribution(arg0: PrintStream, arg1: Int, arg2: Double): Unit

    Definition Classes
    AbstractHistogram
  56. def outputPercentileDistribution(arg0: PrintStream, arg1: Double): Unit

    Definition Classes
    AbstractHistogram
  57. def percentiles(arg0: Int): Percentiles

    Definition Classes
    AbstractHistogram
  58. def record(value: Long, count: Long): Unit

    Definition Classes
    HdrHistogramHistogram
  59. def record(value: Long): Unit

    Definition Classes
    HdrHistogramHistogram
  60. def recordValue(arg0: Long): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  61. def recordValueWithCount(arg0: Long, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  62. def recordValueWithExpectedInterval(arg0: Long, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  63. def recordedValues(): RecordedValues

    Definition Classes
    AbstractHistogram
  64. def reset(): Unit

    Definition Classes
    AbstractHistogram
  65. def setAutoResize(arg0: Boolean): Unit

    Definition Classes
    AtomicHistogram → AbstractHistogram
  66. def setEndTimeStamp(arg0: Long): Unit

    Definition Classes
    AbstractHistogram → EncodableHistogram
  67. def setStartTimeStamp(arg0: Long): Unit

    Definition Classes
    AbstractHistogram → EncodableHistogram
  68. def shiftValuesLeft(arg0: Int): Unit

    Definition Classes
    AbstractHistogram
  69. def shiftValuesRight(arg0: Int): Unit

    Definition Classes
    AbstractHistogram
  70. def sizeOfEquivalentValueRange(arg0: Long): Long

    Definition Classes
    AbstractHistogram
  71. def subBucketHalfCount(): Int

  72. def subBucketHalfCountMagnitude(): Int

  73. def subtract(arg0: AbstractHistogram): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... ) @throws( ... )
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def toString(): String

    Definition Classes
    AnyRef → Any
  76. def unitMagnitude(): Int

  77. def valuesAreEquivalent(arg0: Long, arg1: Long): Boolean

    Definition Classes
    AbstractHistogram
  78. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def recordValue(arg0: Long, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Histogram

Inherited from Instrument

Inherited from AtomicHistogram

Inherited from org.HdrHistogram.Histogram

Inherited from AbstractHistogram

Inherited from Serializable

Inherited from AbstractHistogramBase

Inherited from EncodableHistogram

Inherited from AnyRef

Inherited from Any

Ungrouped