public class io.vertx.spi.cluster.zookeeper.impl.ZKLock
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.spi.cluster.zookeeper.impl.ZKLock
  super_class: java.lang.Object
{
  private static final Logger log;
    descriptor: LLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex lock;
    descriptor: Lorg/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex, java.util.concurrent.ExecutorService);
    descriptor: (Lorg/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex;Ljava/util/concurrent/ExecutorService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.vertx.core cannot be resolved\n\tThe import io.vertx.core cannot be resolved\n\tThe import io.vertx.core cannot be resolved\n\tLock cannot be resolved to a type\n\tLogger cannot be resolved to a type\n\tLoggerFactory cannot be resolved\n\tThe method release() of type ZKLock must override or implement a supertype method\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKLock;
    MethodParameters:
                 Name  Flags
      lock             
      lockReleaseExec  

  public org.apache.curator.framework.recipes.locks.InterProcessSemaphoreMutex getLock();
    descriptor: ()Lorg/apache/curator/framework/recipes/locks/InterProcessSemaphoreMutex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKLock;

  public void release();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
         0: .line 46
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method release() of type ZKLock must override or implement a supertype method\n\tLogger cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKLock this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKLock;
}
SourceFile: "ZKLock.java"