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: 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 start local 2 start local 3 0: aload 0
aload 1
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
1: aload 0
invokespecial org.apache.cassandra.db.transform.Transformation.<init>:()V
2: aload 0
iconst_0
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastCounted:I
3: aload 0
iconst_0
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
4: aload 0
iconst_0
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
5: aload 0
aload 2
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.metadata:Lorg/apache/cassandra/config/CFMetaData;
6: aload 0
aload 3
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.partitionKey:Lorg/apache/cassandra/db/DecoratedKey;
7: return
end local 3 end local 2 end local 0 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 start local 1 0: aload 0
aload 1
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: aload 1
areturn
end local 1 end local 0 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 0: getstatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.$assertionsDisabled:Z
ifne 1
aload 0
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: StackMap locals:
StackMap stack:
getstatic org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.$assertionsDisabled:Z
ifne 2
aload 0
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: StackMap locals:
StackMap stack:
aload 0
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
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: aconst_null
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 0
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: aconst_null
areturn
6: StackMap locals:
StackMap stack:
getstatic org.apache.cassandra.db.Clustering.EMPTY:Lorg/apache/cassandra/db/Clustering;
aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
if_acmpne 8
7: aconst_null
areturn
8: StackMap locals:
StackMap stack:
aload 0
aload 0
aload 0
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
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastCounted:I
isub
putfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
9: aload 0
aload 0
aload 0
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: aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
ifle 12
aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastFetched:I
aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
if_icmpge 12
11: aconst_null
areturn
12: StackMap locals:
StackMap stack:
aload 0
aload 0
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
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: aload 0
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: ldc "Requesting {} extra rows from {} for short read protection"
aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastQueried:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aload 0
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: aload 0
aload 0
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
start local 1 16: aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.this$1:Lorg/apache/cassandra/service/DataResolver$ShortReadPartitionsProtection;
aload 1
invokevirtual org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection.executeReadCommand:(Lorg/apache/cassandra/db/ReadCommand;)Lorg/apache/cassandra/db/partitions/UnfilteredPartitionIterator;
aload 1
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 end local 0 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 start local 1 0: aload 0
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: aload 1
invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.rowCountedInCurrentPartition:()I
goto 3
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.apache.cassandra.db.filter.DataLimits$Counter.countedInCurrentPartition:()I
3: StackMap locals:
StackMap stack: int
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
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
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
start local 2 1: aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.lastClustering:Lorg/apache/cassandra/db/Clustering;
ifnull 3
2: aload 2
aload 0
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
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
3: StackMap locals: org.apache.cassandra.db.filter.ClusteringIndexFilter
StackMap stack:
aload 0
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: aload 0
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: aload 0
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: aload 0
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: aload 0
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: aload 0
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
invokevirtual org.apache.cassandra.db.filter.DataLimits.forShortReadRetry:(I)Lorg/apache/cassandra/db/filter/DataLimits;
9: aload 0
getfield org.apache.cassandra.service.DataResolver$ShortReadPartitionsProtection$ShortReadRowsProtection.partitionKey:Lorg/apache/cassandra/db/DecoratedKey;
10: aload 2
11: aload 0
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: 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 end local 1 end local 0 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: 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