class org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult
super_class: java.lang.Object
{
final boolean anyDeletes;
descriptor: Z
flags: (0x0010) ACC_FINAL
final java.util.List<org.apache.lucene.index.SegmentCommitInfo> allDeleted;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;
void <init>(boolean, java.util.List<org.apache.lucene.index.SegmentCommitInfo>);
descriptor: (ZLjava/util/List;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult.anyDeletes:Z
2: aload 0
aload 2
putfield org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult.allDeleted:Ljava/util/List;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/BufferedUpdatesStream$ApplyDeletesResult;
0 4 1 anyDeletes Z
0 4 2 allDeleted Ljava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;
Signature: (ZLjava/util/List<Lorg/apache/lucene/index/SegmentCommitInfo;>;)V
MethodParameters:
Name Flags
anyDeletes
allDeleted
}
SourceFile: "BufferedUpdatesStream.java"
NestHost: org.apache.lucene.index.BufferedUpdatesStream
InnerClasses:
ApplyDeletesResult = org.apache.lucene.index.BufferedUpdatesStream$ApplyDeletesResult of org.apache.lucene.index.BufferedUpdatesStream