public class io.vertx.cassandra.impl.CassandraClientImpl implements io.vertx.cassandra.CassandraClient
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.cassandra.impl.CassandraClientImpl
  super_class: java.lang.Object
{
  private static final java.lang.String HOLDERS_LOCAL_MAP_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "__vertx.cassandraClient.sessionHolders"

  final io.vertx.core.impl.VertxInternal vertx;
    descriptor: Lio/vertx/core/impl/VertxInternal;
    flags: (0x0010) ACC_FINAL

  private final java.lang.String clientName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.cassandra.CassandraClientOptions options;
    descriptor: Lio/vertx/cassandra/CassandraClientOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, io.vertx.cassandra.impl.SessionHolder> holders;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;>;

  private final io.vertx.core.impl.TaskQueue connectionQueue;
    descriptor: Lio/vertx/core/impl/TaskQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.datastax.driver.core.Session cachedSession;
    descriptor: Lcom/datastax/driver/core/Session;
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.vertx.core.Vertx, java.lang.String, io.vertx.cassandra.CassandraClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String clientName
        start local 3 // io.vertx.cassandra.CassandraClientOptions options
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 1 /* vertx */
            ldc "vertx"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         2: .line 56
            aload 2 /* clientName */
            ldc "clientName"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         3: .line 57
            aload 3 /* options */
            ldc "options"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         4: .line 58
            aload 0 /* this */
            aload 1 /* vertx */
            checkcast io.vertx.core.impl.VertxInternal
            putfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
         5: .line 59
            aload 0 /* this */
            aload 2 /* clientName */
            putfield io.vertx.cassandra.impl.CassandraClientImpl.clientName:Ljava/lang/String;
         6: .line 60
            aload 0 /* this */
            aload 3 /* options */
            putfield io.vertx.cassandra.impl.CassandraClientImpl.options:Lio/vertx/cassandra/CassandraClientOptions;
         7: .line 61
            aload 0 /* this */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.sharedData:()Lio/vertx/core/shareddata/SharedData;
            ldc "__vertx.cassandraClient.sessionHolders"
            invokeinterface io.vertx.core.shareddata.SharedData.getLocalMap:(Ljava/lang/String;)Lio/vertx/core/shareddata/LocalMap;
            putfield io.vertx.cassandra.impl.CassandraClientImpl.holders:Ljava/util/Map;
         8: .line 62
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.holders:Ljava/util/Map;
            aload 2 /* clientName */
            invokedynamic apply()Ljava/util/function/BiFunction;
              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;Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$0(Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder; (6)
                  (Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
            invokeinterface java.util.Map.compute:(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;
            checkcast io.vertx.cassandra.impl.SessionHolder
            astore 4 /* current */
        start local 4 // io.vertx.cassandra.impl.SessionHolder current
         9: .line 63
            aload 0 /* this */
            aload 4 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.connectionQueue:Lio/vertx/core/impl/TaskQueue;
            putfield io.vertx.cassandra.impl.CassandraClientImpl.connectionQueue:Lio/vertx/core/impl/TaskQueue;
        10: .line 64
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            astore 5 /* context */
        start local 5 // io.vertx.core.Context context
        11: .line 65
            aload 5 /* context */
            ifnull 13
            aload 5 /* context */
            invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
            aload 1 /* vertx */
            if_acmpne 13
        12: .line 66
            aload 5 /* context */
            aload 0 /* this */
            invokedynamic close(Lio/vertx/cassandra/impl/CassandraClientImpl;)Lio/vertx/core/Closeable;
              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:
                  (Lio/vertx/core/Handler;)V
                  io/vertx/cassandra/impl/CassandraClientImpl.close(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient; (5)
                  (Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.Context.addCloseHook:(Lio/vertx/core/Closeable;)V
        13: .line 68
      StackMap locals: io.vertx.cassandra.impl.CassandraClientImpl io.vertx.core.Vertx java.lang.String io.vertx.cassandra.CassandraClientOptions io.vertx.cassandra.impl.SessionHolder io.vertx.core.Context
      StackMap stack:
            return
        end local 5 // io.vertx.core.Context context
        end local 4 // io.vertx.cassandra.impl.SessionHolder current
        end local 3 // io.vertx.cassandra.CassandraClientOptions options
        end local 2 // java.lang.String clientName
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0   14     1       vertx  Lio/vertx/core/Vertx;
            0   14     2  clientName  Ljava/lang/String;
            0   14     3     options  Lio/vertx/cassandra/CassandraClientOptions;
            9   14     4     current  Lio/vertx/cassandra/impl/SessionHolder;
           11   14     5     context  Lio/vertx/core/Context;
    MethodParameters:
            Name  Flags
      vertx       
      clientName  
      options     

  public synchronized boolean isConnected();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.closed:Z
            ifeq 2
         1: .line 73
            iconst_0
            ireturn
         2: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.cachedSession:Lcom/datastax/driver/core/Session;
            ifnull 3
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.cachedSession:Lcom/datastax/driver/core/Session;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.holders:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.clientName:Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.cassandra.impl.SessionHolder
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
      StackMap locals:
      StackMap stack: com.datastax.driver.core.Session
         4: astore 1 /* s */
        start local 1 // com.datastax.driver.core.Session s
         5: .line 76
            aload 1 /* s */
            ifnull 6
            aload 1 /* s */
            invokeinterface com.datastax.driver.core.Session.isClosed:()Z
            ifne 6
            iconst_1
            ireturn
      StackMap locals: com.datastax.driver.core.Session
      StackMap stack:
         6: iconst_0
            ireturn
        end local 1 // com.datastax.driver.core.Session s
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            5    7     1     s  Lcom/datastax/driver/core/Session;

  public io.vertx.cassandra.CassandraClient executeWithFullFetch(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.datastax.driver.core.Row>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 81
            aload 0 /* this */
            new com.datastax.driver.core.SimpleStatement
            dup
            aload 1 /* query */
            invokespecial com.datastax.driver.core.SimpleStatement.<init>:(Ljava/lang/String;)V
            aload 2 /* resultHandler */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.executeWithFullFetch:(Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String query
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    1     1          query  Ljava/lang/String;
            0    1     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/driver/core/Row;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/driver/core/Row;>;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public io.vertx.cassandra.CassandraClient executeWithFullFetch(com.datastax.driver.core.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.datastax.driver.core.Row>>>);
    descriptor: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.Statement statement
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 86
            aload 0 /* this */
            aload 1 /* statement */
            aload 2 /* resultHandler */
            invokedynamic handle(Lio/vertx/core/Handler;)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/cassandra/impl/CassandraClientImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.execute:(Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            pop
         1: .line 94
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // com.datastax.driver.core.Statement statement
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    2     1      statement  Lcom/datastax/driver/core/Statement;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/driver/core/Row;>;>;>;
    Signature: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/driver/core/Row;>;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
               Name  Flags
      statement      
      resultHandler  

  public io.vertx.cassandra.CassandraClient execute(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 98
            aload 0 /* this */
            new com.datastax.driver.core.SimpleStatement
            dup
            aload 1 /* query */
            invokespecial com.datastax.driver.core.SimpleStatement.<init>:(Ljava/lang/String;)V
            aload 2 /* resultHandler */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.execute:(Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String query
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    1     1          query  Ljava/lang/String;
            0    1     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public <R> io.vertx.cassandra.CassandraClient execute(java.lang.String, java.util.stream.Collector<com.datastax.driver.core.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // java.lang.String query
        start local 2 // java.util.stream.Collector collector
        start local 3 // io.vertx.core.Handler asyncResultHandler
         0: .line 103
            aload 0 /* this */
            new com.datastax.driver.core.SimpleStatement
            dup
            aload 1 /* query */
            invokespecial com.datastax.driver.core.SimpleStatement.<init>:(Ljava/lang/String;)V
            aload 2 /* collector */
            aload 3 /* asyncResultHandler */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.execute:(Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 3 // io.vertx.core.Handler asyncResultHandler
        end local 2 // java.util.stream.Collector collector
        end local 1 // java.lang.String query
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    1     1               query  Ljava/lang/String;
            0    1     2           collector  Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;*TR;>;
            0    1     3  asyncResultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
                    Name  Flags
      query               
      collector           
      asyncResultHandler  

  public io.vertx.cassandra.CassandraClient execute(com.datastax.driver.core.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.ResultSet>>);
    descriptor: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.Statement statement
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            astore 3 /* context */
        start local 3 // io.vertx.core.impl.ContextInternal context
         1: .line 109
            aload 0 /* this */
            aload 3 /* context */
            aload 0 /* this */
            aload 1 /* statement */
            aload 3 /* context */
            aload 2 /* resultHandler */
            invokedynamic handle(Lio/vertx/cassandra/impl/CassandraClientImpl;Lcom/datastax/driver/core/Statement;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)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/cassandra/impl/CassandraClientImpl.lambda$3(Lcom/datastax/driver/core/Statement;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.getSession:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         2: .line 116
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.impl.ContextInternal context
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // com.datastax.driver.core.Statement statement
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    3     1      statement  Lcom/datastax/driver/core/Statement;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;
            1    3     3        context  Lio/vertx/core/impl/ContextInternal;
    Signature: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
               Name  Flags
      statement      
      resultHandler  

  public <R> io.vertx.cassandra.CassandraClient execute(com.datastax.driver.core.Statement, java.util.stream.Collector<com.datastax.driver.core.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.Statement statement
        start local 2 // java.util.stream.Collector collector
        start local 3 // io.vertx.core.Handler asyncResultHandler
         0: .line 121
            aload 0 /* this */
            aload 1 /* statement */
            aload 2 /* collector */
            aload 3 /* asyncResultHandler */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.executeAndCollect:(Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)V
         1: .line 122
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler asyncResultHandler
        end local 2 // java.util.stream.Collector collector
        end local 1 // com.datastax.driver.core.Statement statement
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    2     1           statement  Lcom/datastax/driver/core/Statement;
            0    2     2           collector  Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;*TR;>;
            0    2     3  asyncResultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
    Signature: <R:Ljava/lang/Object;>(Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
                    Name  Flags
      statement           
      collector           
      asyncResultHandler  

  private <C, R> void executeAndCollect(com.datastax.driver.core.Statement, java.util.stream.Collector<com.datastax.driver.core.Row, C, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.Statement statement
        start local 2 // java.util.stream.Collector collector
        start local 3 // io.vertx.core.Handler asyncResultHandler
         0: .line 126
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 4 /* cassandraRowStreamPromise */
        start local 4 // io.vertx.core.Promise cassandraRowStreamPromise
         1: .line 127
            aload 0 /* this */
            aload 1 /* statement */
            aload 4 /* cassandraRowStreamPromise */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.queryStream:(Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            pop
         2: .line 128
            aload 2 /* collector */
            invokeinterface java.util.stream.Collector.supplier:()Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            astore 5 /* container */
        start local 5 // java.lang.Object container
         3: .line 129
            aload 2 /* collector */
            invokeinterface java.util.stream.Collector.accumulator:()Ljava/util/function/BiConsumer;
            astore 6 /* accumulator */
        start local 6 // java.util.function.BiConsumer accumulator
         4: .line 130
            aload 2 /* collector */
            invokeinterface java.util.stream.Collector.finisher:()Ljava/util/function/Function;
            astore 7 /* finisher */
        start local 7 // java.util.function.Function finisher
         5: .line 131
            aload 4 /* cassandraRowStreamPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            aload 7 /* finisher */
            aload 5 /* container */
            aload 6 /* accumulator */
            invokedynamic apply(Ljava/util/function/Function;Ljava/lang/Object;Ljava/util/function/BiConsumer;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$5(Ljava/util/function/Function;Ljava/lang/Object;Ljava/util/function/BiConsumer;Lio/vertx/cassandra/CassandraRowStream;)Lio/vertx/core/Future; (6)
                  (Lio/vertx/cassandra/CassandraRowStream;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Future.compose:(Ljava/util/function/Function;)Lio/vertx/core/Future;
         6: .line 142
            aload 3 /* asyncResultHandler */
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         7: .line 143
            return
        end local 7 // java.util.function.Function finisher
        end local 6 // java.util.function.BiConsumer accumulator
        end local 5 // java.lang.Object container
        end local 4 // io.vertx.core.Promise cassandraRowStreamPromise
        end local 3 // io.vertx.core.Handler asyncResultHandler
        end local 2 // java.util.stream.Collector collector
        end local 1 // com.datastax.driver.core.Statement statement
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    8     0                       this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    8     1                  statement  Lcom/datastax/driver/core/Statement;
            0    8     2                  collector  Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;TC;TR;>;
            0    8     3         asyncResultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;
            1    8     4  cassandraRowStreamPromise  Lio/vertx/core/Promise<Lio/vertx/cassandra/CassandraRowStream;>;
            3    8     5                  container  TC;
            4    8     6                accumulator  Ljava/util/function/BiConsumer<TC;Lcom/datastax/driver/core/Row;>;
            5    8     7                   finisher  Ljava/util/function/Function<TC;TR;>;
    Signature: <C:Ljava/lang/Object;R:Ljava/lang/Object;>(Lcom/datastax/driver/core/Statement;Ljava/util/stream/Collector<Lcom/datastax/driver/core/Row;TC;TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)V
    MethodParameters:
                    Name  Flags
      statement           
      collector           
      asyncResultHandler  

  public io.vertx.cassandra.CassandraClient prepare(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<com.datastax.driver.core.PreparedStatement>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // java.lang.String query
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            astore 3 /* context */
        start local 3 // io.vertx.core.impl.ContextInternal context
         1: .line 148
            aload 0 /* this */
            aload 3 /* context */
            aload 1 /* query */
            aload 3 /* context */
            aload 2 /* resultHandler */
            invokedynamic handle(Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)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/cassandra/impl/CassandraClientImpl.lambda$9(Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.getSession:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         2: .line 155
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.impl.ContextInternal context
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String query
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    3     1          query  Ljava/lang/String;
            0    3     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/PreparedStatement;>;>;
            1    3     3        context  Lio/vertx/core/impl/ContextInternal;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/PreparedStatement;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public io.vertx.cassandra.CassandraClient queryStream(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.CassandraRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler rowStreamHandler
         0: .line 160
            aload 0 /* this */
            new com.datastax.driver.core.SimpleStatement
            dup
            aload 1 /* sql */
            invokespecial com.datastax.driver.core.SimpleStatement.<init>:(Ljava/lang/String;)V
            aload 2 /* rowStreamHandler */
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.queryStream:(Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 2 // io.vertx.core.Handler rowStreamHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    1     1               sql  Ljava/lang/String;
            0    1     2  rowStreamHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
                  Name  Flags
      sql               
      rowStreamHandler  

  public io.vertx.cassandra.CassandraClient queryStream(com.datastax.driver.core.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.CassandraRowStream>>);
    descriptor: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.Statement statement
        start local 2 // io.vertx.core.Handler rowStreamHandler
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            astore 3 /* context */
        start local 3 // io.vertx.core.impl.ContextInternal context
         1: .line 166
            aload 0 /* this */
            aload 3 /* context */
            aload 0 /* this */
            aload 3 /* context */
            aload 1 /* statement */
            aload 2 /* rowStreamHandler */
            invokedynamic handle(Lio/vertx/cassandra/impl/CassandraClientImpl;Lio/vertx/core/impl/ContextInternal;Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;)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/cassandra/impl/CassandraClientImpl.lambda$10(Lio/vertx/core/impl/ContextInternal;Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.getSession:(Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
         2: .line 176
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.impl.ContextInternal context
        end local 2 // io.vertx.core.Handler rowStreamHandler
        end local 1 // com.datastax.driver.core.Statement statement
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    3     1         statement  Lcom/datastax/driver/core/Statement;
            0    3     2  rowStreamHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;
            1    3     3           context  Lio/vertx/core/impl/ContextInternal;
    Signature: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
                  Name  Flags
      statement         
      rowStreamHandler  

  public io.vertx.cassandra.CassandraClient close();
    descriptor: ()Lio/vertx/cassandra/CassandraClient;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
         0: .line 181
            aload 0 /* this */
            aconst_null
            invokevirtual io.vertx.cassandra.impl.CassandraClientImpl.close:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;

  public synchronized io.vertx.cassandra.CassandraClient close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // io.vertx.core.Handler closeHandler
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.closed:Z
            ifeq 4
         1: .line 187
            aload 1 /* closeHandler */
            ifnull 11
         2: .line 188
            aload 1 /* closeHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 190
            goto 11
         4: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.cassandra.impl.CassandraClientImpl.closed:Z
         5: .line 192
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.holders:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.clientName:Ljava/lang/String;
            invokedynamic apply()Ljava/util/function/BiFunction;
              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;Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$12(Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder; (6)
                  (Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
            invokeinterface java.util.Map.compute:(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;
            checkcast io.vertx.cassandra.impl.SessionHolder
            astore 2 /* current */
        start local 2 // io.vertx.cassandra.impl.SessionHolder current
         6: .line 193
            aload 2 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.refCount:I
            iconst_1
            if_icmpge 9
            aload 2 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
            ifnull 9
         7: .line 194
            aload 2 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
            invokeinterface com.datastax.driver.core.Session.closeAsync:()Lcom/datastax/driver/core/CloseFuture;
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokeinterface io.vertx.core.impl.VertxInternal.getOrCreateContext:()Lio/vertx/core/impl/ContextInternal;
            aload 1 /* closeHandler */
            invokestatic io.vertx.cassandra.impl.Util.handleOnContext:(Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         8: .line 195
            goto 11
         9: .line 196
      StackMap locals: io.vertx.cassandra.impl.SessionHolder
      StackMap stack:
            aload 1 /* closeHandler */
            ifnull 11
        10: .line 197
            aload 1 /* closeHandler */
            invokestatic io.vertx.core.Future.succeededFuture:()Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.cassandra.impl.SessionHolder current
        11: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler closeHandler
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0   12     1  closeHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
            6   11     2       current  Lio/vertx/cassandra/impl/SessionHolder;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
              Name  Flags
      closeHandler  

  synchronized void getSession(io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<com.datastax.driver.core.Session>>);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // io.vertx.core.Handler handler
         0: .line 205
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.closed:Z
            ifeq 3
         1: .line 206
            aload 2 /* handler */
            ldc "Client is closed"
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 207
            goto 9
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.cachedSession:Lcom/datastax/driver/core/Session;
            ifnull 6
         4: .line 208
            aload 2 /* handler */
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.cachedSession:Lcom/datastax/driver/core/Session;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 209
            goto 9
         6: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/cassandra/impl/CassandraClientImpl;)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/cassandra/impl/CassandraClientImpl.lambda$13(Lio/vertx/core/Promise;)V (7)
                  (Lio/vertx/core/Promise;)V
         7: .line 212
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.connectionQueue:Lio/vertx/core/impl/TaskQueue;
            aload 0 /* this */
            aload 2 /* handler */
            invokedynamic handle(Lio/vertx/cassandra/impl/CassandraClientImpl;Lio/vertx/core/Handler;)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/cassandra/impl/CassandraClientImpl.lambda$14(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
         8: .line 210
            invokeinterface io.vertx.core.impl.ContextInternal.executeBlocking:(Lio/vertx/core/Handler;Lio/vertx/core/impl/TaskQueue;Lio/vertx/core/Handler;)V
         9: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0   10     1  context  Lio/vertx/core/impl/ContextInternal;
            0   10     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;>;
    Signature: (Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;>;)V
    MethodParameters:
         Name  Flags
      context  
      handler  

  private static void connect(io.vertx.core.Promise<com.datastax.driver.core.Session>, java.util.Map<java.lang.String, io.vertx.cassandra.impl.SessionHolder>, java.lang.String, io.vertx.cassandra.CassandraClientOptions);
    descriptor: (Lio/vertx/core/Promise;Ljava/util/Map;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // io.vertx.core.Promise future
        start local 1 // java.util.Map holders
        start local 2 // java.lang.String clientName
        start local 3 // io.vertx.cassandra.CassandraClientOptions options
         0: .line 227
            aload 1 /* holders */
            aload 2 /* clientName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.cassandra.impl.SessionHolder
            astore 4 /* current */
        start local 4 // io.vertx.cassandra.impl.SessionHolder current
         1: .line 228
            aload 4 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
            ifnull 4
         2: .line 229
            aload 0 /* future */
            aload 4 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
         3: .line 230
            return
         4: .line 232
      StackMap locals: io.vertx.cassandra.impl.SessionHolder
      StackMap stack:
            aload 3 /* options */
            invokevirtual io.vertx.cassandra.CassandraClientOptions.dataStaxClusterBuilder:()Lcom/datastax/driver/core/Cluster$Builder;
            astore 5 /* builder */
        start local 5 // com.datastax.driver.core.Cluster$Builder builder
         5: .line 233
            aload 5 /* builder */
            invokevirtual com.datastax.driver.core.Cluster$Builder.getContactPoints:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 7
         6: .line 234
            aload 5 /* builder */
            ldc "localhost"
            invokevirtual com.datastax.driver.core.Cluster$Builder.addContactPoint:(Ljava/lang/String;)Lcom/datastax/driver/core/Cluster$Builder;
            pop
         7: .line 236
      StackMap locals: com.datastax.driver.core.Cluster$Builder
      StackMap stack:
            aload 5 /* builder */
            invokevirtual com.datastax.driver.core.Cluster$Builder.build:()Lcom/datastax/driver/core/Cluster;
            astore 6 /* cluster */
        start local 6 // com.datastax.driver.core.Cluster cluster
         8: .line 237
            aload 6 /* cluster */
            aload 3 /* options */
            invokevirtual io.vertx.cassandra.CassandraClientOptions.getKeyspace:()Ljava/lang/String;
            invokevirtual com.datastax.driver.core.Cluster.connect:(Ljava/lang/String;)Lcom/datastax/driver/core/Session;
            astore 7 /* session */
        start local 7 // com.datastax.driver.core.Session session
         9: .line 238
            aload 1 /* holders */
            aload 2 /* clientName */
            aload 7 /* session */
            invokedynamic apply(Lcom/datastax/driver/core/Session;)Ljava/util/function/BiFunction;
              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;Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$15(Lcom/datastax/driver/core/Session;Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder; (6)
                  (Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
            invokeinterface java.util.Map.compute:(Ljava/lang/Object;Ljava/util/function/BiFunction;)Ljava/lang/Object;
            checkcast io.vertx.cassandra.impl.SessionHolder
            astore 4 /* current */
        10: .line 239
            aload 4 /* current */
            ifnull 13
        11: .line 240
            aload 0 /* future */
            aload 4 /* current */
            getfield io.vertx.cassandra.impl.SessionHolder.session:Lcom/datastax/driver/core/Session;
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        12: .line 241
            goto 17
        13: .line 243
      StackMap locals: com.datastax.driver.core.Cluster com.datastax.driver.core.Session
      StackMap stack:
            aload 7 /* session */
            invokeinterface com.datastax.driver.core.Session.close:()V
        14: .line 244
            goto 16
      StackMap locals:
      StackMap stack: java.lang.Exception
        15: pop
        16: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* future */
            ldc "Client closed while connecting"
            invokeinterface io.vertx.core.Promise.fail:(Ljava/lang/String;)V
        17: .line 248
      StackMap locals:
      StackMap stack:
            return
        end local 7 // com.datastax.driver.core.Session session
        end local 6 // com.datastax.driver.core.Cluster cluster
        end local 5 // com.datastax.driver.core.Cluster$Builder builder
        end local 4 // io.vertx.cassandra.impl.SessionHolder current
        end local 3 // io.vertx.cassandra.CassandraClientOptions options
        end local 2 // java.lang.String clientName
        end local 1 // java.util.Map holders
        end local 0 // io.vertx.core.Promise future
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0      future  Lio/vertx/core/Promise<Lcom/datastax/driver/core/Session;>;
            0   18     1     holders  Ljava/util/Map<Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;>;
            0   18     2  clientName  Ljava/lang/String;
            0   18     3     options  Lio/vertx/cassandra/CassandraClientOptions;
            1   18     4     current  Lio/vertx/cassandra/impl/SessionHolder;
            5   18     5     builder  Lcom/datastax/driver/core/Cluster$Builder;
            8   18     6     cluster  Lcom/datastax/driver/core/Cluster;
            9   18     7     session  Lcom/datastax/driver/core/Session;
      Exception table:
        from    to  target  type
          13    14      15  Class java.lang.Exception
    Signature: (Lio/vertx/core/Promise<Lcom/datastax/driver/core/Session;>;Ljava/util/Map<Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;>;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
    MethodParameters:
            Name  Flags
      future      
      holders     
      clientName  
      options     

  private static io.vertx.cassandra.impl.SessionHolder lambda$0(java.lang.String, io.vertx.cassandra.impl.SessionHolder);
    descriptor: (Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String k
        start local 1 // io.vertx.cassandra.impl.SessionHolder h
         0: .line 62
            aload 1 /* h */
            ifnonnull 1
            new io.vertx.cassandra.impl.SessionHolder
            dup
            invokespecial io.vertx.cassandra.impl.SessionHolder.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* h */
            invokevirtual io.vertx.cassandra.impl.SessionHolder.increment:()Lio/vertx/cassandra/impl/SessionHolder;
      StackMap locals:
      StackMap stack: io.vertx.cassandra.impl.SessionHolder
         2: areturn
        end local 1 // io.vertx.cassandra.impl.SessionHolder h
        end local 0 // java.lang.String k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     k  Ljava/lang/String;
            0    3     1     h  Lio/vertx/cassandra/impl/SessionHolder;

  private static void lambda$2(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 1 // io.vertx.core.AsyncResult exec
         0: .line 87
            aload 1 /* exec */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 88
            aload 1 /* exec */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.cassandra.ResultSet
            astore 2 /* resultSet */
        start local 2 // io.vertx.cassandra.ResultSet resultSet
         2: .line 89
            aload 2 /* resultSet */
            aload 0
            invokeinterface io.vertx.cassandra.ResultSet.all:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/ResultSet;
            pop
        end local 2 // io.vertx.cassandra.ResultSet resultSet
         3: .line 90
            goto 5
         4: .line 91
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* exec */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         5: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult exec
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     1       exec  Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;
            2    3     2  resultSet  Lio/vertx/cassandra/ResultSet;

  private void lambda$3(com.datastax.driver.core.Statement, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lcom/datastax/driver/core/Statement;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 4 // io.vertx.core.AsyncResult sess
         0: .line 110
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 111
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast com.datastax.driver.core.Session
            aload 1
            invokeinterface com.datastax.driver.core.Session.executeAsync:(Lcom/datastax/driver/core/Statement;)Lcom/datastax/driver/core/ResultSetFuture;
            aload 2
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/cassandra/impl/CassandraClientImpl;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$4(Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/ResultSet; (7)
                  (Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/ResultSet;
            aload 3
            invokestatic io.vertx.cassandra.impl.Util.handleOnContext:(Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         2: .line 112
            goto 4
         3: .line 113
      StackMap locals:
      StackMap stack:
            aload 3
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult sess
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    5     4  sess  Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;

  private static io.vertx.core.Future lambda$5(java.util.function.Function, java.lang.Object, java.util.function.BiConsumer, io.vertx.cassandra.CassandraRowStream);
    descriptor: (Ljava/util/function/Function;Ljava/lang/Object;Ljava/util/function/BiConsumer;Lio/vertx/cassandra/CassandraRowStream;)Lio/vertx/core/Future;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 3 // io.vertx.cassandra.CassandraRowStream cassandraRowStream
         0: .line 132
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 4 /* resultPromise */
        start local 4 // io.vertx.core.Promise resultPromise
         1: .line 133
            aload 3 /* cassandraRowStream */
            aload 0
            aload 1
            aload 4 /* resultPromise */
            invokedynamic handle(Ljava/util/function/Function;Ljava/lang/Object;Lio/vertx/core/Promise;)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/cassandra/impl/CassandraClientImpl.lambda$6(Ljava/util/function/Function;Ljava/lang/Object;Lio/vertx/core/Promise;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.cassandra.CassandraRowStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
            pop
         2: .line 137
            aload 3 /* cassandraRowStream */
            aload 2
            aload 1
            invokedynamic handle(Ljava/util/function/BiConsumer;Ljava/lang/Object;)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/cassandra/impl/CassandraClientImpl.lambda$7(Ljava/util/function/BiConsumer;Ljava/lang/Object;Lcom/datastax/driver/core/Row;)V (6)
                  (Lcom/datastax/driver/core/Row;)V
            invokeinterface io.vertx.cassandra.CassandraRowStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
            pop
         3: .line 140
            aload 3 /* cassandraRowStream */
            aload 4 /* resultPromise */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/Promise;)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/core/Promise.fail(Ljava/lang/Throwable;)V (9 itf)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.cassandra.CassandraRowStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraRowStream;
            pop
         4: .line 141
            aload 4 /* resultPromise */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 4 // io.vertx.core.Promise resultPromise
        end local 3 // io.vertx.cassandra.CassandraRowStream cassandraRowStream
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     3  cassandraRowStream  Lio/vertx/cassandra/CassandraRowStream;
            1    5     4       resultPromise  Lio/vertx/core/Promise<TR;>;

  private static void lambda$9(java.lang.String, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 3 // io.vertx.core.AsyncResult sess
         0: .line 149
            aload 3 /* sess */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 150
            aload 3 /* sess */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast com.datastax.driver.core.Session
            aload 0
            invokeinterface com.datastax.driver.core.Session.prepareAsync:(Ljava/lang/String;)Lcom/google/common/util/concurrent/ListenableFuture;
            aload 1
            aload 2
            invokestatic io.vertx.cassandra.impl.Util.handleOnContext:(Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Lio/vertx/core/Handler;)V
         2: .line 151
            goto 4
         3: .line 152
      StackMap locals:
      StackMap stack:
            aload 2
            aload 3 /* sess */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult sess
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     3  sess  Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;

  private void lambda$10(io.vertx.core.impl.ContextInternal, com.datastax.driver.core.Statement, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lcom/datastax/driver/core/Statement;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 4 // io.vertx.core.AsyncResult sess
         0: .line 167
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 5
         1: .line 168
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast com.datastax.driver.core.Session
            aload 2
            invokeinterface com.datastax.driver.core.Session.executeAsync:(Lcom/datastax/driver/core/Statement;)Lcom/datastax/driver/core/ResultSetFuture;
            aload 1
            aload 0 /* this */
            aload 1
            invokedynamic apply(Lio/vertx/cassandra/impl/CassandraClientImpl;Lio/vertx/core/impl/ContextInternal;)Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/vertx/cassandra/impl/CassandraClientImpl.lambda$11(Lio/vertx/core/impl/ContextInternal;Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/CassandraRowStream; (7)
                  (Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/CassandraRowStream;
         2: .line 171
            aload 3
         3: .line 168
            invokestatic io.vertx.cassandra.impl.Util.handleOnContext:(Lcom/google/common/util/concurrent/ListenableFuture;Lio/vertx/core/Context;Ljava/util/function/Function;Lio/vertx/core/Handler;)V
         4: .line 172
            goto 6
         5: .line 173
      StackMap locals:
      StackMap stack:
            aload 3
            aload 4 /* sess */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 175
      StackMap locals:
      StackMap stack:
            return
        end local 4 // io.vertx.core.AsyncResult sess
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    7     4  sess  Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;

  private static io.vertx.cassandra.impl.SessionHolder lambda$12(java.lang.String, io.vertx.cassandra.impl.SessionHolder);
    descriptor: (Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.lang.String k
        start local 1 // io.vertx.cassandra.impl.SessionHolder h
         0: .line 192
            aload 1 /* h */
            invokevirtual io.vertx.cassandra.impl.SessionHolder.decrement:()Lio/vertx/cassandra/impl/SessionHolder;
            areturn
        end local 1 // io.vertx.cassandra.impl.SessionHolder h
        end local 0 // java.lang.String k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     k  Ljava/lang/String;
            0    1     1     h  Lio/vertx/cassandra/impl/SessionHolder;

  private void lambda$13(io.vertx.core.Promise);
    descriptor: (Lio/vertx/core/Promise;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // io.vertx.core.Promise fut
         0: .line 211
            aload 1 /* fut */
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.holders:Ljava/util/Map;
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.clientName:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.options:Lio/vertx/cassandra/CassandraClientOptions;
            invokestatic io.vertx.cassandra.impl.CassandraClientImpl.connect:(Lio/vertx/core/Promise;Ljava/util/Map;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
         1: .line 212
            return
        end local 1 // io.vertx.core.Promise fut
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    2     1   fut  Lio/vertx/core/Promise<Lcom/datastax/driver/core/Session;>;

  private void lambda$14(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 213
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 10
         1: .line 214
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast com.datastax.driver.core.Session
            astore 3 /* s */
        start local 3 // com.datastax.driver.core.Session s
         2: .line 215
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         3: .line 216
            aload 0 /* this */
            aload 3 /* s */
            putfield io.vertx.cassandra.impl.CassandraClientImpl.cachedSession:Lcom/datastax/driver/core/Session;
         4: .line 215
            aload 4
            monitorexit
         5: goto 8
      StackMap locals: io.vertx.cassandra.impl.CassandraClientImpl io.vertx.core.Handler io.vertx.core.AsyncResult com.datastax.driver.core.Session io.vertx.cassandra.impl.CassandraClientImpl
      StackMap stack: java.lang.Throwable
         6: aload 4
            monitorexit
         7: athrow
         8: .line 218
      StackMap locals:
      StackMap stack:
            aload 1
            aload 3 /* s */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // com.datastax.driver.core.Session s
         9: .line 219
            goto 11
        10: .line 220
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        11: .line 222
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0   12     2    ar  Lio/vertx/core/AsyncResult<Lcom/datastax/driver/core/Session;>;
            2    9     3     s  Lcom/datastax/driver/core/Session;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any

  private static io.vertx.cassandra.impl.SessionHolder lambda$15(com.datastax.driver.core.Session, java.lang.String, io.vertx.cassandra.impl.SessionHolder);
    descriptor: (Lcom/datastax/driver/core/Session;Ljava/lang/String;Lio/vertx/cassandra/impl/SessionHolder;)Lio/vertx/cassandra/impl/SessionHolder;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.String k
        start local 2 // io.vertx.cassandra.impl.SessionHolder h
         0: .line 238
            aload 2 /* h */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* h */
            aload 0
            invokevirtual io.vertx.cassandra.impl.SessionHolder.connected:(Lcom/datastax/driver/core/Session;)Lio/vertx/cassandra/impl/SessionHolder;
      StackMap locals:
      StackMap stack: io.vertx.cassandra.impl.SessionHolder
         2: areturn
        end local 2 // io.vertx.cassandra.impl.SessionHolder h
        end local 1 // java.lang.String k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     k  Ljava/lang/String;
            0    3     2     h  Lio/vertx/cassandra/impl/SessionHolder;

  private io.vertx.cassandra.ResultSet lambda$4(com.datastax.driver.core.ResultSet);
    descriptor: (Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/ResultSet;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 1 // com.datastax.driver.core.ResultSet rs
         0: .line 111
            new io.vertx.cassandra.impl.ResultSetImpl
            dup
            aload 1 /* rs */
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokespecial io.vertx.cassandra.impl.ResultSetImpl.<init>:(Lcom/datastax/driver/core/ResultSet;Lio/vertx/core/Vertx;)V
            areturn
        end local 1 // com.datastax.driver.core.ResultSet rs
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    1     1    rs  Lcom/datastax/driver/core/ResultSet;

  private static void lambda$6(java.util.function.Function, java.lang.Object, io.vertx.core.Promise, java.lang.Void);
    descriptor: (Ljava/util/function/Function;Ljava/lang/Object;Lio/vertx/core/Promise;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=4
        start local 3 // java.lang.Void end
         0: .line 134
            aload 0
            aload 1
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* result */
        start local 4 // java.lang.Object result
         1: .line 135
            aload 2
            aload 4 /* result */
            invokeinterface io.vertx.core.Promise.complete:(Ljava/lang/Object;)V
        end local 4 // java.lang.Object result
         2: .line 136
            return
        end local 3 // java.lang.Void end
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     3     end  Ljava/lang/Void;
            1    2     4  result  TR;

  private static void lambda$7(java.util.function.BiConsumer, java.lang.Object, com.datastax.driver.core.Row);
    descriptor: (Ljava/util/function/BiConsumer;Ljava/lang/Object;Lcom/datastax/driver/core/Row;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // com.datastax.driver.core.Row row
         0: .line 138
            aload 0
            aload 1
            aload 2 /* row */
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 139
            return
        end local 2 // com.datastax.driver.core.Row row
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     2   row  Lcom/datastax/driver/core/Row;

  private io.vertx.cassandra.CassandraRowStream lambda$11(io.vertx.core.impl.ContextInternal, com.datastax.driver.core.ResultSet);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lcom/datastax/driver/core/ResultSet;)Lio/vertx/cassandra/CassandraRowStream;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
        start local 2 // com.datastax.driver.core.ResultSet rs
         0: .line 169
            new io.vertx.cassandra.impl.ResultSetImpl
            dup
            aload 2 /* rs */
            aload 0 /* this */
            getfield io.vertx.cassandra.impl.CassandraClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            invokespecial io.vertx.cassandra.impl.ResultSetImpl.<init>:(Lcom/datastax/driver/core/ResultSet;Lio/vertx/core/Vertx;)V
            astore 3 /* resultSet */
        start local 3 // io.vertx.cassandra.ResultSet resultSet
         1: .line 170
            new io.vertx.cassandra.impl.CassandraRowStreamImpl
            dup
            aload 1
            aload 3 /* resultSet */
            invokespecial io.vertx.cassandra.impl.CassandraRowStreamImpl.<init>:(Lio/vertx/core/Context;Lio/vertx/cassandra/ResultSet;)V
            areturn
        end local 3 // io.vertx.cassandra.ResultSet resultSet
        end local 2 // com.datastax.driver.core.ResultSet rs
        end local 0 // io.vertx.cassandra.impl.CassandraClientImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/cassandra/impl/CassandraClientImpl;
            0    2     2         rs  Lcom/datastax/driver/core/ResultSet;
            1    2     3  resultSet  Lio/vertx/cassandra/ResultSet;
}
SourceFile: "CassandraClientImpl.java"
InnerClasses:
  public Builder = com.datastax.driver.core.Cluster$Builder of com.datastax.driver.core.Cluster
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles