public class org.apache.cassandra.db.partitions.ImmutableBTreePartition extends org.apache.cassandra.db.partitions.AbstractBTreePartition
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.db.partitions.ImmutableBTreePartition
  super_class: org.apache.cassandra.db.partitions.AbstractBTreePartition
{
  protected final org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder holder;
    descriptor: Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.apache.cassandra.config.CFMetaData, org.apache.cassandra.db.DecoratedKey, org.apache.cassandra.db.PartitionColumns, org.apache.cassandra.db.rows.Row, java.lang.Object[], org.apache.cassandra.db.DeletionInfo, org.apache.cassandra.db.rows.EncodingStats);
    descriptor: (Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/PartitionColumns;Lorg/apache/cassandra/db/rows/Row;[Ljava/lang/Object;Lorg/apache/cassandra/db/DeletionInfo;Lorg/apache/cassandra/db/rows/EncodingStats;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
        start local 1 // org.apache.cassandra.config.CFMetaData metadata
        start local 2 // org.apache.cassandra.db.DecoratedKey partitionKey
        start local 3 // org.apache.cassandra.db.PartitionColumns columns
        start local 4 // org.apache.cassandra.db.rows.Row staticRow
        start local 5 // java.lang.Object[] tree
        start local 6 // org.apache.cassandra.db.DeletionInfo deletionInfo
        start local 7 // org.apache.cassandra.db.rows.EncodingStats stats
         0: .line 40
            aload 0 /* this */
            aload 1 /* metadata */
            aload 2 /* partitionKey */
            invokespecial org.apache.cassandra.db.partitions.AbstractBTreePartition.<init>:(Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;)V
         1: .line 41
            aload 0 /* this */
            new org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder
            dup
            aload 3 /* columns */
            aload 5 /* tree */
            aload 6 /* deletionInfo */
            aload 4 /* staticRow */
            aload 7 /* stats */
            invokespecial org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder.<init>:(Lorg/apache/cassandra/db/PartitionColumns;[Ljava/lang/Object;Lorg/apache/cassandra/db/DeletionInfo;Lorg/apache/cassandra/db/rows/Row;Lorg/apache/cassandra/db/rows/EncodingStats;)V
            putfield org.apache.cassandra.db.partitions.ImmutableBTreePartition.holder:Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
         2: .line 42
            return
        end local 7 // org.apache.cassandra.db.rows.EncodingStats stats
        end local 6 // org.apache.cassandra.db.DeletionInfo deletionInfo
        end local 5 // java.lang.Object[] tree
        end local 4 // org.apache.cassandra.db.rows.Row staticRow
        end local 3 // org.apache.cassandra.db.PartitionColumns columns
        end local 2 // org.apache.cassandra.db.DecoratedKey partitionKey
        end local 1 // org.apache.cassandra.config.CFMetaData metadata
        end local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
            0    3     1      metadata  Lorg/apache/cassandra/config/CFMetaData;
            0    3     2  partitionKey  Lorg/apache/cassandra/db/DecoratedKey;
            0    3     3       columns  Lorg/apache/cassandra/db/PartitionColumns;
            0    3     4     staticRow  Lorg/apache/cassandra/db/rows/Row;
            0    3     5          tree  [Ljava/lang/Object;
            0    3     6  deletionInfo  Lorg/apache/cassandra/db/DeletionInfo;
            0    3     7         stats  Lorg/apache/cassandra/db/rows/EncodingStats;
    MethodParameters:
              Name  Flags
      metadata      
      partitionKey  
      columns       
      staticRow     
      tree          
      deletionInfo  
      stats         

  protected void <init>(org.apache.cassandra.config.CFMetaData, org.apache.cassandra.db.DecoratedKey, org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder);
    descriptor: (Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
        start local 1 // org.apache.cassandra.config.CFMetaData metadata
        start local 2 // org.apache.cassandra.db.DecoratedKey partitionKey
        start local 3 // org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder holder
         0: .line 48
            aload 0 /* this */
            aload 1 /* metadata */
            aload 2 /* partitionKey */
            invokespecial org.apache.cassandra.db.partitions.AbstractBTreePartition.<init>:(Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;)V
         1: .line 49
            aload 0 /* this */
            aload 3 /* holder */
            putfield org.apache.cassandra.db.partitions.ImmutableBTreePartition.holder:Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
         2: .line 50
            return
        end local 3 // org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder holder
        end local 2 // org.apache.cassandra.db.DecoratedKey partitionKey
        end local 1 // org.apache.cassandra.config.CFMetaData metadata
        end local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
            0    3     1      metadata  Lorg/apache/cassandra/config/CFMetaData;
            0    3     2  partitionKey  Lorg/apache/cassandra/db/DecoratedKey;
            0    3     3        holder  Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
    MethodParameters:
              Name  Flags
      metadata      
      partitionKey  
      holder        

  public static org.apache.cassandra.db.partitions.ImmutableBTreePartition create(org.apache.cassandra.db.rows.UnfilteredRowIterator);
    descriptor: (Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
         0: .line 63
            aload 0 /* iterator */
            bipush 16
            invokestatic org.apache.cassandra.db.partitions.ImmutableBTreePartition.create:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;I)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
            areturn
        end local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterator  Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
    MethodParameters:
          Name  Flags
      iterator  

  public static org.apache.cassandra.db.partitions.ImmutableBTreePartition create(org.apache.cassandra.db.rows.UnfilteredRowIterator, boolean);
    descriptor: (Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;Z)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
        start local 1 // boolean ordered
         0: .line 78
            aload 0 /* iterator */
            bipush 16
            iload 1 /* ordered */
            invokestatic org.apache.cassandra.db.partitions.ImmutableBTreePartition.create:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;IZ)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
            areturn
        end local 1 // boolean ordered
        end local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterator  Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            0    1     1   ordered  Z
    MethodParameters:
          Name  Flags
      iterator  
      ordered   

  public static org.apache.cassandra.db.partitions.ImmutableBTreePartition create(org.apache.cassandra.db.rows.UnfilteredRowIterator, int);
    descriptor: (Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;I)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
        start local 1 // int initialRowCapacity
         0: .line 94
            aload 0 /* iterator */
            iload 1 /* initialRowCapacity */
            iconst_1
            invokestatic org.apache.cassandra.db.partitions.ImmutableBTreePartition.create:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;IZ)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
            areturn
        end local 1 // int initialRowCapacity
        end local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0            iterator  Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            0    1     1  initialRowCapacity  I
    MethodParameters:
                    Name  Flags
      iterator            
      initialRowCapacity  

  public static org.apache.cassandra.db.partitions.ImmutableBTreePartition create(org.apache.cassandra.db.rows.UnfilteredRowIterator, int, boolean);
    descriptor: (Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;IZ)Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
        start local 1 // int initialRowCapacity
        start local 2 // boolean ordered
         0: .line 111
            new org.apache.cassandra.db.partitions.ImmutableBTreePartition
            dup
            aload 0 /* iterator */
            invokeinterface org.apache.cassandra.db.rows.UnfilteredRowIterator.metadata:()Lorg/apache/cassandra/config/CFMetaData;
            aload 0 /* iterator */
            invokeinterface org.apache.cassandra.db.rows.UnfilteredRowIterator.partitionKey:()Lorg/apache/cassandra/db/DecoratedKey;
            aload 0 /* iterator */
            iload 1 /* initialRowCapacity */
            iload 2 /* ordered */
            invokestatic org.apache.cassandra.db.partitions.ImmutableBTreePartition.build:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;IZ)Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
            invokespecial org.apache.cassandra.db.partitions.ImmutableBTreePartition.<init>:(Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;)V
            areturn
        end local 2 // boolean ordered
        end local 1 // int initialRowCapacity
        end local 0 // org.apache.cassandra.db.rows.UnfilteredRowIterator iterator
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0            iterator  Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            0    1     1  initialRowCapacity  I
            0    1     2             ordered  Z
    MethodParameters:
                    Name  Flags
      iterator            
      initialRowCapacity  
      ordered             

  protected org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder holder();
    descriptor: ()Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
         0: .line 116
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.ImmutableBTreePartition.holder:Lorg/apache/cassandra/db/partitions/AbstractBTreePartition$Holder;
            areturn
        end local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;

  protected boolean canHaveShadowedData();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
         0: .line 121
            iconst_0
            ireturn
        end local 0 // org.apache.cassandra.db.partitions.ImmutableBTreePartition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;
}
SourceFile: "ImmutableBTreePartition.java"
InnerClasses:
  protected final Holder = org.apache.cassandra.db.partitions.AbstractBTreePartition$Holder of org.apache.cassandra.db.partitions.AbstractBTreePartition