class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter implements io.vertx.core.shareddata.Counter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter
  super_class: java.lang.Object
{
  private com.hazelcast.core.IAtomicLong atomicLong;
    descriptor: Lcom/hazelcast/core/IAtomicLong;
    flags: (0x0002) ACC_PRIVATE

  final io.vertx.spi.cluster.hazelcast.HazelcastClusterManager this$0;
    descriptor: Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.spi.cluster.hazelcast.HazelcastClusterManager, com.hazelcast.core.IAtomicLong);
    descriptor: (Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;Lcom/hazelcast/core/IAtomicLong;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 2 // com.hazelcast.core.IAtomicLong atomicLong
         0: .line 398
            aload 0 /* this */
            aload 1
            putfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 399
            aload 0 /* this */
            aload 2 /* atomicLong */
            putfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
         2: .line 400
            return
        end local 2 // com.hazelcast.core.IAtomicLong atomicLong
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     2  atomicLong  Lcom/hazelcast/core/IAtomicLong;
    MethodParameters:
            Name  Flags
      this$0      final
      atomicLong  

  public void get(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 404
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 405
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$0(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 406
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void incrementAndGet(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 410
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 411
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$1(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 412
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void getAndIncrement(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 416
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 417
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 418
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void decrementAndGet(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Handler resultHandler
         0: .line 422
            aload 1 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 423
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$3(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 1 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 424
            return
        end local 1 // io.vertx.core.Handler resultHandler
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      resultHandler  

  public void addAndGet(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 428
            aload 3 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 429
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            lload 1 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;J)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$4(JLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 430
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1          value  J
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      value          
      resultHandler  

  public void getAndAdd(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Long>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 434
            aload 3 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 435
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            lload 1 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;J)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$5(JLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 3 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 436
            return
        end local 3 // io.vertx.core.Handler resultHandler
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1          value  J
            0    3     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Long;>;>;)V
    MethodParameters:
               Name  Flags
      value          
      resultHandler  

  public void compareAndSet(long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Boolean>>);
    descriptor: (JJLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // long expected
        start local 3 // long value
        start local 5 // io.vertx.core.Handler resultHandler
         0: .line 440
            aload 5 /* resultHandler */
            ldc "resultHandler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 441
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.this$0:Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager;
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            lload 1 /* expected */
            lload 3 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;JJ)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter.lambda$6(JJLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            aload 5 /* resultHandler */
            invokeinterface io.vertx.core.Vertx.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         2: .line 442
            return
        end local 5 // io.vertx.core.Handler resultHandler
        end local 3 // long value
        end local 1 // long expected
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    3     1       expected  J
            0    3     3          value  J
            0    3     5  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;
    Signature: (JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Boolean;>;>;)V
    MethodParameters:
               Name  Flags
      expected       
      value          
      resultHandler  

  private void lambda$0(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Promise fut
         0: .line 405
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            invokeinterface com.hazelcast.core.IAtomicLong.get:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     1   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$1(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Promise fut
         0: .line 411
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            invokeinterface com.hazelcast.core.IAtomicLong.incrementAndGet:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     1   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$2(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Promise fut
         0: .line 417
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            invokeinterface com.hazelcast.core.IAtomicLong.getAndIncrement:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     1   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$3(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 1 // io.vertx.core.Promise fut
         0: .line 423
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            invokeinterface com.hazelcast.core.IAtomicLong.decrementAndGet:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     1   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$4(long, io.vertx.core.Promise);
    descriptor: (JLio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 3 // io.vertx.core.Promise fut
         0: .line 429
            aload 3 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            lload 1
            invokeinterface com.hazelcast.core.IAtomicLong.addAndGet:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 3 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     3   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$5(long, io.vertx.core.Promise);
    descriptor: (JLio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 3 // io.vertx.core.Promise fut
         0: .line 435
            aload 3 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            lload 1
            invokeinterface com.hazelcast.core.IAtomicLong.getAndAdd:(J)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 3 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     3   fut  Lio/vertx/core/Promise<Ljava/lang/Long;>;

  private void lambda$6(long, long, io.vertx.core.Promise);
    descriptor: (JJLio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
        start local 5 // io.vertx.core.Promise fut
         0: .line 441
            aload 5 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter.atomicLong:Lcom/hazelcast/core/IAtomicLong;
            lload 1
            lload 3
            invokeinterface com.hazelcast.core.IAtomicLong.compareAndSet:(JJ)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
            return
        end local 5 // io.vertx.core.Promise fut
        end local 0 // io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/hazelcast/HazelcastClusterManager$HazelcastCounter;
            0    1     5   fut  Lio/vertx/core/Promise<Ljava/lang/Boolean;>;
}
SourceFile: "HazelcastClusterManager.java"
NestHost: io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
InnerClasses:
  private HazelcastCounter = io.vertx.spi.cluster.hazelcast.HazelcastClusterManager$HazelcastCounter of io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles