class com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker implements com.zaxxer.hikari.metrics.IMetricsTracker
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker
  super_class: java.lang.Object
{
  private static final Counter CONNECTION_TIMEOUT_COUNTER;
    descriptor: LCounter;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Histogram ELAPSED_ACQUIRED_HISTOGRAM;
    descriptor: LHistogram;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Histogram ELAPSED_BORROWED_HISTOGRAM;
    descriptor: LHistogram;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final Histogram ELAPSED_CREATION_HISTOGRAM;
    descriptor: LHistogram;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final Counter.Child connectionTimeoutCounterChild;
    descriptor: LCounter/Child;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Histogram.Child elapsedAcquiredHistogramChild;
    descriptor: LHistogram/Child;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Histogram.Child elapsedBorrowedHistogramChild;
    descriptor: LHistogram/Child;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Histogram.Child elapsedCreationHistogramChild;
    descriptor: LHistogram/Child;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static Histogram registerHistogram(java.lang.String, java.lang.String, double);
    descriptor: (Ljava/lang/String;Ljava/lang/String;D)LHistogram;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
             Name  Flags
      name         
      help         
      bucketStart  

  void <init>(java.lang.String, CollectorRegistry);
    descriptor: (Ljava/lang/String;LCollectorRegistry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.prometheus cannot be resolved\n\tThe import io.prometheus cannot be resolved\n\tThe import io.prometheus cannot be resolved\n\tCounter cannot be resolved to a type\n\tCounter cannot be resolved\n\tHistogram cannot be resolved to a type\n\tThe method registerHistogram(String, String, double) from the type PrometheusHistogramMetricsTracker refers to the missing type Histogram\n\tHistogram cannot be resolved to a type\n\tThe method registerHistogram(String, String, double) from the type PrometheusHistogramMetricsTracker refers to the missing type Histogram\n\tHistogram cannot be resolved to a type\n\tThe method registerHistogram(String, String, double) from the type PrometheusHistogramMetricsTracker refers to the missing type Histogram\n\tCounter cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n\tChild cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
    MethodParameters:
                   Name  Flags
      poolName           
      collectorRegistry  

  void registerMetrics(CollectorRegistry);
    descriptor: (LCollectorRegistry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCollectorRegistry cannot be resolved to a type\n\tCounter cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n\tHistogram cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
    MethodParameters:
                   Name  Flags
      collectorRegistry  

  public void recordConnectionAcquiredNanos(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
    MethodParameters:
                      Name  Flags
      elapsedAcquiredNanos  

  public void recordConnectionUsageMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 85
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
    MethodParameters:
                       Name  Flags
      elapsedBorrowedMillis  

  public void recordConnectionCreatedMillis(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
    MethodParameters:
                         Name  Flags
      connectionCreatedMillis  

  public void recordConnectionTimeout();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tChild cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTracker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTracker;
}
SourceFile: "PrometheusHistogramMetricsTracker.java"