public class org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark
  super_class: java.lang.Object
{
  private final org.apache.cassandra.db.rows.Row row;
    descriptor: Lorg/apache/cassandra/db/rows/Row;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.cassandra.config.ColumnDefinition column;
    descriptor: Lorg/apache/cassandra/config/ColumnDefinition;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.cassandra.db.rows.CellPath path;
    descriptor: Lorg/apache/cassandra/db/rows/CellPath;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 909
            ldc Lorg/apache/cassandra/db/partitions/PartitionUpdate;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.apache.cassandra.db.rows.Row, org.apache.cassandra.config.ColumnDefinition, org.apache.cassandra.db.rows.CellPath);
    descriptor: (Lorg/apache/cassandra/db/rows/Row;Lorg/apache/cassandra/config/ColumnDefinition;Lorg/apache/cassandra/db/rows/CellPath;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
        start local 1 // org.apache.cassandra.db.rows.Row row
        start local 2 // org.apache.cassandra.config.ColumnDefinition column
        start local 3 // org.apache.cassandra.db.rows.CellPath path
         0: .line 915
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 917
            aload 0 /* this */
            aload 1 /* row */
            putfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
         2: .line 918
            aload 0 /* this */
            aload 2 /* column */
            putfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.column:Lorg/apache/cassandra/config/ColumnDefinition;
         3: .line 919
            aload 0 /* this */
            aload 3 /* path */
            putfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.path:Lorg/apache/cassandra/db/rows/CellPath;
         4: .line 920
            return
        end local 3 // org.apache.cassandra.db.rows.CellPath path
        end local 2 // org.apache.cassandra.config.ColumnDefinition column
        end local 1 // org.apache.cassandra.db.rows.Row row
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;
            0    5     1     row  Lorg/apache/cassandra/db/rows/Row;
            0    5     2  column  Lorg/apache/cassandra/config/ColumnDefinition;
            0    5     3    path  Lorg/apache/cassandra/db/rows/CellPath;
    MethodParameters:
        Name  Flags
      row     
      column  
      path    

  public org.apache.cassandra.db.Clustering clustering();
    descriptor: ()Lorg/apache/cassandra/db/Clustering;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
         0: .line 924
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
            invokeinterface org.apache.cassandra.db.rows.Row.clustering:()Lorg/apache/cassandra/db/Clustering;
            areturn
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;

  public org.apache.cassandra.config.ColumnDefinition column();
    descriptor: ()Lorg/apache/cassandra/config/ColumnDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
         0: .line 929
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.column:Lorg/apache/cassandra/config/ColumnDefinition;
            areturn
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;

  public org.apache.cassandra.db.rows.CellPath path();
    descriptor: ()Lorg/apache/cassandra/db/rows/CellPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
         0: .line 934
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.path:Lorg/apache/cassandra/db/rows/CellPath;
            areturn
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;

  public java.nio.ByteBuffer value();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
         0: .line 939
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.path:Lorg/apache/cassandra/db/rows/CellPath;
            ifnonnull 2
         1: .line 940
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.column:Lorg/apache/cassandra/config/ColumnDefinition;
            invokeinterface org.apache.cassandra.db.rows.Row.getCell:(Lorg/apache/cassandra/config/ColumnDefinition;)Lorg/apache/cassandra/db/rows/Cell;
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
            goto 3
         2: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.column:Lorg/apache/cassandra/config/ColumnDefinition;
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.path:Lorg/apache/cassandra/db/rows/CellPath;
            invokeinterface org.apache.cassandra.db.rows.Row.getCell:(Lorg/apache/cassandra/config/ColumnDefinition;Lorg/apache/cassandra/db/rows/CellPath;)Lorg/apache/cassandra/db/rows/Cell;
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
         3: .line 939
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
            areturn
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;

  public void setValue(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
        start local 1 // java.nio.ByteBuffer value
         0: .line 948
            getstatic org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
            instanceof org.apache.cassandra.db.rows.BTreeRow
            ifne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.row:Lorg/apache/cassandra/db/rows/Row;
            checkcast org.apache.cassandra.db.rows.BTreeRow
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.column:Lorg/apache/cassandra/config/ColumnDefinition;
            aload 0 /* this */
            getfield org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark.path:Lorg/apache/cassandra/db/rows/CellPath;
            aload 1 /* value */
            invokevirtual org.apache.cassandra.db.rows.BTreeRow.setValue:(Lorg/apache/cassandra/config/ColumnDefinition;Lorg/apache/cassandra/db/rows/CellPath;Ljava/nio/ByteBuffer;)V
         2: .line 950
            return
        end local 1 // java.nio.ByteBuffer value
        end local 0 // org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/cassandra/db/partitions/PartitionUpdate$CounterMark;
            0    3     1  value  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "PartitionUpdate.java"
NestHost: org.apache.cassandra.db.partitions.PartitionUpdate
InnerClasses:
  public CounterMark = org.apache.cassandra.db.partitions.PartitionUpdate$CounterMark of org.apache.cassandra.db.partitions.PartitionUpdate