public class io.vertx.ext.dropwizard.impl.MetricsServiceImpl implements io.vertx.ext.dropwizard.MetricsService
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.dropwizard.impl.MetricsServiceImpl
super_class: java.lang.Object
{
private final io.vertx.core.Vertx vertx;
descriptor: Lio/vertx/core/Vertx;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.vertx.core.Vertx);
descriptor: (Lio/vertx/core/Vertx;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
0 3 1 vertx Lio/vertx/core/Vertx;
MethodParameters:
Name Flags
vertx
public java.lang.String getBaseName(io.vertx.core.metrics.Measured);
descriptor: (Lio/vertx/core/metrics/Measured;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.baseName:()Ljava/lang/String;
goto 3
StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: java.lang.String
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
0 4 1 measured Lio/vertx/core/metrics/Measured;
1 4 2 codahaleMetrics Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
MethodParameters:
Name Flags
measured
public io.vertx.core.json.JsonObject getMetricsSnapshot(io.vertx.core.metrics.Measured);
descriptor: (Lio/vertx/core/metrics/Measured;)Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.metrics:()Lio/vertx/core/json/JsonObject;
goto 3
StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.json.JsonObject
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
0 4 1 measured Lio/vertx/core/metrics/Measured;
1 4 2 codahaleMetrics Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
MethodParameters:
Name Flags
measured
public io.vertx.core.json.JsonObject getMetricsSnapshot(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
astore 2
start local 2 1: aload 2
ifnull 2
aload 2
aload 1
invokevirtual io.vertx.ext.dropwizard.impl.AbstractMetrics.metrics:(Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
goto 3
StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
StackMap stack:
2: aconst_null
StackMap locals:
StackMap stack: io.vertx.core.json.JsonObject
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
0 4 1 baseName Ljava/lang/String;
1 4 2 codahaleMetrics Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
MethodParameters:
Name Flags
baseName
public java.util.Set<java.lang.String> metricsNames();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.dropwizard.impl.MetricsServiceImpl.vertx:Lio/vertx/core/Vertx;
invokestatic io.vertx.ext.dropwizard.impl.AbstractMetrics.unwrap:(Lio/vertx/core/metrics/Measured;)Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
astore 1
start local 1 1: aload 1
ifnull 4
2: aload 1
getfield io.vertx.ext.dropwizard.impl.AbstractMetrics.registry:Lcom/codahale/metrics/MetricRegistry;
astore 2
start local 2 3: new java.util.HashSet
dup
aload 2
invokevirtual com.codahale.metrics.MetricRegistry.getMetrics:()Ljava/util/Map;
invokeinterface java.util.Map.keySet:()Ljava/util/Set;
invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
areturn
end local 2 4: StackMap locals: io.vertx.ext.dropwizard.impl.AbstractMetrics
StackMap stack:
invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/ext/dropwizard/impl/MetricsServiceImpl;
1 5 1 codahaleMetrics Lio/vertx/ext/dropwizard/impl/AbstractMetrics;
3 4 2 registry Lcom/codahale/metrics/MetricRegistry;
Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "MetricsServiceImpl.java"