final class org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever extends org.apache.cassandra.db.RowIndexEntry$FileIndexInfoRetriever
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever
  super_class: org.apache.cassandra.db.RowIndexEntry$FileIndexInfoRetriever
{
  private final int offsetsOffset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(long, int, org.apache.cassandra.io.util.FileDataInput, org.apache.cassandra.io.ISerializer<org.apache.cassandra.io.sstable.IndexInfo>);
    descriptor: (JILorg/apache/cassandra/io/util/FileDataInput;Lorg/apache/cassandra/io/ISerializer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever this
        start local 1 // long indexInfoFilePosition
        start local 3 // int offsetsOffset
        start local 4 // org.apache.cassandra.io.util.FileDataInput indexReader
        start local 5 // org.apache.cassandra.io.ISerializer idxInfoSerializer
         0: .line 959
            aload 0 /* this */
            lload 1 /* indexInfoFilePosition */
            aload 4 /* indexReader */
            aload 5 /* idxInfoSerializer */
            invokespecial org.apache.cassandra.db.RowIndexEntry$FileIndexInfoRetriever.<init>:(JLorg/apache/cassandra/io/util/FileDataInput;Lorg/apache/cassandra/io/ISerializer;)V
         1: .line 960
            aload 0 /* this */
            iload 3 /* offsetsOffset */
            putfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.offsetsOffset:I
         2: .line 961
            return
        end local 5 // org.apache.cassandra.io.ISerializer idxInfoSerializer
        end local 4 // org.apache.cassandra.io.util.FileDataInput indexReader
        end local 3 // int offsetsOffset
        end local 1 // long indexInfoFilePosition
        end local 0 // org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/apache/cassandra/db/RowIndexEntry$ShallowInfoRetriever;
            0    3     1  indexInfoFilePosition  J
            0    3     3          offsetsOffset  I
            0    3     4            indexReader  Lorg/apache/cassandra/io/util/FileDataInput;
            0    3     5      idxInfoSerializer  Lorg/apache/cassandra/io/ISerializer<Lorg/apache/cassandra/io/sstable/IndexInfo;>;
    Signature: (JILorg/apache/cassandra/io/util/FileDataInput;Lorg/apache/cassandra/io/ISerializer<Lorg/apache/cassandra/io/sstable/IndexInfo;>;)V
    MethodParameters:
                       Name  Flags
      indexInfoFilePosition  
      offsetsOffset          
      indexReader            
      idxInfoSerializer      

  org.apache.cassandra.io.sstable.IndexInfo fetchIndex(int);
    descriptor: (I)Lorg/apache/cassandra/io/sstable/IndexInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever this
        start local 1 // int index
         0: .line 965
            aload 0 /* this */
            dup
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.retrievals:I
            iconst_1
            iadd
            putfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.retrievals:I
         1: .line 968
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexReader:Lorg/apache/cassandra/io/util/FileDataInput;
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexInfoFilePosition:J
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.offsetsOffset:I
            i2l
            ladd
            iload 1 /* index */
            iconst_0
            invokestatic org.apache.cassandra.db.TypeSizes.sizeof:(I)I
            imul
            i2l
            ladd
            invokeinterface org.apache.cassandra.io.util.FileDataInput.seek:(J)V
         2: .line 971
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexReader:Lorg/apache/cassandra/io/util/FileDataInput;
            invokeinterface org.apache.cassandra.io.util.FileDataInput.readInt:()I
            istore 2 /* indexInfoPos */
        start local 2 // int indexInfoPos
         3: .line 974
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexReader:Lorg/apache/cassandra/io/util/FileDataInput;
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexInfoFilePosition:J
            iload 2 /* indexInfoPos */
            i2l
            ladd
            invokeinterface org.apache.cassandra.io.util.FileDataInput.seek:(J)V
         4: .line 977
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.idxInfoSerializer:Lorg/apache/cassandra/io/ISerializer;
            aload 0 /* this */
            getfield org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever.indexReader:Lorg/apache/cassandra/io/util/FileDataInput;
            invokeinterface org.apache.cassandra.io.ISerializer.deserialize:(Lorg/apache/cassandra/io/util/DataInputPlus;)Ljava/lang/Object;
            checkcast org.apache.cassandra.io.sstable.IndexInfo
            areturn
        end local 2 // int indexInfoPos
        end local 1 // int index
        end local 0 // org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/cassandra/db/RowIndexEntry$ShallowInfoRetriever;
            0    5     1         index  I
            3    5     2  indexInfoPos  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "RowIndexEntry.java"
NestHost: org.apache.cassandra.db.RowIndexEntry
InnerClasses:
  private abstract FileIndexInfoRetriever = org.apache.cassandra.db.RowIndexEntry$FileIndexInfoRetriever of org.apache.cassandra.db.RowIndexEntry
  private final ShallowInfoRetriever = org.apache.cassandra.db.RowIndexEntry$ShallowInfoRetriever of org.apache.cassandra.db.RowIndexEntry