class io.vertx.core.impl.MultiThreadedWorkerContext extends io.vertx.core.impl.WorkerContext
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.impl.MultiThreadedWorkerContext
super_class: io.vertx.core.impl.WorkerContext
{
void <init>(io.vertx.core.impl.VertxInternal, io.vertx.core.impl.WorkerPool, io.vertx.core.impl.WorkerPool, java.lang.String, io.vertx.core.json.JsonObject, java.lang.ClassLoader);
descriptor: (Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
flags: (0x0000)
Code:
stack=7, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokespecial io.vertx.core.impl.WorkerContext.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/impl/WorkerPool;Lio/vertx/core/impl/WorkerPool;Ljava/lang/String;Lio/vertx/core/json/JsonObject;Ljava/lang/ClassLoader;)V
1: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/MultiThreadedWorkerContext;
0 2 1 vertx Lio/vertx/core/impl/VertxInternal;
0 2 2 internalBlockingPool Lio/vertx/core/impl/WorkerPool;
0 2 3 workerPool Lio/vertx/core/impl/WorkerPool;
0 2 4 deploymentID Ljava/lang/String;
0 2 5 config Lio/vertx/core/json/JsonObject;
0 2 6 tccl Ljava/lang/ClassLoader;
MethodParameters:
Name Flags
vertx
internalBlockingPool
workerPool
deploymentID
config
tccl
<T> void execute(T, io.vertx.core.Handler<T>);
descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.core.impl.MultiThreadedWorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
invokevirtual io.vertx.core.impl.WorkerPool.executor:()Ljava/util/concurrent/ExecutorService;
aload 0
aload 1
aload 2
aload 0
getfield io.vertx.core.impl.MultiThreadedWorkerContext.workerPool:Lio/vertx/core/impl/WorkerPool;
invokevirtual io.vertx.core.impl.WorkerPool.metrics:()Lio/vertx/core/spi/metrics/PoolMetrics;
invokevirtual io.vertx.core.impl.MultiThreadedWorkerContext.wrapTask:(Ljava/lang/Object;Lio/vertx/core/Handler;Lio/vertx/core/spi/metrics/PoolMetrics;)Ljava/lang/Runnable;
invokeinterface java.util.concurrent.ExecutorService.execute:(Ljava/lang/Runnable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/impl/MultiThreadedWorkerContext;
0 2 1 value TT;
0 2 2 task Lio/vertx/core/Handler<TT;>;
Signature: <T:Ljava/lang/Object;>(TT;Lio/vertx/core/Handler<TT;>;)V
MethodParameters:
Name Flags
value
task
public boolean isMultiThreadedWorkerContext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/impl/MultiThreadedWorkerContext;
}
SourceFile: "MultiThreadedWorkerContext.java"