class io.vertx.ext.jdbc.impl.DataSourceHolder implements io.vertx.core.shareddata.Shareable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.DataSourceHolder
  super_class: java.lang.Object
{
  final io.vertx.core.impl.TaskQueue creationQueue;
    descriptor: Lio/vertx/core/impl/TaskQueue;
    flags: (0x0010) ACC_FINAL

  final io.vertx.ext.jdbc.spi.DataSourceProvider provider;
    descriptor: Lio/vertx/ext/jdbc/spi/DataSourceProvider;
    flags: (0x0010) ACC_FINAL

  final javax.sql.DataSource dataSource;
    descriptor: Ljavax/sql/DataSource;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.ExecutorService exec;
    descriptor: Ljava/util/concurrent/ExecutorService;
    flags: (0x0010) ACC_FINAL

  final io.vertx.core.spi.metrics.PoolMetrics metrics;
    descriptor: Lio/vertx/core/spi/metrics/PoolMetrics;
    flags: (0x0010) ACC_FINAL

  final int refCount;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(io.vertx.ext.jdbc.spi.DataSourceProvider);
    descriptor: (Lio/vertx/ext/jdbc/spi/DataSourceProvider;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
        start local 1 // io.vertx.ext.jdbc.spi.DataSourceProvider provider
         0: .line 36
            aload 0 /* this */
            new io.vertx.core.impl.TaskQueue
            dup
            invokespecial io.vertx.core.impl.TaskQueue.<init>:()V
            aload 1 /* provider */
            aconst_null
            aconst_null
            aconst_null
            iconst_1
            invokespecial io.vertx.ext.jdbc.impl.DataSourceHolder.<init>:(Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
         1: .line 37
            return
        end local 1 // io.vertx.ext.jdbc.spi.DataSourceProvider provider
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;
            0    2     1  provider  Lio/vertx/ext/jdbc/spi/DataSourceProvider;
    MethodParameters:
          Name  Flags
      provider  

  void <init>(javax.sql.DataSource, java.util.concurrent.ExecutorService, io.vertx.core.spi.metrics.PoolMetrics);
    descriptor: (Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
        start local 1 // javax.sql.DataSource dataSource
        start local 2 // java.util.concurrent.ExecutorService exec
        start local 3 // io.vertx.core.spi.metrics.PoolMetrics metrics
         0: .line 40
            aload 0 /* this */
            aconst_null
            aconst_null
            aload 1 /* dataSource */
            aload 2 /* exec */
            aload 3 /* metrics */
            iconst_1
            invokespecial io.vertx.ext.jdbc.impl.DataSourceHolder.<init>:(Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
         1: .line 41
            return
        end local 3 // io.vertx.core.spi.metrics.PoolMetrics metrics
        end local 2 // java.util.concurrent.ExecutorService exec
        end local 1 // javax.sql.DataSource dataSource
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;
            0    2     1  dataSource  Ljavax/sql/DataSource;
            0    2     2        exec  Ljava/util/concurrent/ExecutorService;
            0    2     3     metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
    MethodParameters:
            Name  Flags
      dataSource  
      exec        
      metrics     

  private void <init>(io.vertx.core.impl.TaskQueue, io.vertx.ext.jdbc.spi.DataSourceProvider, javax.sql.DataSource, java.util.concurrent.ExecutorService, io.vertx.core.spi.metrics.PoolMetrics, int);
    descriptor: (Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
        start local 1 // io.vertx.core.impl.TaskQueue creationQueue
        start local 2 // io.vertx.ext.jdbc.spi.DataSourceProvider provider
        start local 3 // javax.sql.DataSource dataSource
        start local 4 // java.util.concurrent.ExecutorService exec
        start local 5 // io.vertx.core.spi.metrics.PoolMetrics metrics
        start local 6 // int refCount
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            aload 3 /* dataSource */
            ifnull 4
         2: .line 45
            aload 4 /* exec */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 46
            goto 6
         4: .line 47
      StackMap locals: io.vertx.ext.jdbc.impl.DataSourceHolder io.vertx.core.impl.TaskQueue io.vertx.ext.jdbc.spi.DataSourceProvider javax.sql.DataSource java.util.concurrent.ExecutorService io.vertx.core.spi.metrics.PoolMetrics int
      StackMap stack:
            aload 1 /* creationQueue */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 48
            aload 2 /* provider */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* creationQueue */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.creationQueue:Lio/vertx/core/impl/TaskQueue;
         7: .line 51
            aload 0 /* this */
            aload 2 /* provider */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
         8: .line 52
            aload 0 /* this */
            aload 3 /* dataSource */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.dataSource:Ljavax/sql/DataSource;
         9: .line 53
            aload 0 /* this */
            aload 4 /* exec */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
        10: .line 54
            aload 0 /* this */
            aload 5 /* metrics */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
        11: .line 55
            aload 0 /* this */
            iload 6 /* refCount */
            putfield io.vertx.ext.jdbc.impl.DataSourceHolder.refCount:I
        12: .line 56
            return
        end local 6 // int refCount
        end local 5 // io.vertx.core.spi.metrics.PoolMetrics metrics
        end local 4 // java.util.concurrent.ExecutorService exec
        end local 3 // javax.sql.DataSource dataSource
        end local 2 // io.vertx.ext.jdbc.spi.DataSourceProvider provider
        end local 1 // io.vertx.core.impl.TaskQueue creationQueue
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;
            0   13     1  creationQueue  Lio/vertx/core/impl/TaskQueue;
            0   13     2       provider  Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            0   13     3     dataSource  Ljavax/sql/DataSource;
            0   13     4           exec  Ljava/util/concurrent/ExecutorService;
            0   13     5        metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
            0   13     6       refCount  I
    MethodParameters:
               Name  Flags
      creationQueue  
      provider       
      dataSource     
      exec           
      metrics        
      refCount       

  io.vertx.ext.jdbc.impl.DataSourceHolder created(javax.sql.DataSource, java.util.concurrent.ExecutorService, io.vertx.core.spi.metrics.PoolMetrics);
    descriptor: (Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;)Lio/vertx/ext/jdbc/impl/DataSourceHolder;
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
        start local 1 // javax.sql.DataSource dataSource
        start local 2 // java.util.concurrent.ExecutorService exec
        start local 3 // io.vertx.core.spi.metrics.PoolMetrics metrics
         0: .line 59
            aload 1 /* dataSource */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 60
            aload 2 /* exec */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 61
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.dataSource:Ljavax/sql/DataSource;
            ifnull 4
         3: .line 62
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         4: .line 64
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.jdbc.impl.DataSourceHolder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.creationQueue:Lio/vertx/core/impl/TaskQueue;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 1 /* dataSource */
            aload 2 /* exec */
            aload 3 /* metrics */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.refCount:I
            invokespecial io.vertx.ext.jdbc.impl.DataSourceHolder.<init>:(Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
            areturn
        end local 3 // io.vertx.core.spi.metrics.PoolMetrics metrics
        end local 2 // java.util.concurrent.ExecutorService exec
        end local 1 // javax.sql.DataSource dataSource
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;
            0    5     1  dataSource  Ljavax/sql/DataSource;
            0    5     2        exec  Ljava/util/concurrent/ExecutorService;
            0    5     3     metrics  Lio/vertx/core/spi/metrics/PoolMetrics;
    MethodParameters:
            Name  Flags
      dataSource  
      exec        
      metrics     

  io.vertx.ext.jdbc.impl.DataSourceHolder increment();
    descriptor: ()Lio/vertx/ext/jdbc/impl/DataSourceHolder;
    flags: (0x0000) 
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
         0: .line 68
            new io.vertx.ext.jdbc.impl.DataSourceHolder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.creationQueue:Lio/vertx/core/impl/TaskQueue;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.dataSource:Ljavax/sql/DataSource;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.refCount:I
            iconst_1
            iadd
            invokespecial io.vertx.ext.jdbc.impl.DataSourceHolder.<init>:(Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;

  io.vertx.ext.jdbc.impl.DataSourceHolder decrement();
    descriptor: ()Lio/vertx/ext/jdbc/impl/DataSourceHolder;
    flags: (0x0000) 
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.refCount:I
            iconst_1
            if_icmpge 2
         1: .line 73
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         2: .line 75
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.jdbc.impl.DataSourceHolder
            dup
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.creationQueue:Lio/vertx/core/impl/TaskQueue;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.provider:Lio/vertx/ext/jdbc/spi/DataSourceProvider;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.dataSource:Ljavax/sql/DataSource;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.exec:Ljava/util/concurrent/ExecutorService;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.metrics:Lio/vertx/core/spi/metrics/PoolMetrics;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.DataSourceHolder.refCount:I
            iconst_1
            isub
            invokespecial io.vertx.ext.jdbc.impl.DataSourceHolder.<init>:(Lio/vertx/core/impl/TaskQueue;Lio/vertx/ext/jdbc/spi/DataSourceProvider;Ljavax/sql/DataSource;Ljava/util/concurrent/ExecutorService;Lio/vertx/core/spi/metrics/PoolMetrics;I)V
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.DataSourceHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/jdbc/impl/DataSourceHolder;
}
SourceFile: "DataSourceHolder.java"