class io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl implements io.vertx.core.shareddata.Counter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl
  super_class: java.lang.Object
{
  private final org.apache.ignite.IgniteAtomicLong cnt;
    descriptor: Lorg/apache/ignite/IgniteAtomicLong;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private void <init>(io.vertx.spi.cluster.ignite.IgniteClusterManager, org.apache.ignite.IgniteAtomicLong);
    descriptor: (Lio/vertx/spi/cluster/ignite/IgniteClusterManager;Lorg/apache/ignite/IgniteAtomicLong;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 2 // org.apache.ignite.IgniteAtomicLong cnt
         0: .line 464
            aload 0 /* this */
            aload 1
            putfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 465
            aload 0 /* this */
            aload 2 /* cnt */
            putfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
         2: .line 466
            return
        end local 2 // org.apache.ignite.IgniteAtomicLong cnt
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     2   cnt  Lorg/apache/ignite/IgniteAtomicLong;
    MethodParameters:
        Name  Flags
      this$0  final
      cnt     

  public io.vertx.core.Future<java.lang.Long> get();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
         0: .line 470
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;)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/ignite/IgniteClusterManager$CounterImpl.lambda$0(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  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=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 475
            aload 1 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 476
            aload 0 /* this */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.get:()Lio/vertx/core/Future;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 477
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1  handler  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
      handler  

  public io.vertx.core.Future<java.lang.Long> incrementAndGet();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
         0: .line 481
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;)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/ignite/IgniteClusterManager$CounterImpl.lambda$1(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  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=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 486
            aload 1 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 487
            aload 0 /* this */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.incrementAndGet:()Lio/vertx/core/Future;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 488
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1  handler  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
      handler  

  public io.vertx.core.Future<java.lang.Long> getAndIncrement();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
         0: .line 492
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;)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/ignite/IgniteClusterManager$CounterImpl.lambda$2(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  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=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 497
            aload 1 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 498
            aload 0 /* this */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.getAndIncrement:()Lio/vertx/core/Future;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 499
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1  handler  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
      handler  

  public io.vertx.core.Future<java.lang.Long> decrementAndGet();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
         0: .line 503
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;)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/ignite/IgniteClusterManager$CounterImpl.lambda$3(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Long;>;

  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=2, locals=2, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 508
            aload 1 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 509
            aload 0 /* this */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.decrementAndGet:()Lio/vertx/core/Future;
            aload 1 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 510
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1  handler  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
      handler  

  public io.vertx.core.Future<java.lang.Long> addAndGet(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long value
         0: .line 514
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            lload 1 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;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/ignite/IgniteClusterManager$CounterImpl.lambda$4(JLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    1     1  value  J
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
       Name  Flags
      value  

  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=3, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler handler
         0: .line 519
            aload 3 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 520
            aload 0 /* this */
            lload 1 /* value */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.addAndGet:(J)Lio/vertx/core/Future;
            aload 3 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 521
            return
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1    value  J
            0    3     3  handler  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    
      handler  

  public io.vertx.core.Future<java.lang.Long> getAndAdd(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long value
         0: .line 525
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            lload 1 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;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/ignite/IgniteClusterManager$CounterImpl.lambda$5(JLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    1     1  value  J
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Long;>;
    MethodParameters:
       Name  Flags
      value  

  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=3, locals=4, args_size=3
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long value
        start local 3 // io.vertx.core.Handler handler
         0: .line 530
            aload 3 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 531
            aload 0 /* this */
            lload 1 /* value */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.getAndAdd:(J)Lio/vertx/core/Future;
            aload 3 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 532
            return
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long value
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1    value  J
            0    3     3  handler  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    
      handler  

  public io.vertx.core.Future<java.lang.Boolean> compareAndSet(long, long);
    descriptor: (JJ)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long expected
        start local 3 // long value
         0: .line 536
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.this$0:Lio/vertx/spi/cluster/ignite/IgniteClusterManager;
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            lload 1 /* expected */
            lload 3 /* value */
            invokedynamic handle(Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;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/ignite/IgniteClusterManager$CounterImpl.lambda$6(JJLio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
            invokeinterface io.vertx.core.impl.VertxInternal.executeBlocking:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            areturn
        end local 3 // long value
        end local 1 // long expected
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    1     1  expected  J
            0    1     3     value  J
    Signature: (JJ)Lio/vertx/core/Future<Ljava/lang/Boolean;>;
    MethodParameters:
          Name  Flags
      expected  
      value     

  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=5, locals=6, args_size=4
        start local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // long expected
        start local 3 // long value
        start local 5 // io.vertx.core.Handler handler
         0: .line 541
            aload 5 /* handler */
            ldc "handler"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 542
            aload 0 /* this */
            lload 1 /* expected */
            lload 3 /* value */
            invokevirtual io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.compareAndSet:(JJ)Lio/vertx/core/Future;
            aload 5 /* handler */
            invokeinterface io.vertx.core.Future.onComplete:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 543
            return
        end local 5 // io.vertx.core.Handler handler
        end local 3 // long value
        end local 1 // long expected
        end local 0 // io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    3     1  expected  J
            0    3     3     value  J
            0    3     5   handler  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     
      handler   

  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.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Promise fut
         0: .line 470
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Promise fut
         0: .line 481
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Promise fut
         0: .line 492
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 1 // io.vertx.core.Promise fut
         0: .line 503
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 3 // io.vertx.core.Promise fut
         0: .line 514
            aload 3 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            lload 1
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 3 // io.vertx.core.Promise fut
         0: .line 525
            aload 3 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            lload 1
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            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.ignite.IgniteClusterManager$CounterImpl this
        start local 5 // io.vertx.core.Promise fut
         0: .line 536
            aload 5 /* fut */
            aload 0 /* this */
            getfield io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl.cnt:Lorg/apache/ignite/IgniteAtomicLong;
            lload 1
            lload 3
            invokeinterface org.apache.ignite.IgniteAtomicLong.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.ignite.IgniteClusterManager$CounterImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/spi/cluster/ignite/IgniteClusterManager$CounterImpl;
            0    1     5   fut  Lio/vertx/core/Promise<Ljava/lang/Boolean;>;
}
SourceFile: "IgniteClusterManager.java"
NestHost: io.vertx.spi.cluster.ignite.IgniteClusterManager
InnerClasses:
  private CounterImpl = io.vertx.spi.cluster.ignite.IgniteClusterManager$CounterImpl of io.vertx.spi.cluster.ignite.IgniteClusterManager
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles