class org.apache.lucene.index.IndexWriter$1 implements org.apache.lucene.index.DocumentsWriter$FlushNotifications
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.index.IndexWriter$1
  super_class: java.lang.Object
{
  final org.apache.lucene.index.IndexWriter this$0;
    descriptor: Lorg/apache/lucene/index/IndexWriter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.index.IndexWriter);
    descriptor: (Lorg/apache/lucene/index/IndexWriter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
         0: .line 433
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/IndexWriter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void deleteUnusedFiles(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
        start local 1 // java.util.Collection files
         0: .line 436
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.eventQueue:Lorg/apache/lucene/index/IndexWriter$EventQueue;
            aload 1 /* files */
            invokedynamic process(Ljava/util/Collection;)Lorg/apache/lucene/index/IndexWriter$Event;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/apache/lucene/index/IndexWriter;)V
                  org/apache/lucene/index/IndexWriter$1.lambda$0(Ljava/util/Collection;Lorg/apache/lucene/index/IndexWriter;)V (6)
                  (Lorg/apache/lucene/index/IndexWriter;)V
            invokevirtual org.apache.lucene.index.IndexWriter$EventQueue.add:(Lorg/apache/lucene/index/IndexWriter$Event;)Z
            pop
         1: .line 437
            return
        end local 1 // java.util.Collection files
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/lucene/index/IndexWriter$1;
            0    2     1  files  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
       Name  Flags
      files  

  public void flushFailed(org.apache.lucene.index.SegmentInfo);
    descriptor: (Lorg/apache/lucene/index/SegmentInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
        start local 1 // org.apache.lucene.index.SegmentInfo info
         0: .line 441
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.eventQueue:Lorg/apache/lucene/index/IndexWriter$EventQueue;
            aload 1 /* info */
            invokedynamic process(Lorg/apache/lucene/index/SegmentInfo;)Lorg/apache/lucene/index/IndexWriter$Event;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/apache/lucene/index/IndexWriter;)V
                  org/apache/lucene/index/IndexWriter$1.lambda$1(Lorg/apache/lucene/index/SegmentInfo;Lorg/apache/lucene/index/IndexWriter;)V (6)
                  (Lorg/apache/lucene/index/IndexWriter;)V
            invokevirtual org.apache.lucene.index.IndexWriter$EventQueue.add:(Lorg/apache/lucene/index/IndexWriter$Event;)Z
            pop
         1: .line 442
            return
        end local 1 // org.apache.lucene.index.SegmentInfo info
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/IndexWriter$1;
            0    2     1  info  Lorg/apache/lucene/index/SegmentInfo;
    MethodParameters:
      Name  Flags
      info  

  public void afterSegmentsFlushed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
         0: .line 446
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            iconst_0
            invokevirtual org.apache.lucene.index.IndexWriter.publishFlushedSegments:(Z)V
         1: .line 447
            return
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/IndexWriter$1;
    Exceptions:
      throws java.io.IOException

  public void onTragicEvent(java.lang.Throwable, java.lang.String);
    descriptor: (Ljava/lang/Throwable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
        start local 1 // java.lang.Throwable event
        start local 2 // java.lang.String message
         0: .line 451
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            aload 1 /* event */
            aload 2 /* message */
            invokevirtual org.apache.lucene.index.IndexWriter.onTragicEvent:(Ljava/lang/Throwable;Ljava/lang/String;)V
         1: .line 452
            return
        end local 2 // java.lang.String message
        end local 1 // java.lang.Throwable event
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/lucene/index/IndexWriter$1;
            0    2     1    event  Ljava/lang/Throwable;
            0    2     2  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      event    
      message  

  public void onDeletesApplied();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
         0: .line 456
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.eventQueue:Lorg/apache/lucene/index/IndexWriter$EventQueue;
            aload 0 /* this */
            invokedynamic process(Lorg/apache/lucene/index/IndexWriter$1;)Lorg/apache/lucene/index/IndexWriter$Event;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/apache/lucene/index/IndexWriter;)V
                  org/apache/lucene/index/IndexWriter$1.lambda$2(Lorg/apache/lucene/index/IndexWriter;)V (7)
                  (Lorg/apache/lucene/index/IndexWriter;)V
            invokevirtual org.apache.lucene.index.IndexWriter$EventQueue.add:(Lorg/apache/lucene/index/IndexWriter$Event;)Z
            pop
         1: .line 464
            return
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/IndexWriter$1;

  public void onTicketBacklog();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
         0: .line 468
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.eventQueue:Lorg/apache/lucene/index/IndexWriter$EventQueue;
            invokedynamic process()Lorg/apache/lucene/index/IndexWriter$Event;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/apache/lucene/index/IndexWriter;)V
                  org/apache/lucene/index/IndexWriter$1.lambda$3(Lorg/apache/lucene/index/IndexWriter;)V (6)
                  (Lorg/apache/lucene/index/IndexWriter;)V
            invokevirtual org.apache.lucene.index.IndexWriter$EventQueue.add:(Lorg/apache/lucene/index/IndexWriter$Event;)Z
            pop
         1: .line 469
            return
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/lucene/index/IndexWriter$1;

  private static void lambda$0(java.util.Collection, org.apache.lucene.index.IndexWriter);
    descriptor: (Ljava/util/Collection;Lorg/apache/lucene/index/IndexWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.apache.lucene.index.IndexWriter w
         0: .line 436
            aload 1 /* w */
            aload 0
            invokevirtual org.apache.lucene.index.IndexWriter.deleteNewFiles:(Ljava/util/Collection;)V
            return
        end local 1 // org.apache.lucene.index.IndexWriter w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     w  Lorg/apache/lucene/index/IndexWriter;
    Exceptions:
      throws java.io.IOException

  private static void lambda$1(org.apache.lucene.index.SegmentInfo, org.apache.lucene.index.IndexWriter);
    descriptor: (Lorg/apache/lucene/index/SegmentInfo;Lorg/apache/lucene/index/IndexWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.apache.lucene.index.IndexWriter w
         0: .line 441
            aload 1 /* w */
            aload 0
            invokevirtual org.apache.lucene.index.IndexWriter.flushFailed:(Lorg/apache/lucene/index/SegmentInfo;)V
            return
        end local 1 // org.apache.lucene.index.IndexWriter w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     w  Lorg/apache/lucene/index/IndexWriter;
    Exceptions:
      throws java.io.IOException

  private void lambda$2(org.apache.lucene.index.IndexWriter);
    descriptor: (Lorg/apache/lucene/index/IndexWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.index.IndexWriter$1 this
        start local 1 // org.apache.lucene.index.IndexWriter w
         0: .line 458
            aload 1 /* w */
            iconst_1
            invokevirtual org.apache.lucene.index.IndexWriter.publishFlushedSegments:(Z)V
         1: .line 459
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2
         3: .line 460
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.flushCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         4: .line 461
            aload 2
            athrow
         5: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexWriter$1.this$0:Lorg/apache/lucene/index/IndexWriter;
            getfield org.apache.lucene.index.IndexWriter.flushCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         6: .line 462
            return
        end local 1 // org.apache.lucene.index.IndexWriter w
        end local 0 // org.apache.lucene.index.IndexWriter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/lucene/index/IndexWriter$1;
            0    7     1     w  Lorg/apache/lucene/index/IndexWriter;
      Exception table:
        from    to  target  type
           0     2       2  any
    Exceptions:
      throws java.io.IOException

  private static void lambda$3(org.apache.lucene.index.IndexWriter);
    descriptor: (Lorg/apache/lucene/index/IndexWriter;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.IndexWriter w
         0: .line 468
            aload 0 /* w */
            iconst_1
            invokevirtual org.apache.lucene.index.IndexWriter.publishFlushedSegments:(Z)V
            return
        end local 0 // org.apache.lucene.index.IndexWriter w
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     w  Lorg/apache/lucene/index/IndexWriter;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "IndexWriter.java"
EnclosingMethod: org.apache.lucene.index.IndexWriter
NestHost: org.apache.lucene.index.IndexWriter
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  abstract FlushNotifications = org.apache.lucene.index.DocumentsWriter$FlushNotifications of org.apache.lucene.index.DocumentsWriter
  org.apache.lucene.index.IndexWriter$1
  abstract Event = org.apache.lucene.index.IndexWriter$Event of org.apache.lucene.index.IndexWriter
  final EventQueue = org.apache.lucene.index.IndexWriter$EventQueue of org.apache.lucene.index.IndexWriter