final class org.apache.lucene.index.IndexFileDeleter$CommitPoint extends org.apache.lucene.index.IndexCommit
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.apache.lucene.index.IndexFileDeleter$CommitPoint
super_class: org.apache.lucene.index.IndexCommit
{
java.util.Collection<java.lang.String> files;
descriptor: Ljava/util/Collection;
flags: (0x0000)
Signature: Ljava/util/Collection<Ljava/lang/String;>;
java.lang.String segmentsFileName;
descriptor: Ljava/lang/String;
flags: (0x0000)
boolean deleted;
descriptor: Z
flags: (0x0000)
org.apache.lucene.store.Directory directoryOrig;
descriptor: Lorg/apache/lucene/store/Directory;
flags: (0x0000)
java.util.Collection<org.apache.lucene.index.IndexFileDeleter$CommitPoint> commitsToDelete;
descriptor: Ljava/util/Collection;
flags: (0x0000)
Signature: Ljava/util/Collection<Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;>;
long generation;
descriptor: J
flags: (0x0000)
final java.util.Map<java.lang.String, java.lang.String> userData;
descriptor: Ljava/util/Map;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
private final int segmentCount;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.util.Collection<org.apache.lucene.index.IndexFileDeleter$CommitPoint>, org.apache.lucene.store.Directory, org.apache.lucene.index.SegmentInfos);
descriptor: (Ljava/util/Collection;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/SegmentInfos;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial org.apache.lucene.index.IndexCommit.<init>:()V
1: aload 0
aload 2
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.directoryOrig:Lorg/apache/lucene/store/Directory;
2: aload 0
aload 1
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.commitsToDelete:Ljava/util/Collection;
3: aload 0
aload 3
invokevirtual org.apache.lucene.index.SegmentInfos.getUserData:()Ljava/util/Map;
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.userData:Ljava/util/Map;
4: aload 0
aload 3
invokevirtual org.apache.lucene.index.SegmentInfos.getSegmentsFileName:()Ljava/lang/String;
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentsFileName:Ljava/lang/String;
5: aload 0
aload 3
invokevirtual org.apache.lucene.index.SegmentInfos.getGeneration:()J
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.generation:J
6: aload 0
aload 3
iconst_1
invokevirtual org.apache.lucene.index.SegmentInfos.files:(Z)Ljava/util/Collection;
invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.files:Ljava/util/Collection;
7: aload 0
aload 3
invokevirtual org.apache.lucene.index.SegmentInfos.size:()I
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentCount:I
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
0 9 1 commitsToDelete Ljava/util/Collection<Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;>;
0 9 2 directoryOrig Lorg/apache/lucene/store/Directory;
0 9 3 segmentInfos Lorg/apache/lucene/index/SegmentInfos;
Exceptions:
throws java.io.IOException
Signature: (Ljava/util/Collection<Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;>;Lorg/apache/lucene/store/Directory;Lorg/apache/lucene/index/SegmentInfos;)V
MethodParameters:
Name Flags
commitsToDelete
directoryOrig
segmentInfos
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "IndexFileDeleter.CommitPoint("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentsFileName:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ")"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public int getSegmentCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentCount:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public java.lang.String getSegmentsFileName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentsFileName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public java.util.Collection<java.lang.String> getFileNames();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.files:Ljava/util/Collection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
Signature: ()Ljava/util/Collection<Ljava/lang/String;>;
public org.apache.lucene.store.Directory getDirectory();
descriptor: ()Lorg/apache/lucene/store/Directory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.directoryOrig:Lorg/apache/lucene/store/Directory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public long getGeneration();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.generation:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public java.util.Map<java.lang.String, java.lang.String> getUserData();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.userData:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
public void delete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
ifne 3
1: aload 0
iconst_1
putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
2: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.commitsToDelete:Ljava/util/Collection;
aload 0
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
public boolean isDeleted();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/index/IndexFileDeleter$CommitPoint;
}
SourceFile: "IndexFileDeleter.java"
NestHost: org.apache.lucene.index.IndexFileDeleter
InnerClasses:
private final CommitPoint = org.apache.lucene.index.IndexFileDeleter$CommitPoint of org.apache.lucene.index.IndexFileDeleter