public class io.ebeaninternal.server.autotune.NoAutoTuneService implements io.ebeaninternal.server.autotune.AutoTuneService
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.autotune.NoAutoTuneService
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
         0: .line 8
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;

  public void startup();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
         0: .line 13
            return
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;

  public boolean tuneQuery(io.ebeaninternal.api.SpiQuery<?>);
    descriptor: (Lio/ebeaninternal/api/SpiQuery;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
        start local 1 // io.ebeaninternal.api.SpiQuery query
         0: .line 17
            iconst_0
            ireturn
        end local 1 // io.ebeaninternal.api.SpiQuery query
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;
            0    1     1  query  Lio/ebeaninternal/api/SpiQuery<*>;
    Signature: (Lio/ebeaninternal/api/SpiQuery<*>;)Z
    MethodParameters:
       Name  Flags
      query  

  public void collectProfiling();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
         0: .line 23
            return
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;

  public void reportProfiling();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
         0: .line 28
            return
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
         0: .line 33
            return
        end local 0 // io.ebeaninternal.server.autotune.NoAutoTuneService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/autotune/NoAutoTuneService;
}
SourceFile: "NoAutoTuneService.java"