org.HdrHistogram

SimpleHistogramExtension

abstract class SimpleHistogramExtension extends Histogram with HdrHistogramOps

Exposes package-private members of org.HdrHistogram.AtomicHistogram.

Linear Supertypes
HdrHistogramOps, Histogram, AbstractHistogram, Serializable, AbstractHistogramBase, EncodableHistogram, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleHistogramExtension
  2. HdrHistogramOps
  3. Histogram
  4. AbstractHistogram
  5. Serializable
  6. AbstractHistogramBase
  7. EncodableHistogram
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleHistogramExtension(dr: 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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(arg0: AbstractHistogram): Unit

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  7. def addToTotalCount(value: Long): Unit

    Definition Classes
    SimpleHistogramExtension → Histogram → AbstractHistogram
  8. def addWhileCorrectingForCoordinatedOmission(arg0: AbstractHistogram, arg1: Long): Unit

    Definition Classes
    AbstractHistogram
  9. def allValues(): AllValues

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

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def copy(): Histogram

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

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

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

    Definition Classes
    AbstractHistogram
  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. def getAndSetFromCountsArray(index: Int, newValue: Long): Long

  23. final def getClass(): Class[_]

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

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

    Definition Classes
    AbstractHistogram
    Annotations
    @throws( ... )
  26. def getCountsArraySize(): Int

  27. def getEndTimeStamp(): Long

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

    Definition Classes
    AbstractHistogram
  29. def getFromCountsArray(index: Int): Long

  30. def getHighestTrackableValue(): Long

    Definition Classes
    AbstractHistogram
  31. def getLowestDiscernibleValue(): Long

    Definition Classes
    AbstractHistogram
  32. def getMaxValue(): Long

    Definition Classes
    AbstractHistogram
  33. def getMaxValueAsDouble(): Double

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

    Definition Classes
    AbstractHistogram
  35. def getMinNonZeroValue(): Long

    Definition Classes
    AbstractHistogram
  36. def getMinValue(): Long

    Definition Classes
    AbstractHistogram
  37. def getNeededByteBufferCapacity(): Int

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

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

    Definition Classes
    AbstractHistogram
  40. def getStartTimeStamp(): Long

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

    Definition Classes
    AbstractHistogram
  42. def getTag(): String

    Definition Classes
    AbstractHistogram → EncodableHistogram
  43. def getTotalCount(): Long

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

    Definition Classes
    AbstractHistogram
  45. def hashCode(): Int

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

    Definition Classes
    AbstractHistogram
  47. def incrementTotalCount(): Unit

    Definition Classes
    SimpleHistogramExtension → Histogram → AbstractHistogram
  48. def isAutoResize(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractHistogram
  62. def protectedSubBucketHalfCount(): Int

  63. def protectedSubBucketHalfCountMagnitude(): Int

  64. def protectedUnitMagnitude(): Int

  65. def recordValue(arg0: Long): Unit

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

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

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

    Definition Classes
    AbstractHistogram
  69. def reset(): Unit

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

    Definition Classes
    AbstractHistogram
  71. def setEndTimeStamp(arg0: Long): Unit

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

    Definition Classes
    AbstractHistogram → EncodableHistogram
  73. def setTag(arg0: String): Unit

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

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

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

    Definition Classes
    AbstractHistogram
  77. def subtract(arg0: AbstractHistogram): Unit

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

    Definition Classes
    AnyRef
  79. def toString(): String

    Definition Classes
    AnyRef → Any
  80. def valuesAreEquivalent(arg0: Long, arg1: Long): Boolean

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. 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 HdrHistogramOps

Inherited from Histogram

Inherited from AbstractHistogram

Inherited from Serializable

Inherited from AbstractHistogramBase

Inherited from EncodableHistogram

Inherited from AnyRef

Inherited from Any

Ungrouped