class org.apache.lucene.index.DocumentsWriterPerThread$1 extends org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.DocumentsWriterPerThread$1
super_class: org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.apache.lucene.index.DocumentsWriterPerThread$IndexingChain.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/DocumentsWriterPerThread$1;
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: (0x0000)
Code:
stack=8, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: new org.apache.lucene.index.DefaultIndexingChain
dup
iload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokespecial org.apache.lucene.index.DefaultIndexingChain.<init>:(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;)V
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/DocumentsWriterPerThread$1;
0 1 1 indexCreatedVersionMajor I
0 1 2 segmentInfo Lorg/apache/lucene/index/SegmentInfo;
0 1 3 directory Lorg/apache/lucene/store/Directory;
0 1 4 fieldInfos Lorg/apache/lucene/index/FieldInfos$Builder;
0 1 5 indexWriterConfig Lorg/apache/lucene/index/LiveIndexWriterConfig;
0 1 6 abortingExceptionConsumer Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
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"
EnclosingMethod: org.apache.lucene.index.DocumentsWriterPerThread
NestHost: org.apache.lucene.index.DocumentsWriterPerThread
InnerClasses:
org.apache.lucene.index.DocumentsWriterPerThread$1
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