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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
        start local 1 // java.util.Collection commitsToDelete
        start local 2 // org.apache.lucene.store.Directory directoryOrig
        start local 3 // org.apache.lucene.index.SegmentInfos segmentInfos
         0: .line 756
            aload 0 /* this */
            invokespecial org.apache.lucene.index.IndexCommit.<init>:()V
         1: .line 757
            aload 0 /* this */
            aload 2 /* directoryOrig */
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.directoryOrig:Lorg/apache/lucene/store/Directory;
         2: .line 758
            aload 0 /* this */
            aload 1 /* commitsToDelete */
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.commitsToDelete:Ljava/util/Collection;
         3: .line 759
            aload 0 /* this */
            aload 3 /* segmentInfos */
            invokevirtual org.apache.lucene.index.SegmentInfos.getUserData:()Ljava/util/Map;
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.userData:Ljava/util/Map;
         4: .line 760
            aload 0 /* this */
            aload 3 /* segmentInfos */
            invokevirtual org.apache.lucene.index.SegmentInfos.getSegmentsFileName:()Ljava/lang/String;
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentsFileName:Ljava/lang/String;
         5: .line 761
            aload 0 /* this */
            aload 3 /* segmentInfos */
            invokevirtual org.apache.lucene.index.SegmentInfos.getGeneration:()J
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.generation:J
         6: .line 762
            aload 0 /* this */
            aload 3 /* segmentInfos */
            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: .line 763
            aload 0 /* this */
            aload 3 /* segmentInfos */
            invokevirtual org.apache.lucene.index.SegmentInfos.size:()I
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentCount:I
         8: .line 764
            return
        end local 3 // org.apache.lucene.index.SegmentInfos segmentInfos
        end local 2 // org.apache.lucene.store.Directory directoryOrig
        end local 1 // java.util.Collection commitsToDelete
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 768
            new java.lang.StringBuilder
            dup
            ldc "IndexFileDeleter.CommitPoint("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 773
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentCount:I
            ireturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 778
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.segmentsFileName:Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 783
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.files:Ljava/util/Collection;
            areturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 788
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.directoryOrig:Lorg/apache/lucene/store/Directory;
            areturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 793
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.generation:J
            lreturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 798
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.userData:Ljava/util/Map;
            areturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 807
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
            ifne 3
         1: .line 808
            aload 0 /* this */
            iconst_1
            putfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
         2: .line 809
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.commitsToDelete:Ljava/util/Collection;
            aload 0 /* this */
            invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
            pop
         3: .line 811
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
         0: .line 815
            aload 0 /* this */
            getfield org.apache.lucene.index.IndexFileDeleter$CommitPoint.deleted:Z
            ireturn
        end local 0 // org.apache.lucene.index.IndexFileDeleter$CommitPoint this
      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