class org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse extends org.apache.cassandra.db.ReadResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse
  super_class: org.apache.cassandra.db.ReadResponse
{
  private final java.util.List<org.apache.cassandra.db.partitions.ImmutableBTreePartition> partitions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;>;

  void <init>(java.util.List<org.apache.cassandra.db.partitions.ImmutableBTreePartition>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
        start local 1 // java.util.List partitions
         0: .line 269
            aload 0 /* this */
            aconst_null
            invokespecial org.apache.cassandra.db.ReadResponse.<init>:(Lorg/apache/cassandra/db/ReadCommand;)V
         1: .line 270
            aload 0 /* this */
            aload 1 /* partitions */
            putfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
         2: .line 271
            return
        end local 1 // java.util.List partitions
        end local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/cassandra/db/ReadResponse$LegacyRemoteDataResponse;
            0    3     1  partitions  Ljava/util/List<Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;>;
    Signature: (Ljava/util/List<Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;>;)V
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
            Name  Flags
      partitions  

  public org.apache.cassandra.db.partitions.UnfilteredPartitionIterator makeIterator(org.apache.cassandra.db.ReadCommand);
    descriptor: (Lorg/apache/cassandra/db/ReadCommand;)Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
        start local 1 // org.apache.cassandra.db.ReadCommand command
         0: .line 278
            iconst_0
            istore 2 /* skipFirst */
        start local 2 // boolean skipFirst
         1: .line 279
            iconst_0
            istore 3 /* skipLast */
        start local 3 // boolean skipLast
         2: .line 280
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 12
            aload 1 /* command */
            instanceof org.apache.cassandra.db.PartitionRangeReadCommand
            ifeq 12
         3: .line 282
            aload 1 /* command */
            checkcast org.apache.cassandra.db.PartitionRangeReadCommand
            invokevirtual org.apache.cassandra.db.PartitionRangeReadCommand.dataRange:()Lorg/apache/cassandra/db/DataRange;
            invokevirtual org.apache.cassandra.db.DataRange.keyRange:()Lorg/apache/cassandra/dht/AbstractBounds;
            astore 4 /* keyRange */
        start local 4 // org.apache.cassandra.dht.AbstractBounds keyRange
         4: .line 283
            aload 4 /* keyRange */
            instanceof org.apache.cassandra.dht.ExcludingBounds
            istore 5 /* isExcludingBounds */
        start local 5 // boolean isExcludingBounds
         5: .line 284
            iload 5 /* isExcludingBounds */
            ifeq 6
            aload 4 /* keyRange */
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.cassandra.db.partitions.ImmutableBTreePartition
            invokevirtual org.apache.cassandra.db.partitions.ImmutableBTreePartition.partitionKey:()Lorg/apache/cassandra/db/DecoratedKey;
            invokevirtual org.apache.cassandra.dht.AbstractBounds.contains:(Lorg/apache/cassandra/dht/RingPosition;)Z
            ifne 6
            iconst_1
            goto 7
      StackMap locals: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse org.apache.cassandra.db.ReadCommand int int org.apache.cassandra.dht.AbstractBounds int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 2 /* skipFirst */
         8: .line 285
            iload 5 /* isExcludingBounds */
            ifne 9
            aload 4 /* keyRange */
            instanceof org.apache.cassandra.dht.IncludingExcludingBounds
            ifeq 10
      StackMap locals:
      StackMap stack:
         9: aload 4 /* keyRange */
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.apache.cassandra.db.partitions.ImmutableBTreePartition
            invokevirtual org.apache.cassandra.db.partitions.ImmutableBTreePartition.partitionKey:()Lorg/apache/cassandra/db/DecoratedKey;
            invokevirtual org.apache.cassandra.dht.AbstractBounds.contains:(Lorg/apache/cassandra/dht/RingPosition;)Z
            ifne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 3 /* skipLast */
        end local 5 // boolean isExcludingBounds
        end local 4 // org.apache.cassandra.dht.AbstractBounds keyRange
        12: .line 289
      StackMap locals:
      StackMap stack:
            iload 2 /* skipFirst */
            ifne 13
            iload 3 /* skipLast */
            ifeq 22
        13: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 15
        14: .line 292
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            goto 20
        15: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            iload 2 /* skipFirst */
            ifeq 16
            iconst_1
            goto 17
      StackMap locals:
      StackMap stack: java.util.List
        16: iconst_0
      StackMap locals: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse org.apache.cassandra.db.ReadCommand int int
      StackMap stack: java.util.List int
        17: iload 3 /* skipLast */
            ifeq 18
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            goto 19
      StackMap locals: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse org.apache.cassandra.db.ReadCommand int int
      StackMap stack: java.util.List int
        18: aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            invokeinterface java.util.List.size:()I
      StackMap locals: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse org.apache.cassandra.db.ReadCommand int int
      StackMap stack: java.util.List int int
        19: invokeinterface java.util.List.subList:(II)Ljava/util/List;
        20: .line 291
      StackMap locals:
      StackMap stack: java.util.List
            astore 4 /* toReturn */
        start local 4 // java.util.List toReturn
        21: .line 294
            goto 23
        end local 4 // java.util.List toReturn
        22: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.partitions:Ljava/util/List;
            astore 4 /* toReturn */
        start local 4 // java.util.List toReturn
        23: .line 300
      StackMap locals: java.util.List
      StackMap stack:
            new org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse$1
            dup
            aload 0 /* this */
            aload 1 /* command */
            aload 4 /* toReturn */
            invokespecial org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse$1.<init>:(Lorg/apache/cassandra/db/ReadResponse$LegacyRemoteDataResponse;Lorg/apache/cassandra/db/ReadCommand;Ljava/util/List;)V
            areturn
        end local 4 // java.util.List toReturn
        end local 3 // boolean skipLast
        end local 2 // boolean skipFirst
        end local 1 // org.apache.cassandra.db.ReadCommand command
        end local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0               this  Lorg/apache/cassandra/db/ReadResponse$LegacyRemoteDataResponse;
            0   24     1            command  Lorg/apache/cassandra/db/ReadCommand;
            1   24     2          skipFirst  Z
            2   24     3           skipLast  Z
            4   12     4           keyRange  Lorg/apache/cassandra/dht/AbstractBounds<Lorg/apache/cassandra/db/PartitionPosition;>;
            5   12     5  isExcludingBounds  Z
           21   22     4           toReturn  Ljava/util/List<Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;>;
           23   24     4           toReturn  Ljava/util/List<Lorg/apache/cassandra/db/partitions/ImmutableBTreePartition;>;
    MethodParameters:
         Name  Flags
      command  final

  public java.nio.ByteBuffer digest(org.apache.cassandra.db.ReadCommand);
    descriptor: (Lorg/apache/cassandra/db/ReadCommand;)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
        start local 1 // org.apache.cassandra.db.ReadCommand command
         0: .line 340
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            aload 1 /* command */
            invokevirtual org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.makeIterator:(Lorg/apache/cassandra/db/ReadCommand;)Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;
            astore 4 /* iterator */
        start local 4 // org.apache.cassandra.db.partitions.UnfilteredPartitionIterator iterator
         2: .line 342
            aload 4 /* iterator */
            aload 1 /* command */
            invokestatic org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse.makeDigest:(Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;Lorg/apache/cassandra/db/ReadCommand;)Ljava/nio/ByteBuffer;
         3: .line 343
            aload 4 /* iterator */
            ifnull 4
            aload 4 /* iterator */
            invokeinterface org.apache.cassandra.db.partitions.UnfilteredPartitionIterator.close:()V
         4: .line 342
      StackMap locals: org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse org.apache.cassandra.db.ReadCommand java.lang.Throwable java.lang.Throwable org.apache.cassandra.db.partitions.UnfilteredPartitionIterator
      StackMap stack: java.nio.ByteBuffer
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 343
            aload 4 /* iterator */
            ifnull 7
            aload 4 /* iterator */
            invokeinterface org.apache.cassandra.db.partitions.UnfilteredPartitionIterator.close:()V
        end local 4 // org.apache.cassandra.db.partitions.UnfilteredPartitionIterator iterator
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.apache.cassandra.db.ReadCommand command
        end local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/apache/cassandra/db/ReadResponse$LegacyRemoteDataResponse;
            0   11     1   command  Lorg/apache/cassandra/db/ReadCommand;
            2    7     4  iterator  Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    MethodParameters:
         Name  Flags
      command  

  public boolean isDigestResponse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
         0: .line 348
            iconst_0
            ireturn
        end local 0 // org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/db/ReadResponse$LegacyRemoteDataResponse;
}
SourceFile: "ReadResponse.java"
NestHost: org.apache.cassandra.db.ReadResponse
InnerClasses:
  LegacyRemoteDataResponse = org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse of org.apache.cassandra.db.ReadResponse
  org.apache.cassandra.db.ReadResponse$LegacyRemoteDataResponse$1
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()