class org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest implements org.apache.cassandra.service.CASRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest
  super_class: java.lang.Object
{
  private final org.apache.cassandra.config.CFMetaData metadata;
    descriptor: Lorg/apache/cassandra/config/CFMetaData;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.util.List<org.apache.cassandra.db.LegacyLayout$LegacyCell> expected;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/cassandra/db/LegacyLayout$LegacyCell;>;

  private final org.apache.cassandra.db.partitions.PartitionUpdate updates;
    descriptor: Lorg/apache/cassandra/db/partitions/PartitionUpdate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int nowInSec;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.util.List<org.apache.cassandra.db.LegacyLayout$LegacyCell>, org.apache.cassandra.db.partitions.PartitionUpdate, );
    descriptor: (Ljava/util/List;Lorg/apache/cassandra/db/partitions/PartitionUpdate;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
        start local 1 // java.util.List expected
        start local 2 // org.apache.cassandra.db.partitions.PartitionUpdate updates
        start local 3 // int nowInSec
         0: .line 2555
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2557
            aload 0 /* this */
            aload 2 /* updates */
            invokevirtual org.apache.cassandra.db.partitions.PartitionUpdate.metadata:()Lorg/apache/cassandra/config/CFMetaData;
            putfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
         2: .line 2558
            aload 0 /* this */
            aload 2 /* updates */
            invokevirtual org.apache.cassandra.db.partitions.PartitionUpdate.partitionKey:()Lorg/apache/cassandra/db/DecoratedKey;
            putfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.key:Lorg/apache/cassandra/db/DecoratedKey;
         3: .line 2559
            aload 0 /* this */
            aload 1 /* expected */
            putfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expected:Ljava/util/List;
         4: .line 2560
            aload 0 /* this */
            aload 2 /* updates */
            putfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.updates:Lorg/apache/cassandra/db/partitions/PartitionUpdate;
         5: .line 2561
            aload 0 /* this */
            iload 3 /* nowInSec */
            putfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.nowInSec:I
         6: .line 2562
            return
        end local 3 // int nowInSec
        end local 2 // org.apache.cassandra.db.partitions.PartitionUpdate updates
        end local 1 // java.util.List expected
        end local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/cassandra/thrift/CassandraServer$ThriftCASRequest;
            0    7     1  expected  Ljava/util/List<Lorg/apache/cassandra/db/LegacyLayout$LegacyCell;>;
            0    7     2   updates  Lorg/apache/cassandra/db/partitions/PartitionUpdate;
            0    7     3  nowInSec  I
    Signature: (Ljava/util/List<Lorg/apache/cassandra/db/LegacyLayout$LegacyCell;>;Lorg/apache/cassandra/db/partitions/PartitionUpdate;I)V
    MethodParameters:
          Name  Flags
      expected  
      updates   
      nowInSec  

  public org.apache.cassandra.db.SinglePartitionReadCommand readCommand(int);
    descriptor: (I)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
        start local 1 // int nowInSec
         0: .line 2566
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expected:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 4
         1: .line 2569
            new org.apache.cassandra.db.filter.ClusteringIndexSliceFilter
            dup
            getstatic org.apache.cassandra.db.Slices.ALL:Lorg/apache/cassandra/db/Slices;
            iconst_0
            invokespecial org.apache.cassandra.db.filter.ClusteringIndexSliceFilter.<init>:(Lorg/apache/cassandra/db/Slices;Z)V
            astore 2 /* filter */
        start local 2 // org.apache.cassandra.db.filter.ClusteringIndexSliceFilter filter
         2: .line 2570
            iconst_1
            iconst_1
            invokestatic org.apache.cassandra.db.filter.DataLimits.thriftLimits:(II)Lorg/apache/cassandra/db/filter/DataLimits;
            astore 3 /* limits */
        start local 3 // org.apache.cassandra.db.filter.DataLimits limits
         3: .line 2571
            iconst_1
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            iload 1 /* nowInSec */
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            invokestatic org.apache.cassandra.db.filter.ColumnFilter.all:(Lorg/apache/cassandra/config/CFMetaData;)Lorg/apache/cassandra/db/filter/ColumnFilter;
            getstatic org.apache.cassandra.db.filter.RowFilter.NONE:Lorg/apache/cassandra/db/filter/RowFilter;
            aload 3 /* limits */
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.key:Lorg/apache/cassandra/db/DecoratedKey;
            aload 2 /* filter */
            invokestatic org.apache.cassandra.db.SinglePartitionReadCommand.create:(ZLorg/apache/cassandra/config/CFMetaData;ILorg/apache/cassandra/db/filter/ColumnFilter;Lorg/apache/cassandra/db/filter/RowFilter;Lorg/apache/cassandra/db/filter/DataLimits;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/filter/ClusteringIndexFilter;)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
            areturn
        end local 3 // org.apache.cassandra.db.filter.DataLimits limits
        end local 2 // org.apache.cassandra.db.filter.ClusteringIndexSliceFilter filter
         4: .line 2575
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            getfield org.apache.cassandra.config.CFMetaData.comparator:Lorg/apache/cassandra/db/ClusteringComparator;
            invokestatic org.apache.cassandra.utils.btree.BTreeSet.builder:(Ljava/util/Comparator;)Lorg/apache/cassandra/utils/btree/BTreeSet$Builder;
            astore 2 /* clusterings */
        start local 2 // org.apache.cassandra.utils.btree.BTreeSet$Builder clusterings
         5: .line 2577
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.key:Lorg/apache/cassandra/db/DecoratedKey;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expected:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            iload 1 /* nowInSec */
            invokestatic org.apache.cassandra.db.LegacyLayout.toRowIterator:(Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;Ljava/util/Iterator;I)Lorg/apache/cassandra/db/rows/RowIterator;
            invokestatic org.apache.cassandra.db.partitions.FilteredPartition.create:(Lorg/apache/cassandra/db/rows/RowIterator;)Lorg/apache/cassandra/db/partitions/FilteredPartition;
         6: .line 2576
            astore 3 /* expectedPartition */
        start local 3 // org.apache.cassandra.db.partitions.FilteredPartition expectedPartition
         7: .line 2579
            aload 3 /* expectedPartition */
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.iterator:()Ljava/util/Iterator;
            astore 5
            goto 10
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest int org.apache.cassandra.utils.btree.BTreeSet$Builder org.apache.cassandra.db.partitions.FilteredPartition top java.util.Iterator
      StackMap stack:
         8: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.cassandra.db.rows.Row
            astore 4 /* row */
        start local 4 // org.apache.cassandra.db.rows.Row row
         9: .line 2580
            aload 2 /* clusterings */
            aload 4 /* row */
            invokeinterface org.apache.cassandra.db.rows.Row.clustering:()Lorg/apache/cassandra/db/Clustering;
            invokevirtual org.apache.cassandra.utils.btree.BTreeSet$Builder.add:(Ljava/lang/Object;)Lorg/apache/cassandra/utils/btree/BTreeSet$Builder;
            pop
        end local 4 // org.apache.cassandra.db.rows.Row row
        10: .line 2579
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        11: .line 2582
            aload 3 /* expectedPartition */
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.staticRow:()Lorg/apache/cassandra/db/rows/Row;
            invokeinterface org.apache.cassandra.db.rows.Row.isEmpty:()Z
            ifeq 13
        12: .line 2583
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            invokevirtual org.apache.cassandra.config.CFMetaData.partitionColumns:()Lorg/apache/cassandra/db/PartitionColumns;
            invokevirtual org.apache.cassandra.db.PartitionColumns.withoutStatics:()Lorg/apache/cassandra/db/PartitionColumns;
            goto 14
        13: .line 2584
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest int org.apache.cassandra.utils.btree.BTreeSet$Builder org.apache.cassandra.db.partitions.FilteredPartition
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            invokevirtual org.apache.cassandra.config.CFMetaData.partitionColumns:()Lorg/apache/cassandra/db/PartitionColumns;
        14: .line 2582
      StackMap locals:
      StackMap stack: org.apache.cassandra.db.PartitionColumns
            astore 4 /* columns */
        start local 4 // org.apache.cassandra.db.PartitionColumns columns
        15: .line 2585
            new org.apache.cassandra.db.filter.ClusteringIndexNamesFilter
            dup
            aload 2 /* clusterings */
            invokevirtual org.apache.cassandra.utils.btree.BTreeSet$Builder.build:()Lorg/apache/cassandra/utils/btree/BTreeSet;
            iconst_0
            invokespecial org.apache.cassandra.db.filter.ClusteringIndexNamesFilter.<init>:(Ljava/util/NavigableSet;Z)V
            astore 5 /* filter */
        start local 5 // org.apache.cassandra.db.filter.ClusteringIndexNamesFilter filter
        16: .line 2586
            iconst_1
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            iload 1 /* nowInSec */
            aload 4 /* columns */
            invokestatic org.apache.cassandra.db.filter.ColumnFilter.selection:(Lorg/apache/cassandra/db/PartitionColumns;)Lorg/apache/cassandra/db/filter/ColumnFilter;
            getstatic org.apache.cassandra.db.filter.RowFilter.NONE:Lorg/apache/cassandra/db/filter/RowFilter;
            getstatic org.apache.cassandra.db.filter.DataLimits.NONE:Lorg/apache/cassandra/db/filter/DataLimits;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.key:Lorg/apache/cassandra/db/DecoratedKey;
            aload 5 /* filter */
            invokestatic org.apache.cassandra.db.SinglePartitionReadCommand.create:(ZLorg/apache/cassandra/config/CFMetaData;ILorg/apache/cassandra/db/filter/ColumnFilter;Lorg/apache/cassandra/db/filter/RowFilter;Lorg/apache/cassandra/db/filter/DataLimits;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/filter/ClusteringIndexFilter;)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
            areturn
        end local 5 // org.apache.cassandra.db.filter.ClusteringIndexNamesFilter filter
        end local 4 // org.apache.cassandra.db.PartitionColumns columns
        end local 3 // org.apache.cassandra.db.partitions.FilteredPartition expectedPartition
        end local 2 // org.apache.cassandra.utils.btree.BTreeSet$Builder clusterings
        end local 1 // int nowInSec
        end local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lorg/apache/cassandra/thrift/CassandraServer$ThriftCASRequest;
            0   17     1           nowInSec  I
            2    4     2             filter  Lorg/apache/cassandra/db/filter/ClusteringIndexSliceFilter;
            3    4     3             limits  Lorg/apache/cassandra/db/filter/DataLimits;
            5   17     2        clusterings  Lorg/apache/cassandra/utils/btree/BTreeSet$Builder<Lorg/apache/cassandra/db/Clustering;>;
            7   17     3  expectedPartition  Lorg/apache/cassandra/db/partitions/FilteredPartition;
            9   10     4                row  Lorg/apache/cassandra/db/rows/Row;
           15   17     4            columns  Lorg/apache/cassandra/db/PartitionColumns;
           16   17     5             filter  Lorg/apache/cassandra/db/filter/ClusteringIndexNamesFilter;
    MethodParameters:
          Name  Flags
      nowInSec  

  public boolean appliesTo(org.apache.cassandra.db.partitions.FilteredPartition);
    descriptor: (Lorg/apache/cassandra/db/partitions/FilteredPartition;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=15, args_size=2
        start local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
        start local 1 // org.apache.cassandra.db.partitions.FilteredPartition current
         0: .line 2591
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expected:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 2592
            aload 1 /* current */
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.isEmpty:()Z
            ireturn
         2: .line 2593
      StackMap locals:
      StackMap stack:
            aload 1 /* current */
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.isEmpty:()Z
            ifeq 4
         3: .line 2594
            iconst_0
            ireturn
         4: .line 2602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expectedToUnfilteredRowIterator:()Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.nowInSec:I
            invokestatic org.apache.cassandra.thrift.ThriftResultsMerger.maybeWrap:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;I)Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.nowInSec:I
         5: .line 2601
            invokestatic org.apache.cassandra.db.rows.UnfilteredRowIterators.filter:(Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;I)Lorg/apache/cassandra/db/rows/RowIterator;
         6: .line 2600
            invokestatic org.apache.cassandra.db.partitions.FilteredPartition.create:(Lorg/apache/cassandra/db/rows/RowIterator;)Lorg/apache/cassandra/db/partitions/FilteredPartition;
         7: .line 2599
            astore 2 /* expectedPartition */
        start local 2 // org.apache.cassandra.db.partitions.FilteredPartition expectedPartition
         8: .line 2605
            aload 2 /* expectedPartition */
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.iterator:()Ljava/util/Iterator;
            astore 4
            goto 31
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition top java.util.Iterator
      StackMap stack:
         9: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.cassandra.db.rows.Row
            astore 3 /* e */
        start local 3 // org.apache.cassandra.db.rows.Row e
        10: .line 2607
            aload 1 /* current */
            aload 3 /* e */
            invokeinterface org.apache.cassandra.db.rows.Row.clustering:()Lorg/apache/cassandra/db/Clustering;
            invokevirtual org.apache.cassandra.db.partitions.FilteredPartition.getRow:(Lorg/apache/cassandra/db/Clustering;)Lorg/apache/cassandra/db/rows/Row;
            astore 5 /* c */
        start local 5 // org.apache.cassandra.db.rows.Row c
        11: .line 2608
            aload 5 /* c */
            ifnonnull 13
        12: .line 2609
            iconst_0
            ireturn
        13: .line 2611
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row
      StackMap stack:
            aload 5 /* c */
            invokeinterface org.apache.cassandra.db.rows.Row.searchIterator:()Lorg/apache/cassandra/utils/SearchIterator;
            astore 6 /* searchIter */
        start local 6 // org.apache.cassandra.utils.SearchIterator searchIter
        14: .line 2612
            aload 3 /* e */
            invokeinterface org.apache.cassandra.db.rows.Row.iterator:()Ljava/util/Iterator;
            astore 8
            goto 30
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator top java.util.Iterator
      StackMap stack:
        15: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.cassandra.db.rows.ColumnData
            astore 7 /* expectedData */
        start local 7 // org.apache.cassandra.db.rows.ColumnData expectedData
        16: .line 2614
            aload 7 /* expectedData */
            invokevirtual org.apache.cassandra.db.rows.ColumnData.column:()Lorg/apache/cassandra/config/ColumnDefinition;
            astore 9 /* column */
        start local 9 // org.apache.cassandra.config.ColumnDefinition column
        17: .line 2615
            aload 6 /* searchIter */
            aload 9 /* column */
            invokeinterface org.apache.cassandra.utils.SearchIterator.next:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.cassandra.db.rows.ColumnData
            astore 10 /* currentData */
        start local 10 // org.apache.cassandra.db.rows.ColumnData currentData
        18: .line 2616
            aload 10 /* currentData */
            ifnonnull 20
        19: .line 2617
            iconst_0
            ireturn
        20: .line 2619
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator org.apache.cassandra.db.rows.ColumnData java.util.Iterator org.apache.cassandra.config.ColumnDefinition org.apache.cassandra.db.rows.ColumnData
      StackMap stack:
            aload 9 /* column */
            invokevirtual org.apache.cassandra.config.ColumnDefinition.isSimple:()Z
            ifeq 23
        21: .line 2621
            aload 10 /* currentData */
            checkcast org.apache.cassandra.db.rows.Cell
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
            aload 7 /* expectedData */
            checkcast org.apache.cassandra.db.rows.Cell
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.equals:(Ljava/lang/Object;)Z
            ifne 30
        22: .line 2622
            iconst_0
            ireturn
        23: .line 2626
      StackMap locals:
      StackMap stack:
            aload 10 /* currentData */
            checkcast org.apache.cassandra.db.rows.ComplexColumnData
            astore 11 /* currentComplexData */
        start local 11 // org.apache.cassandra.db.rows.ComplexColumnData currentComplexData
        24: .line 2627
            aload 7 /* expectedData */
            checkcast org.apache.cassandra.db.rows.ComplexColumnData
            invokevirtual org.apache.cassandra.db.rows.ComplexColumnData.iterator:()Ljava/util/Iterator;
            astore 13
            goto 29
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator org.apache.cassandra.db.rows.ColumnData java.util.Iterator org.apache.cassandra.config.ColumnDefinition org.apache.cassandra.db.rows.ColumnData org.apache.cassandra.db.rows.ComplexColumnData top java.util.Iterator
      StackMap stack:
        25: aload 13
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.cassandra.db.rows.Cell
            astore 12 /* expectedCell */
        start local 12 // org.apache.cassandra.db.rows.Cell expectedCell
        26: .line 2629
            aload 11 /* currentComplexData */
            aload 12 /* expectedCell */
            invokevirtual org.apache.cassandra.db.rows.Cell.path:()Lorg/apache/cassandra/db/rows/CellPath;
            invokevirtual org.apache.cassandra.db.rows.ComplexColumnData.getCell:(Lorg/apache/cassandra/db/rows/CellPath;)Lorg/apache/cassandra/db/rows/Cell;
            astore 14 /* currentCell */
        start local 14 // org.apache.cassandra.db.rows.Cell currentCell
        27: .line 2630
            aload 14 /* currentCell */
            ifnull 28
            aload 14 /* currentCell */
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
            aload 12 /* expectedCell */
            invokevirtual org.apache.cassandra.db.rows.Cell.value:()Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.equals:(Ljava/lang/Object;)Z
            ifne 29
        28: .line 2631
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator org.apache.cassandra.db.rows.ColumnData java.util.Iterator org.apache.cassandra.config.ColumnDefinition org.apache.cassandra.db.rows.ColumnData org.apache.cassandra.db.rows.ComplexColumnData org.apache.cassandra.db.rows.Cell java.util.Iterator org.apache.cassandra.db.rows.Cell
      StackMap stack:
            iconst_0
            ireturn
        end local 14 // org.apache.cassandra.db.rows.Cell currentCell
        end local 12 // org.apache.cassandra.db.rows.Cell expectedCell
        29: .line 2627
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator org.apache.cassandra.db.rows.ColumnData java.util.Iterator org.apache.cassandra.config.ColumnDefinition org.apache.cassandra.db.rows.ColumnData org.apache.cassandra.db.rows.ComplexColumnData top java.util.Iterator
      StackMap stack:
            aload 13
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        end local 11 // org.apache.cassandra.db.rows.ComplexColumnData currentComplexData
        end local 10 // org.apache.cassandra.db.rows.ColumnData currentData
        end local 9 // org.apache.cassandra.config.ColumnDefinition column
        end local 7 // org.apache.cassandra.db.rows.ColumnData expectedData
        30: .line 2612
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.rows.Row java.util.Iterator org.apache.cassandra.db.rows.Row org.apache.cassandra.utils.SearchIterator top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        end local 6 // org.apache.cassandra.utils.SearchIterator searchIter
        end local 5 // org.apache.cassandra.db.rows.Row c
        end local 3 // org.apache.cassandra.db.rows.Row e
        31: .line 2605
      StackMap locals: org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest org.apache.cassandra.db.partitions.FilteredPartition org.apache.cassandra.db.partitions.FilteredPartition top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        32: .line 2636
            iconst_1
            ireturn
        end local 2 // org.apache.cassandra.db.partitions.FilteredPartition expectedPartition
        end local 1 // org.apache.cassandra.db.partitions.FilteredPartition current
        end local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   33     0                this  Lorg/apache/cassandra/thrift/CassandraServer$ThriftCASRequest;
            0   33     1             current  Lorg/apache/cassandra/db/partitions/FilteredPartition;
            8   33     2   expectedPartition  Lorg/apache/cassandra/db/partitions/FilteredPartition;
           10   31     3                   e  Lorg/apache/cassandra/db/rows/Row;
           11   31     5                   c  Lorg/apache/cassandra/db/rows/Row;
           14   31     6          searchIter  Lorg/apache/cassandra/utils/SearchIterator<Lorg/apache/cassandra/config/ColumnDefinition;Lorg/apache/cassandra/db/rows/ColumnData;>;
           16   30     7        expectedData  Lorg/apache/cassandra/db/rows/ColumnData;
           17   30     9              column  Lorg/apache/cassandra/config/ColumnDefinition;
           18   30    10         currentData  Lorg/apache/cassandra/db/rows/ColumnData;
           24   30    11  currentComplexData  Lorg/apache/cassandra/db/rows/ComplexColumnData;
           26   29    12        expectedCell  Lorg/apache/cassandra/db/rows/Cell;
           27   29    14         currentCell  Lorg/apache/cassandra/db/rows/Cell;
    MethodParameters:
         Name  Flags
      current  

  public org.apache.cassandra.db.partitions.PartitionUpdate makeUpdates(org.apache.cassandra.db.partitions.FilteredPartition);
    descriptor: (Lorg/apache/cassandra/db/partitions/FilteredPartition;)Lorg/apache/cassandra/db/partitions/PartitionUpdate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
        start local 1 // org.apache.cassandra.db.partitions.FilteredPartition current
         0: .line 2641
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.updates:Lorg/apache/cassandra/db/partitions/PartitionUpdate;
            areturn
        end local 1 // org.apache.cassandra.db.partitions.FilteredPartition current
        end local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/cassandra/thrift/CassandraServer$ThriftCASRequest;
            0    1     1  current  Lorg/apache/cassandra/db/partitions/FilteredPartition;
    MethodParameters:
         Name  Flags
      current  

  private org.apache.cassandra.db.rows.UnfilteredRowIterator expectedToUnfilteredRowIterator();
    descriptor: ()Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
         0: .line 2646
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.metadata:Lorg/apache/cassandra/config/CFMetaData;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.key:Lorg/apache/cassandra/db/DecoratedKey;
            invokestatic org.apache.cassandra.db.LegacyLayout$LegacyDeletionInfo.live:()Lorg/apache/cassandra/db/LegacyLayout$LegacyDeletionInfo;
            aload 0 /* this */
            getfield org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest.expected:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            invokestatic org.apache.cassandra.db.LegacyLayout.toUnfilteredRowIterator:(Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;Lorg/apache/cassandra/db/LegacyLayout$LegacyDeletionInfo;Ljava/util/Iterator;)Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            areturn
        end local 0 // org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/thrift/CassandraServer$ThriftCASRequest;
}
SourceFile: "CassandraServer.java"
NestHost: org.apache.cassandra.thrift.CassandraServer
InnerClasses:
  public LegacyCell = org.apache.cassandra.db.LegacyLayout$LegacyCell of org.apache.cassandra.db.LegacyLayout
  public LegacyDeletionInfo = org.apache.cassandra.db.LegacyLayout$LegacyDeletionInfo of org.apache.cassandra.db.LegacyLayout
  private ThriftCASRequest = org.apache.cassandra.thrift.CassandraServer$ThriftCASRequest of org.apache.cassandra.thrift.CassandraServer
  public Builder = org.apache.cassandra.utils.btree.BTreeSet$Builder of org.apache.cassandra.utils.btree.BTreeSet