public class io.vertx.core.impl.WorkerPool
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.impl.WorkerPool
super_class: java.lang.Object
{
private final java.util.concurrent.ExecutorService pool;
descriptor: Ljava/util/concurrent/ExecutorService;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.spi.metrics.PoolMetrics metrics;
descriptor: Lio/vertx/core/spi/metrics/PoolMetrics;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.util.concurrent.ExecutorService, io.vertx.core.spi.metrics.PoolMetrics);
descriptor: (Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.impl.WorkerPool.pool:Ljava/util/concurrent/ExecutorService;
2: aload 0
aload 2
putfield io.vertx.core.impl.WorkerPool.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/impl/WorkerPool;
0 4 1 pool Ljava/util/concurrent/ExecutorService;
0 4 2 metrics Lio/vertx/core/spi/metrics/PoolMetrics;
MethodParameters:
Name Flags
pool
metrics
java.util.concurrent.ExecutorService executor();
descriptor: ()Ljava/util/concurrent/ExecutorService;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.WorkerPool.pool:Ljava/util/concurrent/ExecutorService;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/WorkerPool;
io.vertx.core.spi.metrics.PoolMetrics metrics();
descriptor: ()Lio/vertx/core/spi/metrics/PoolMetrics;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.WorkerPool.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/WorkerPool;
void close();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.impl.WorkerPool.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
ifnull 2
1: aload 0
getfield io.vertx.core.impl.WorkerPool.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
invokeinterface io.vertx.core.spi.metrics.PoolMetrics.close:()V
2: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.core.impl.WorkerPool.pool:Ljava/util/concurrent/ExecutorService;
invokeinterface java.util.concurrent.ExecutorService.shutdownNow:()Ljava/util/List;
pop
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/vertx/core/impl/WorkerPool;
}
SourceFile: "WorkerPool.java"