public class org.apache.cassandra.metrics.ClearableHistogram extends com.codahale.metrics.Histogram
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.metrics.ClearableHistogram
  super_class: com.codahale.metrics.Histogram
{
  private final org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir reservoirRef;
    descriptor: Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir);
    descriptor: (Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.metrics.ClearableHistogram this
        start local 1 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir reservoir
         0: .line 38
            aload 0 /* this */
            aload 1 /* reservoir */
            invokespecial com.codahale.metrics.Histogram.<init>:(Lcom/codahale/metrics/Reservoir;)V
         1: .line 40
            aload 0 /* this */
            aload 1 /* reservoir */
            putfield org.apache.cassandra.metrics.ClearableHistogram.reservoirRef:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
         2: .line 41
            return
        end local 1 // org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir reservoir
        end local 0 // org.apache.cassandra.metrics.ClearableHistogram this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/cassandra/metrics/ClearableHistogram;
            0    3     1  reservoir  Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
    MethodParameters:
           Name  Flags
      reservoir  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.metrics.ClearableHistogram this
         0: .line 46
            aload 0 /* this */
            getfield org.apache.cassandra.metrics.ClearableHistogram.reservoirRef:Lorg/apache/cassandra/metrics/DecayingEstimatedHistogramReservoir;
            invokevirtual org.apache.cassandra.metrics.DecayingEstimatedHistogramReservoir.clear:()V
         1: .line 47
            return
        end local 0 // org.apache.cassandra.metrics.ClearableHistogram this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/cassandra/metrics/ClearableHistogram;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
}
SourceFile: "ClearableHistogram.java"