public interface io.vertx.cassandra.CassandraClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.cassandra.CassandraClient
  super_class: java.lang.Object
{
  public static final java.lang.String DEFAULT_SHARED_CLIENT_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "DEFAULT"

  public static io.vertx.cassandra.CassandraClient create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 54
            aload 0 /* vertx */
            new io.vertx.cassandra.CassandraClientOptions
            dup
            invokespecial io.vertx.cassandra.CassandraClientOptions.<init>:()V
            invokestatic io.vertx.cassandra.CassandraClient.create:(Lio/vertx/core/Vertx;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.cassandra.CassandraClient create(io.vertx.core.Vertx, io.vertx.cassandra.CassandraClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.cassandra.CassandraClientOptions options
         0: .line 67
            new io.vertx.cassandra.impl.CassandraClientImpl
            dup
            aload 0 /* vertx */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            aload 1 /* options */
            invokespecial io.vertx.cassandra.impl.CassandraClientImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
            areturn
        end local 1 // io.vertx.cassandra.CassandraClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/cassandra/CassandraClientOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.cassandra.CassandraClient createShared(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 74
            aload 0 /* vertx */
            ldc "DEFAULT"
            invokestatic io.vertx.cassandra.CassandraClient.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.cassandra.CassandraClient createShared(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String clientName
         0: .line 81
            aload 0 /* vertx */
            aload 1 /* clientName */
            new io.vertx.cassandra.CassandraClientOptions
            dup
            invokespecial io.vertx.cassandra.CassandraClientOptions.<init>:()V
            invokestatic io.vertx.cassandra.CassandraClient.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 1 // java.lang.String clientName
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0       vertx  Lio/vertx/core/Vertx;
            0    1     1  clientName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      vertx       
      clientName  

  public static io.vertx.cassandra.CassandraClient createShared(io.vertx.core.Vertx, io.vertx.cassandra.CassandraClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.cassandra.CassandraClientOptions options
         0: .line 88
            aload 0 /* vertx */
            ldc "DEFAULT"
            aload 1 /* options */
            invokestatic io.vertx.cassandra.CassandraClient.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
            areturn
        end local 1 // io.vertx.cassandra.CassandraClientOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/cassandra/CassandraClientOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.cassandra.CassandraClient createShared(io.vertx.core.Vertx, java.lang.String, io.vertx.cassandra.CassandraClientOptions);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String clientName
        start local 2 // io.vertx.cassandra.CassandraClientOptions options
         0: .line 101
            new io.vertx.cassandra.impl.CassandraClientImpl
            dup
            aload 0 /* vertx */
            aload 1 /* clientName */
            aload 2 /* options */
            invokespecial io.vertx.cassandra.impl.CassandraClientImpl.<init>:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/cassandra/CassandraClientOptions;)V
            areturn
        end local 2 // io.vertx.cassandra.CassandraClientOptions options
        end local 1 // java.lang.String clientName
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0       vertx  Lio/vertx/core/Vertx;
            0    1     1  clientName  Ljava/lang/String;
            0    1     2     options  Lio/vertx/cassandra/CassandraClientOptions;
    MethodParameters:
            Name  Flags
      vertx       
      clientName  
      options     

  public abstract boolean isConnected();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.cassandra.CassandraClient executeWithFullFetch(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.datastax.oss.driver.api.core.cql.Row>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/oss/driver/api/core/cql/Row;>;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<com.datastax.oss.driver.api.core.cql.Row>> executeWithFullFetch(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Ljava/util/List<Lcom/datastax/oss/driver/api/core/cql/Row;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      query  

  public abstract io.vertx.cassandra.CassandraClient executeWithFullFetch(com.datastax.oss.driver.api.core.cql.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<com.datastax.oss.driver.api.core.cql.Row>>>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lcom/datastax/oss/driver/api/core/cql/Row;>;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      statement      
      resultHandler  

  public abstract io.vertx.core.Future<java.util.List<com.datastax.oss.driver.api.core.cql.Row>> executeWithFullFetch(com.datastax.oss.driver.api.core.cql.Statement);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future<Ljava/util/List<Lcom/datastax/oss/driver/api/core/cql/Row;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
           Name  Flags
      statement  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.cassandra.ResultSet> execute(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/cassandra/ResultSet;>;
    MethodParameters:
       Name  Flags
      query  

  public abstract <R> io.vertx.cassandra.CassandraClient execute(java.lang.String, java.util.stream.Collector<com.datastax.oss.driver.api.core.cql.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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/stream/Collector<Lcom/datastax/oss/driver/api/core/cql/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
               Name  Flags
      query          
      collector      
      resultHandler  

  public abstract <R> io.vertx.core.Future<R> execute(java.lang.String, java.util.stream.Collector<com.datastax.oss.driver.api.core.cql.Row, ?, R>);
    descriptor: (Ljava/lang/String;Ljava/util/stream/Collector;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/stream/Collector<Lcom/datastax/oss/driver/api/core/cql/Row;*TR;>;)Lio/vertx/core/Future<TR;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      query      
      collector  

  public abstract io.vertx.cassandra.CassandraClient execute(com.datastax.oss.driver.api.core.cql.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.ResultSet>>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/ResultSet;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      statement      
      resultHandler  

  public abstract io.vertx.core.Future<io.vertx.cassandra.ResultSet> execute(com.datastax.oss.driver.api.core.cql.Statement);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future<Lio/vertx/cassandra/ResultSet;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
           Name  Flags
      statement  

  public abstract <R> io.vertx.cassandra.CassandraClient execute(com.datastax.oss.driver.api.core.cql.Statement, java.util.stream.Collector<com.datastax.oss.driver.api.core.cql.Row, ?, R>, io.vertx.core.Handler<io.vertx.core.AsyncResult<R>>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;Ljava/util/stream/Collector;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Lcom/datastax/oss/driver/api/core/cql/Statement;Ljava/util/stream/Collector<Lcom/datastax/oss/driver/api/core/cql/Row;*TR;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<TR;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
               Name  Flags
      statement      
      collector      
      resultHandler  

  public abstract <R> io.vertx.core.Future<R> execute(com.datastax.oss.driver.api.core.cql.Statement, java.util.stream.Collector<com.datastax.oss.driver.api.core.cql.Row, ?, R>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;Ljava/util/stream/Collector;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <R:Ljava/lang/Object;>(Lcom/datastax/oss/driver/api/core/cql/Statement;Ljava/util/stream/Collector<Lcom/datastax/oss/driver/api/core/cql/Row;*TR;>;)Lio/vertx/core/Future<TR;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()
    MethodParameters:
           Name  Flags
      statement  
      collector  

  public abstract io.vertx.cassandra.CassandraClient prepare(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<com.datastax.oss.driver.api.core.cql.PreparedStatement>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/oss/driver/api/core/cql/PreparedStatement;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      query          
      resultHandler  

  public abstract io.vertx.core.Future<com.datastax.oss.driver.api.core.cql.PreparedStatement> prepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lcom/datastax/oss/driver/api/core/cql/PreparedStatement;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
       Name  Flags
      query  

  public abstract io.vertx.cassandra.CassandraClient prepare(com.datastax.oss.driver.api.core.cql.SimpleStatement, io.vertx.core.Handler<io.vertx.core.AsyncResult<com.datastax.oss.driver.api.core.cql.PreparedStatement>>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/SimpleStatement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/SimpleStatement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/oss/driver/api/core/cql/PreparedStatement;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
               Name  Flags
      statement      
      resultHandler  

  public abstract io.vertx.core.Future<com.datastax.oss.driver.api.core.cql.PreparedStatement> prepare(com.datastax.oss.driver.api.core.cql.SimpleStatement);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/SimpleStatement;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/SimpleStatement;)Lio/vertx/core/Future<Lcom/datastax/oss/driver/api/core/cql/PreparedStatement;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
           Name  Flags
      statement  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                  Name  Flags
      sql               
      rowStreamHandler  

  public abstract io.vertx.core.Future<io.vertx.cassandra.CassandraRowStream> queryStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/Future<Lio/vertx/cassandra/CassandraRowStream;>;
    MethodParameters:
      Name  Flags
      sql   

  public abstract io.vertx.cassandra.CassandraClient queryStream(com.datastax.oss.driver.api.core.cql.Statement, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.cassandra.CassandraRowStream>>);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler;)Lio/vertx/cassandra/CassandraClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/cassandra/CassandraRowStream;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
      io.vertx.codegen.annotations.Fluent()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
                  Name  Flags
      statement         
      rowStreamHandler  

  public abstract io.vertx.core.Future<io.vertx.cassandra.CassandraRowStream> queryStream(com.datastax.oss.driver.api.core.cql.Statement);
    descriptor: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/datastax/oss/driver/api/core/cql/Statement;)Lio/vertx/core/Future<Lio/vertx/cassandra/CassandraRowStream;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
           Name  Flags
      statement  

  public abstract io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/cassandra/CassandraClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      closeHandler  

  public abstract void metadata(io.vertx.core.Handler<io.vertx.core.AsyncResult<com.datastax.oss.driver.api.core.metadata.Metadata>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lcom/datastax/oss/driver/api/core/metadata/Metadata;>;>;)V
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.Future<com.datastax.oss.driver.api.core.metadata.Metadata> metadata();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lcom/datastax/oss/driver/api/core/metadata/Metadata;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore(value = {"permitted-type"})
}
SourceFile: "CassandraClient.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()