public class io.ebeanservice.docstore.api.DocStoreUpdates
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeanservice.docstore.api.DocStoreUpdates
  super_class: java.lang.Object
{
  private final java.util.List<io.ebeanservice.docstore.api.DocStoreUpdate> persistEvents;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeanservice/docstore/api/DocStoreUpdate;>;

  private final java.util.List<io.ebeanservice.docstore.api.DocStoreUpdate> deleteEvents;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebeanservice/docstore/api/DocStoreUpdate;>;

  private final java.util.List<io.ebean.DocStoreQueueEntry> nestedEvents;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/DocStoreQueueEntry;>;

  private final java.util.List<io.ebean.DocStoreQueueEntry> queueEntries;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/ebean/DocStoreQueueEntry;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 18
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeanservice.docstore.api.DocStoreUpdates.persistEvents:Ljava/util/List;
         2: .line 23
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeanservice.docstore.api.DocStoreUpdates.deleteEvents:Ljava/util/List;
         3: .line 28
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeanservice.docstore.api.DocStoreUpdates.nestedEvents:Ljava/util/List;
         4: .line 33
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
         5: .line 36
            return
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 42
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.persistEvents:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.deleteEvents:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.nestedEvents:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;

  public void addPersist(io.ebeanservice.docstore.api.DocStoreUpdate);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreUpdate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // io.ebeanservice.docstore.api.DocStoreUpdate bulkRequest
         0: .line 49
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.persistEvents:Ljava/util/List;
            aload 1 /* bulkRequest */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 50
            return
        end local 1 // io.ebeanservice.docstore.api.DocStoreUpdate bulkRequest
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  bulkRequest  Lio/ebeanservice/docstore/api/DocStoreUpdate;
    MethodParameters:
             Name  Flags
      bulkRequest  

  public void addDelete(io.ebeanservice.docstore.api.DocStoreUpdate);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreUpdate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // io.ebeanservice.docstore.api.DocStoreUpdate bulkRequest
         0: .line 56
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.deleteEvents:Ljava/util/List;
            aload 1 /* bulkRequest */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 57
            return
        end local 1 // io.ebeanservice.docstore.api.DocStoreUpdate bulkRequest
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  bulkRequest  Lio/ebeanservice/docstore/api/DocStoreUpdate;
    MethodParameters:
             Name  Flags
      bulkRequest  

  public void addNested(java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // java.lang.String queueId
        start local 2 // java.lang.String path
        start local 3 // java.lang.Object beanId
         0: .line 63
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.nestedEvents:Ljava/util/List;
            new io.ebean.DocStoreQueueEntry
            dup
            getstatic io.ebean.DocStoreQueueEntry$Action.NESTED:Lio/ebean/DocStoreQueueEntry$Action;
            aload 1 /* queueId */
            aload 2 /* path */
            aload 3 /* beanId */
            invokespecial io.ebean.DocStoreQueueEntry.<init>:(Lio/ebean/DocStoreQueueEntry$Action;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 64
            return
        end local 3 // java.lang.Object beanId
        end local 2 // java.lang.String path
        end local 1 // java.lang.String queueId
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  queueId  Ljava/lang/String;
            0    2     2     path  Ljava/lang/String;
            0    2     3   beanId  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      queueId  
      path     
      beanId   

  public void queueIndex(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // java.lang.String queueId
        start local 2 // java.lang.Object beanId
         0: .line 70
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
            new io.ebean.DocStoreQueueEntry
            dup
            getstatic io.ebean.DocStoreQueueEntry$Action.INDEX:Lio/ebean/DocStoreQueueEntry$Action;
            aload 1 /* queueId */
            aload 2 /* beanId */
            invokespecial io.ebean.DocStoreQueueEntry.<init>:(Lio/ebean/DocStoreQueueEntry$Action;Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 71
            return
        end local 2 // java.lang.Object beanId
        end local 1 // java.lang.String queueId
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  queueId  Ljava/lang/String;
            0    2     2   beanId  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      queueId  
      beanId   

  public void queueDelete(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // java.lang.String queueId
        start local 2 // java.lang.Object beanId
         0: .line 77
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
            new io.ebean.DocStoreQueueEntry
            dup
            getstatic io.ebean.DocStoreQueueEntry$Action.DELETE:Lio/ebean/DocStoreQueueEntry$Action;
            aload 1 /* queueId */
            aload 2 /* beanId */
            invokespecial io.ebean.DocStoreQueueEntry.<init>:(Lio/ebean/DocStoreQueueEntry$Action;Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 78
            return
        end local 2 // java.lang.Object beanId
        end local 1 // java.lang.String queueId
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  queueId  Ljava/lang/String;
            0    2     2   beanId  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      queueId  
      beanId   

  public void queueNested(java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
        start local 1 // java.lang.String queueId
        start local 2 // java.lang.String path
        start local 3 // java.lang.Object beanId
         0: .line 84
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
            new io.ebean.DocStoreQueueEntry
            dup
            getstatic io.ebean.DocStoreQueueEntry$Action.NESTED:Lio/ebean/DocStoreQueueEntry$Action;
            aload 1 /* queueId */
            aload 2 /* path */
            aload 3 /* beanId */
            invokespecial io.ebean.DocStoreQueueEntry.<init>:(Lio/ebean/DocStoreQueueEntry$Action;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 85
            return
        end local 3 // java.lang.Object beanId
        end local 2 // java.lang.String path
        end local 1 // java.lang.String queueId
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
            0    2     1  queueId  Ljava/lang/String;
            0    2     2     path  Ljava/lang/String;
            0    2     3   beanId  Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      queueId  
      path     
      beanId   

  public java.util.List<io.ebeanservice.docstore.api.DocStoreUpdate> getPersistEvents();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 91
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.persistEvents:Ljava/util/List;
            areturn
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
    Signature: ()Ljava/util/List<Lio/ebeanservice/docstore/api/DocStoreUpdate;>;

  public java.util.List<io.ebeanservice.docstore.api.DocStoreUpdate> getDeleteEvents();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 98
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.deleteEvents:Ljava/util/List;
            areturn
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
    Signature: ()Ljava/util/List<Lio/ebeanservice/docstore/api/DocStoreUpdate;>;

  public java.util.List<io.ebean.DocStoreQueueEntry> getNestedEvents();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 105
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.nestedEvents:Ljava/util/List;
            areturn
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
    Signature: ()Ljava/util/List<Lio/ebean/DocStoreQueueEntry;>;

  public java.util.List<io.ebean.DocStoreQueueEntry> getQueueEntries();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
         0: .line 112
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.DocStoreUpdates.queueEntries:Ljava/util/List;
            areturn
        end local 0 // io.ebeanservice.docstore.api.DocStoreUpdates this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeanservice/docstore/api/DocStoreUpdates;
    Signature: ()Ljava/util/List<Lio/ebean/DocStoreQueueEntry;>;
}
SourceFile: "DocStoreUpdates.java"
InnerClasses:
  public final Action = io.ebean.DocStoreQueueEntry$Action of io.ebean.DocStoreQueueEntry