public final class io.vertx.core.impl.VertxThread extends io.netty.util.concurrent.FastThreadLocalThread implements io.vertx.core.impl.BlockedThreadChecker$Task
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.impl.VertxThread
  super_class: io.netty.util.concurrent.FastThreadLocalThread
{
  private final boolean worker;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long maxExecTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.TimeUnit maxExecTimeUnit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long execStart;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.impl.ContextImpl context;
    descriptor: Lio/vertx/core/impl/ContextImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Runnable, java.lang.String, boolean, long, java.util.concurrent.TimeUnit);
    descriptor: (Ljava/lang/Runnable;Ljava/lang/String;ZJLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // io.vertx.core.impl.VertxThread this
        start local 1 // java.lang.Runnable target
        start local 2 // java.lang.String name
        start local 3 // boolean worker
        start local 4 // long maxExecTime
        start local 6 // java.util.concurrent.TimeUnit maxExecTimeUnit
         0: .line 30
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* name */
            invokespecial io.netty.util.concurrent.FastThreadLocalThread.<init>:(Ljava/lang/Runnable;Ljava/lang/String;)V
         1: .line 31
            aload 0 /* this */
            iload 3 /* worker */
            putfield io.vertx.core.impl.VertxThread.worker:Z
         2: .line 32
            aload 0 /* this */
            lload 4 /* maxExecTime */
            putfield io.vertx.core.impl.VertxThread.maxExecTime:J
         3: .line 33
            aload 0 /* this */
            aload 6 /* maxExecTimeUnit */
            putfield io.vertx.core.impl.VertxThread.maxExecTimeUnit:Ljava/util/concurrent/TimeUnit;
         4: .line 34
            return
        end local 6 // java.util.concurrent.TimeUnit maxExecTimeUnit
        end local 4 // long maxExecTime
        end local 3 // boolean worker
        end local 2 // java.lang.String name
        end local 1 // java.lang.Runnable target
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/vertx/core/impl/VertxThread;
            0    5     1           target  Ljava/lang/Runnable;
            0    5     2             name  Ljava/lang/String;
            0    5     3           worker  Z
            0    5     4      maxExecTime  J
            0    5     6  maxExecTimeUnit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
                 Name  Flags
      target           
      name             
      worker           
      maxExecTime      
      maxExecTimeUnit  

  io.vertx.core.impl.ContextImpl getContext();
    descriptor: ()Lio/vertx/core/impl/ContextImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 37
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextImpl;
            areturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  void setContext(io.vertx.core.impl.ContextImpl);
    descriptor: (Lio/vertx/core/impl/ContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.impl.VertxThread this
        start local 1 // io.vertx.core.impl.ContextImpl context
         0: .line 41
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.core.impl.VertxThread.context:Lio/vertx/core/impl/ContextImpl;
         1: .line 42
            return
        end local 1 // io.vertx.core.impl.ContextImpl context
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/impl/VertxThread;
            0    2     1  context  Lio/vertx/core/impl/ContextImpl;
    MethodParameters:
         Name  Flags
      context  

  public final void executeStart();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 45
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            putfield io.vertx.core.impl.VertxThread.execStart:J
         1: .line 46
            return
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/VertxThread;

  public final void executeEnd();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 49
            aload 0 /* this */
            lconst_0
            putfield io.vertx.core.impl.VertxThread.execStart:J
         1: .line 50
            return
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/impl/VertxThread;

  public long startTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.execStart:J
            lreturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public boolean isWorker();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.worker:Z
            ireturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public long maxExecTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 61
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.maxExecTime:J
            lreturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;

  public java.util.concurrent.TimeUnit maxExecTimeUnit();
    descriptor: ()Ljava/util/concurrent/TimeUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.impl.VertxThread this
         0: .line 65
            aload 0 /* this */
            getfield io.vertx.core.impl.VertxThread.maxExecTimeUnit:Ljava/util/concurrent/TimeUnit;
            areturn
        end local 0 // io.vertx.core.impl.VertxThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/impl/VertxThread;
}
SourceFile: "VertxThread.java"
InnerClasses:
  public abstract Task = io.vertx.core.impl.BlockedThreadChecker$Task of io.vertx.core.impl.BlockedThreadChecker