class io.vertx.ext.dropwizard.impl.HttpClientReporter extends io.vertx.ext.dropwizard.impl.HttpMetricsImpl
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.ext.dropwizard.impl.HttpClientReporter
super_class: io.vertx.ext.dropwizard.impl.HttpMetricsImpl
{
int totalMaxPoolSize;
descriptor: I
flags: (0x0000)
public void <init>(com.codahale.metrics.MetricRegistry, java.lang.String, io.vertx.core.net.SocketAddress);
descriptor: (Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;Lio/vertx/core/net/SocketAddress;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial io.vertx.ext.dropwizard.impl.HttpMetricsImpl.<init>:(Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;Lio/vertx/core/net/SocketAddress;)V
1: aload 0
aload 0
invokedynamic getValue(Lio/vertx/ext/dropwizard/impl/HttpClientReporter;)Lcom/codahale/metrics/Gauge;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()Ljava/lang/Object;
io/vertx/ext/dropwizard/impl/HttpClientReporter.lambda$0()Ljava/lang/Integer; (7)
()Ljava/lang/Integer;
iconst_2
anewarray java.lang.String
dup
iconst_0
ldc "connections"
aastore
dup
iconst_1
ldc "max-pool-size"
aastore
invokevirtual io.vertx.ext.dropwizard.impl.HttpClientReporter.gauge:(Lcom/codahale/metrics/Gauge;[Ljava/lang/String;)Lcom/codahale/metrics/Gauge;
pop
2: new io.vertx.ext.dropwizard.impl.HttpClientReporter$1
dup
aload 0
invokespecial io.vertx.ext.dropwizard.impl.HttpClientReporter$1.<init>:(Lio/vertx/ext/dropwizard/impl/HttpClientReporter;)V
astore 4
start local 4 3: aload 0
aload 4
iconst_2
anewarray java.lang.String
dup
iconst_0
ldc "connections"
aastore
dup
iconst_1
ldc "pool-ratio"
aastore
invokevirtual io.vertx.ext.dropwizard.impl.HttpClientReporter.gauge:(Lcom/codahale/metrics/Gauge;[Ljava/lang/String;)Lcom/codahale/metrics/Gauge;
pop
4: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
0 5 1 registry Lcom/codahale/metrics/MetricRegistry;
0 5 2 baseName Ljava/lang/String;
0 5 3 localAdress Lio/vertx/core/net/SocketAddress;
3 5 4 gauge Lcom/codahale/metrics/RatioGauge;
MethodParameters:
Name Flags
registry
baseName
localAdress
void incMaxPoolSize(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
iload 1
iadd
putfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
0 2 1 maxPoolSize I
MethodParameters:
Name Flags
maxPoolSize
boolean decMaxPoolSize(int);
descriptor: (I)Z
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
dup
getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
iload 1
isub
putfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
1: aload 0
getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
ifne 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
0 3 1 maxPoolSize I
MethodParameters:
Name Flags
maxPoolSize
private java.lang.Integer lambda$0();
descriptor: ()Ljava/lang/Integer;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.dropwizard.impl.HttpClientReporter.totalMaxPoolSize:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/dropwizard/impl/HttpClientReporter;
}
SourceFile: "HttpClientReporter.java"
NestMembers:
io.vertx.ext.dropwizard.impl.HttpClientReporter$1
InnerClasses:
io.vertx.ext.dropwizard.impl.HttpClientReporter$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles