Class DoubleRecorder.InternalConcurrentDoubleHistogram

All Implemented Interfaces:
Serializable, DoubleValueRecorder
Enclosing class:
DoubleRecorder

private static class DoubleRecorder.InternalConcurrentDoubleHistogram extends ConcurrentDoubleHistogram
  • Field Details

    • containingInstanceId

      private final long containingInstanceId
  • Constructor Details

    • InternalConcurrentDoubleHistogram

      private InternalConcurrentDoubleHistogram(long id, int numberOfSignificantValueDigits)
    • InternalConcurrentDoubleHistogram

      private InternalConcurrentDoubleHistogram(long id, long highestToLowestValueRatio, int numberOfSignificantValueDigits)
    • InternalConcurrentDoubleHistogram

      private InternalConcurrentDoubleHistogram(DoubleRecorder.InternalConcurrentDoubleHistogram source)