abstract class org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/index/DocumentsWriterPerThread$IndexingChain;

  abstract org.apache.lucene.index.DocConsumer getChain(int, org.apache.lucene.index.SegmentInfo, org.apache.lucene.store.Directory, org.apache.lucene.index.FieldInfos$Builder, org.apache.lucene.index.LiveIndexWriterConfig, java.util.function.Consumer<java.lang.Throwable>);
    descriptor: (ILorg/apache/lucene/index/SegmentInfo;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos$Builder;Lorg/apache/lucene/index/LiveIndexWriterConfig;Ljava/util/function/Consumer;)Lorg/apache/lucene/index/DocConsumer;
    flags: (0x0400) ACC_ABSTRACT
    Signature: (ILorg/apache/lucene/index/SegmentInfo;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/FieldInfos$Builder;Lorg/apache/lucene/index/LiveIndexWriterConfig;Ljava/util/function/Consumer<Ljava/lang/Throwable;>;)Lorg/apache/lucene/index/DocConsumer;
    MethodParameters:
                           Name  Flags
      indexCreatedVersionMajor   
      segmentInfo                
      directory                  
      fieldInfos                 
      indexWriterConfig          
      abortingExceptionConsumer  
}
SourceFile: "DocumentsWriterPerThread.java"
NestHost: org.apache.lucene.index.DocumentsWriterPerThread
InnerClasses:
  abstract IndexingChain = org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain of org.apache.lucene.index.DocumentsWriterPerThread
  final Builder = org.apache.lucene.index.FieldInfos$Builder of org.apache.lucene.index.FieldInfos