public class com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory implements com.zaxxer.hikari.metrics.MetricsTrackerFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory
super_class: java.lang.Object
{
private static final java.util.Map<CollectorRegistry, com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory$RegistrationStatus> registrationStatuses;
descriptor: Ljava/util/Map;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Ljava/util/Map<LCollectorRegistry;Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory$RegistrationStatus;>;
private final com.zaxxer.hikari.metrics.prometheus.HikariCPCollector collector;
descriptor: Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final CollectorRegistry collectorRegistry;
descriptor: LCollectorRegistry;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: 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\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a variable\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollector cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory;
public void <init>(CollectorRegistry);
descriptor: (LCollectorRegistry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: 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\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a variable\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollector cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory;
MethodParameters:
Name Flags
collectorRegistry
public com.zaxxer.hikari.metrics.IMetricsTracker create(java.lang.String, com.zaxxer.hikari.metrics.PoolStats);
descriptor: (Ljava/lang/String;Lcom/zaxxer/hikari/metrics/PoolStats;)Lcom/zaxxer/hikari/metrics/IMetricsTracker;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory;
MethodParameters:
Name Flags
poolName
poolStats
void registerCollector(Collector, CollectorRegistry);
descriptor: (LCollector;LCollectorRegistry;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tCollector cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/zaxxer/hikari/metrics/prometheus/PrometheusMetricsTrackerFactory;
MethodParameters:
Name Flags
collector
collectorRegistry
}
SourceFile: "PrometheusMetricsTrackerFactory.java"
NestMembers:
com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory$RegistrationStatus
InnerClasses:
public final RegistrationStatus = com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory$RegistrationStatus of com.zaxxer.hikari.metrics.prometheus.PrometheusMetricsTrackerFactory