class com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker$ConnectivityHealthCheck
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker$ConnectivityHealthCheck
super_class: java.lang.Object
{
private final com.zaxxer.hikari.pool.HikariPool pool;
descriptor: Lcom/zaxxer/hikari/pool/HikariPool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long checkTimeoutMs;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(com.zaxxer.hikari.pool.HikariPool, long);
descriptor: (Lcom/zaxxer/hikari/pool/HikariPool;J)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import com.codahale.metrics.health cannot be resolved\n\tThe import com.codahale.metrics.health cannot be resolved\n\tHealthCheckRegistry cannot be resolved to a type\n\tHealthCheck cannot be resolved to a type\n\tResult cannot be resolved to a type\n\tThe method check() of type CodahaleHealthChecker.ConnectivityHealthCheck must override or implement a supertype method\n\tResult cannot be resolved\n\tResult cannot be resolved\n\tHealthCheck cannot be resolved to a type\n\tResult cannot be resolved to a type\n\tThe method check() of type CodahaleHealthChecker.Connection99Percent must override or implement a supertype method\n\tResult cannot be resolved\n\tResult cannot be resolved\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/dropwizard/CodahaleHealthChecker$ConnectivityHealthCheck;
MethodParameters:
Name Flags
pool final
checkTimeoutMs final
protected Result check();
descriptor: ()LResult;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tResult cannot be resolved to a type\n\tThe method check() of type CodahaleHealthChecker.ConnectivityHealthCheck must override or implement a supertype method\n\tResult cannot be resolved\n\tResult cannot be resolved\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/dropwizard/CodahaleHealthChecker$ConnectivityHealthCheck;
Exceptions:
throws java.lang.Exception
}
SourceFile: "CodahaleHealthChecker.java"
NestHost: com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker
InnerClasses:
private ConnectivityHealthCheck = com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker$ConnectivityHealthCheck of com.zaxxer.hikari.metrics.dropwizard.CodahaleHealthChecker