class org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection extends org.apache.cassandra.db.transform.Transformation implements org.apache.cassandra.db.transform.MoreRows<org.apache.cassandra.db.rows.UnfilteredRowIterator>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection
  super_class: org.apache.cassandra.db.transform.Transformation
{
  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 partitionKey;
    descriptor: Lorg/apache/cassandra/db/DecoratedKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.apache.cassandra.db.Clustering lastClustering;
    descriptor: Lorg/apache/cassandra/db/Clustering;
    flags: (0x0002) ACC_PRIVATE

  private int lastCounted;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastFetched;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int lastQueried;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection this$1;
    descriptor: Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  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 682
            ldc Lorg/apache/cassandra/service/DataResolver;
            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.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection, org.apache.cassandra.config.CFMetaData, org.apache.cassandra.db.DecoratedKey);
    descriptor: (Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;Lorg/apache/cassandra/config/CFMetaData;Lorg/apache/cassandra/db/DecoratedKey;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
        start local 2 // org.apache.cassandra.config.CFMetaData metadata
        start local 3 // org.apache.cassandra.db.DecoratedKey partitionKey
         0: .line 694
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
         1: .line 693
            aload 0 /* this */
            invokespecial org.apache.cassandra.db.transform.Transformation.<init>:()V
         2: .line 689
            aload 0 /* this */
            iconst_0
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastCounted:I
         3: .line 690
            aload 0 /* this */
            iconst_0
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
         4: .line 691
            aload 0 /* this */
            iconst_0
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
         5: .line 695
            aload 0 /* this */
            aload 2 /* metadata */
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.metadata:Lorg/apache/cassandra/config/CFMetaData;
         6: .line 696
            aload 0 /* this */
            aload 3 /* partitionKey */
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.partitionKey:Lorg/apache/cassandra/db/DecoratedKey;
         7: .line 697
            return
        end local 3 // org.apache.cassandra.db.DecoratedKey partitionKey
        end local 2 // org.apache.cassandra.config.CFMetaData metadata
        end local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection;
            0    8     2      metadata  Lorg/apache/cassandra/config/CFMetaData;
            0    8     3  partitionKey  Lorg/apache/cassandra/db/DecoratedKey;
    MethodParameters:
              Name  Flags
      this$0        final
      metadata      
      partitionKey  

  public org.apache.cassandra.db.rows.Row applyToRow(org.apache.cassandra.db.rows.Row);
    descriptor: (Lorg/apache/cassandra/db/rows/Row;)Lorg/apache/cassandra/db/rows/Row;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
        start local 1 // org.apache.cassandra.db.rows.Row row
         0: .line 702
            aload 0 /* this */
            aload 1 /* row */
            invokeinterface org.apache.cassandra.db.rows.Row.clustering:()Lorg/apache/cassandra/db/Clustering;
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
         1: .line 703
            aload 1 /* row */
            areturn
        end local 1 // org.apache.cassandra.db.rows.Row row
        end local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection;
            0    2     1   row  Lorg/apache/cassandra/db/rows/Row;
    MethodParameters:
      Name  Flags
      row   

  public org.apache.cassandra.db.rows.UnfilteredRowIterator moreContents();
    descriptor: ()Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
         0: .line 714
            getstatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.mergedResultCounter:Lorg/apache/cassandra/db/filter/DataLimits$Counter;
            invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.isDoneForPartition:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 717
      StackMap locals:
      StackMap stack:
            getstatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            invokevirtual org.apache.cassandra.db.filter.DataLimits.isUnlimited:()Z
            ifeq 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.singleResultCounter:Lorg/apache/cassandra/db/filter/DataLimits$Counter;
            invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.isDoneForPartition:()Z
            ifne 4
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            invokevirtual org.apache.cassandra.db.filter.DataLimits.perPartitionCount:()I
            ldc 2147483647
            if_icmpne 4
         3: .line 726
            aconst_null
            areturn
         4: .line 744
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.singleResultCounter:Lorg/apache/cassandra/db/filter/DataLimits$Counter;
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.countedInCurrentPartition:(Lorg/apache/cassandra/db/filter/DataLimits$Counter;)I
            ifne 6
         5: .line 745
            aconst_null
            areturn
         6: .line 751
      StackMap locals:
      StackMap stack:
            getstatic org.apache.cassandra.db.Clustering.EMPTY:Lorg/apache/cassandra/db/Clustering;
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
            if_acmpne 8
         7: .line 752
            aconst_null
            areturn
         8: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.singleResultCounter:Lorg/apache/cassandra/db/filter/DataLimits$Counter;
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.countedInCurrentPartition:(Lorg/apache/cassandra/db/filter/DataLimits$Counter;)I
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastCounted:I
            isub
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
         9: .line 755
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.singleResultCounter:Lorg/apache/cassandra/db/filter/DataLimits$Counter;
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.countedInCurrentPartition:(Lorg/apache/cassandra/db/filter/DataLimits$Counter;)I
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastCounted:I
        10: .line 758
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
            ifle 12
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
            if_icmpge 12
        11: .line 759
            aconst_null
            areturn
        12: .line 795
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            invokevirtual org.apache.cassandra.db.filter.DataLimits.count:()I
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            invokevirtual org.apache.cassandra.db.filter.DataLimits.perPartitionCount:()I
            invokestatic java.lang.Math.min:(II)I
            putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
        13: .line 797
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.metadata:Lorg/apache/cassandra/config/CFMetaData;
            getfield org.apache.cassandra.config.CFMetaData.cfId:Ljava/util/UUID;
            invokestatic org.apache.cassandra.db.ColumnFamilyStore.metricsFor:(Ljava/util/UUID;)Lorg/apache/cassandra/metrics/TableMetrics;
            getfield org.apache.cassandra.metrics.TableMetrics.shortReadProtectionRequests:Lcom/codahale/metrics/Meter;
            invokevirtual com.codahale.metrics.Meter.mark:()V
        14: .line 798
            ldc "Requesting {} extra rows from {} for short read protection"
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.source:Ljava/net/InetAddress;
            invokestatic org.apache.cassandra.tracing.Tracing.trace:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        15: .line 800
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.makeFetchAdditionalRowsReadCommand:(I)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
            astore 1 /* cmd */
        start local 1 // org.apache.cassandra.db.SinglePartitionReadCommand cmd
        16: .line 801
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            aload 1 /* cmd */
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.executeReadCommand:(Lorg/apache/cassandra/db/ReadCommand;)Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;
            aload 1 /* cmd */
            invokestatic org.apache.cassandra.db.partitions.UnfilteredPartitionIterators.getOnlyElement:(Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;Lorg/apache/cassandra/db/SinglePartitionReadCommand;)Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            areturn
        end local 1 // org.apache.cassandra.db.SinglePartitionReadCommand cmd
        end local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection;
           16   17     1   cmd  Lorg/apache/cassandra/db/SinglePartitionReadCommand;

  private int countedInCurrentPartition(org.apache.cassandra.db.filter.DataLimits$Counter);
    descriptor: (Lorg/apache/cassandra/db/filter/DataLimits$Counter;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
        start local 1 // org.apache.cassandra.db.filter.DataLimits$Counter counter
         0: .line 807
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            invokevirtual org.apache.cassandra.db.filter.DataLimits.isGroupByLimit:()Z
            ifeq 2
         1: .line 808
            aload 1 /* counter */
            invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.rowCountedInCurrentPartition:()I
            goto 3
         2: .line 809
      StackMap locals:
      StackMap stack:
            aload 1 /* counter */
            invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.countedInCurrentPartition:()I
         3: .line 807
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // org.apache.cassandra.db.filter.DataLimits$Counter counter
        end local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection;
            0    4     1  counter  Lorg/apache/cassandra/db/filter/DataLimits$Counter;
    MethodParameters:
         Name  Flags
      counter  

  private org.apache.cassandra.db.SinglePartitionReadCommand makeFetchAdditionalRowsReadCommand(int);
    descriptor: (I)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=3, args_size=2
        start local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
        start local 1 // int toQuery
         0: .line 814
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.partitionKey:Lorg/apache/cassandra/db/DecoratedKey;
            invokevirtual org.apache.cassandra.db.ReadCommand.clusteringIndexFilter:(Lorg/apache/cassandra/db/DecoratedKey;)Lorg/apache/cassandra/db/filter/ClusteringIndexFilter;
            astore 2 /* filter */
        start local 2 // org.apache.cassandra.db.filter.ClusteringIndexFilter filter
         1: .line 815
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
            ifnull 3
         2: .line 816
            aload 2 /* filter */
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.metadata:Lorg/apache/cassandra/config/CFMetaData;
            getfield org.apache.cassandra.config.CFMetaData.comparator:Lorg/apache/cassandra/db/ClusteringComparator;
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
            iconst_0
            invokeinterface org.apache.cassandra.db.filter.ClusteringIndexFilter.forPaging:(Lorg/apache/cassandra/db/ClusteringComparator;Lorg/apache/cassandra/db/Clustering;Z)Lorg/apache/cassandra/db/filter/ClusteringIndexFilter;
            astore 2 /* filter */
         3: .line 818
      StackMap locals: org.apache.cassandra.db.filter.ClusteringIndexFilter
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.isForThrift:()Z
         4: .line 819
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.metadata:()Lorg/apache/cassandra/config/CFMetaData;
         5: .line 820
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.nowInSec:()I
         6: .line 821
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.columnFilter:()Lorg/apache/cassandra/db/filter/ColumnFilter;
         7: .line 822
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.rowFilter:()Lorg/apache/cassandra/db/filter/RowFilter;
         8: .line 823
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.limits:()Lorg/apache/cassandra/db/filter/DataLimits;
            iload 1 /* toQuery */
            invokevirtual org.apache.cassandra.db.filter.DataLimits.forShortReadRetry:(I)Lorg/apache/cassandra/db/filter/DataLimits;
         9: .line 824
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.partitionKey:Lorg/apache/cassandra/db/DecoratedKey;
        10: .line 825
            aload 2 /* filter */
        11: .line 826
            aload 0 /* this */
            getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
            invokestatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.access$2:(Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;)Lorg/apache/cassandra/service/DataResolver;
            getfield org.apache.cassandra.service.DataResolver.command:Lorg/apache/cassandra/db/ReadCommand;
            invokevirtual org.apache.cassandra.db.ReadCommand.indexMetadata:()Lorg/apache/cassandra/schema/IndexMetadata;
        12: .line 818
            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/schema/IndexMetadata;)Lorg/apache/cassandra/db/SinglePartitionReadCommand;
            areturn
        end local 2 // org.apache.cassandra.db.filter.ClusteringIndexFilter filter
        end local 1 // int toQuery
        end local 0 // org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection;
            0   13     1  toQuery  I
            1   13     2   filter  Lorg/apache/cassandra/db/filter/ClusteringIndexFilter;
    MethodParameters:
         Name  Flags
      toQuery  

  public java.lang.Object moreContents();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.moreContents:()Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/apache/cassandra/db/transform/Transformation;Lorg/apache/cassandra/db/transform/MoreRows<Lorg/apache/cassandra/db/rows/UnfilteredRowIterator;>;
SourceFile: "DataResolver.java"
NestHost: org.apache.cassandra.service.DataResolver
InnerClasses:
  public abstract Counter = org.apache.cassandra.db.filter.DataLimits$Counter of org.apache.cassandra.db.filter.DataLimits
  private ShortReadPartitionsProtection = org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection of org.apache.cassandra.service.DataResolver
  private ShortReadRowsProtection = org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection of org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection