public class io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap<K, V> extends io.vertx.spi.cluster.zookeeper.impl.ZKMap<K, V> implements AsyncMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap
  super_class: io.vertx.spi.cluster.zookeeper.impl.ZKMap
{
  public void <init>(Vertx, org.apache.curator.framework.CuratorFramework, java.lang.String);
    descriptor: (LVertx;Lorg/apache/curator/framework/CuratorFramework;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 18
            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\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\tAsyncMap cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tThe method get(K) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method put(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method put(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method put(K, V, long) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method put(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method putIfAbsent(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method putIfAbsent(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method putIfAbsent(K, V, long) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method putIfAbsent(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method remove(K) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method removeIfPresent(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method replace(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method replaceIfPresent(K, V, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method clear() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method delete(String, V) from the type ZKMap<K,V> refers to the missing type Future\n\tFuture cannot be resolved to a type\n\tThe method size() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tThe method keys() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tThe method values() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx cannot be resolved to a type\n\tFuture cannot be resolved to a type\n\tThe method entries() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    MethodParameters:
         Name  Flags
      vertx    
      curator  
      mapName  

  public Future<V> get(K);
    descriptor: (Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method get(K) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;)LFuture<TV;>;
    MethodParameters:
      Name  Flags
      k     

  public Future<java.lang.Void> put(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method put(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method put(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;)LFuture<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public Future<java.lang.Void> put(K, V, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method put(K, V, long) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method put(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;J)LFuture<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      k     
      v     
      ttl   

  private Future<java.lang.Void> put(K, V, java.util.Optional<java.lang.Long>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Optional;)LFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;Ljava/util/Optional<Ljava/lang/Long;>;)LFuture<Ljava/lang/Void;>;
    MethodParameters:
                 Name  Flags
      k                
      v                
      timeoutOptional  

  public Future<V> putIfAbsent(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 84
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method putIfAbsent(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method putIfAbsent(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;)LFuture<TV;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public Future<V> putIfAbsent(K, V, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;J)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method putIfAbsent(K, V, long) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method putIfAbsent(K, V, Optional<Long>) from the type ZKAsyncMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;J)LFuture<TV;>;
    MethodParameters:
      Name  Flags
      k     
      v     
      ttl   

  private Future<V> putIfAbsent(K, V, java.util.Optional<java.lang.Long>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Optional;)LFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;Ljava/util/Optional<Ljava/lang/Long;>;)LFuture<TV;>;
    MethodParameters:
                 Name  Flags
      k                
      v                
      timeoutOptional  

  public Future<V> remove(K);
    descriptor: (Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method remove(K) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;)LFuture<TV;>;
    MethodParameters:
      Name  Flags
      k     

  public Future<java.lang.Boolean> removeIfPresent(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 127
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method removeIfPresent(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;)LFuture<Ljava/lang/Boolean;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public Future<V> replace(K, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 149
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method replace(K, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyAndValueAreNotNull(Object, Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;)LFuture<TV;>;
    MethodParameters:
      Name  Flags
      k     
      v     

  public Future<java.lang.Boolean> replaceIfPresent(K, V, V);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 182
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method replaceIfPresent(K, V, V) of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method assertKeyIsNotNull(Object) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;TV;TV;)LFuture<Ljava/lang/Boolean;>;
    MethodParameters:
          Name  Flags
      k         
      oldValue  
      newValue  

  public Future<java.lang.Void> clear();
    descriptor: ()LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 216
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method clear() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tThe method delete(String, V) from the type ZKMap<K,V> refers to the missing type Future\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: ()LFuture<Ljava/lang/Void;>;

  public Future<java.lang.Integer> size();
    descriptor: ()LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 222
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method size() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: ()LFuture<Ljava/lang/Integer;>;

  public Future<java.util.Set<K>> keys();
    descriptor: ()LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 235
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method keys() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: ()LFuture<Ljava/util/Set<TK;>;>;

  public Future<java.util.List<V>> values();
    descriptor: ()LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 260
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method values() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: ()LFuture<Ljava/util/List<TV;>;>;

  public Future<java.util.Map<K, V>> entries();
    descriptor: ()LFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFuture cannot be resolved to a type\n\tThe method entries() of type ZKAsyncMap<K,V> must override or implement a supertype method\n\tPromise cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertxInternal cannot be resolved to a type\n\tVertx 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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: ()LFuture<Ljava/util/Map<TK;TV;>;>;

  java.lang.String keyPath(K);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 302
            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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
    Signature: (TK;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      k     

  private java.lang.String keyPathPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.zookeeper.impl.ZKAsyncMap this
         0: .line 310
            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.ZKAsyncMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/zookeeper/impl/ZKAsyncMap<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lio/vertx/spi/cluster/zookeeper/impl/ZKMap<TK;TV;>;LAsyncMap<TK;TV;>;
SourceFile: "ZKAsyncMap.java"