class io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor implements io.ebeanservice.docstore.api.DocStoreUpdateProcessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeanservice/docstore/none/NoneDocStoreUpdateProcessor;

  public <T> io.ebeanservice.docstore.api.DocStoreQueryUpdate<T> createQueryUpdate(io.ebean.plugin.BeanType<T>, int);
    descriptor: (Lio/ebean/plugin/BeanType;I)Lio/ebeanservice/docstore/api/DocStoreQueryUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
        start local 1 // io.ebean.plugin.BeanType beanType
        start local 2 // int bulkBatchSize
         0: .line 18
            invokestatic io.ebeanservice.docstore.none.NoneDocStore.implementationNotInClassPath:()Ljava/lang/IllegalStateException;
            athrow
        end local 2 // int bulkBatchSize
        end local 1 // io.ebean.plugin.BeanType beanType
        end local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/ebeanservice/docstore/none/NoneDocStoreUpdateProcessor;
            0    1     1       beanType  Lio/ebean/plugin/BeanType<TT;>;
            0    1     2  bulkBatchSize  I
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lio/ebean/plugin/BeanType<TT;>;I)Lio/ebeanservice/docstore/api/DocStoreQueryUpdate<TT;>;
    MethodParameters:
               Name  Flags
      beanType       
      bulkBatchSize  

  public void process(io.ebeanservice.docstore.api.DocStoreUpdates, int);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreUpdates;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
        start local 1 // io.ebeanservice.docstore.api.DocStoreUpdates docStoreUpdates
        start local 2 // int bulkBatchSize
         0: .line 23
            invokestatic io.ebeanservice.docstore.none.NoneDocStore.implementationNotInClassPath:()Ljava/lang/IllegalStateException;
            athrow
        end local 2 // int bulkBatchSize
        end local 1 // io.ebeanservice.docstore.api.DocStoreUpdates docStoreUpdates
        end local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/ebeanservice/docstore/none/NoneDocStoreUpdateProcessor;
            0    1     1  docStoreUpdates  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    1     2    bulkBatchSize  I
    MethodParameters:
                 Name  Flags
      docStoreUpdates  
      bulkBatchSize    

  public io.ebeanservice.docstore.api.DocStoreTransaction createTransaction(int);
    descriptor: (I)Lio/ebeanservice/docstore/api/DocStoreTransaction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
        start local 1 // int batchSize
         0: .line 28
            invokestatic io.ebeanservice.docstore.none.NoneDocStore.implementationNotInClassPath:()Ljava/lang/IllegalStateException;
            athrow
        end local 1 // int batchSize
        end local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/ebeanservice/docstore/none/NoneDocStoreUpdateProcessor;
            0    1     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public void commit(io.ebeanservice.docstore.api.DocStoreTransaction);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreTransaction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
        start local 1 // io.ebeanservice.docstore.api.DocStoreTransaction docStoreTransaction
         0: .line 33
            invokestatic io.ebeanservice.docstore.none.NoneDocStore.implementationNotInClassPath:()Ljava/lang/IllegalStateException;
            athrow
        end local 1 // io.ebeanservice.docstore.api.DocStoreTransaction docStoreTransaction
        end local 0 // io.ebeanservice.docstore.none.NoneDocStoreUpdateProcessor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lio/ebeanservice/docstore/none/NoneDocStoreUpdateProcessor;
            0    1     1  docStoreTransaction  Lio/ebeanservice/docstore/api/DocStoreTransaction;
    MethodParameters:
                     Name  Flags
      docStoreTransaction  
}
SourceFile: "NoneDocStoreUpdateProcessor.java"