class org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1 implements com.google.common.base.Predicate<org.apache.cassandra.io.sstable.format.SSTableReader>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1
super_class: java.lang.Object
{
final org.apache.cassandra.service.ActiveRepairService$ParentRepairSession this$1;
descriptor: Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.cassandra.service.ActiveRepairService$ParentRepairSession);
descriptor: (Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1 this
0: .line 641
aload 0 /* this */
aload 1
putfield org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1.this$1:Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession$1;
MethodParameters:
Name Flags
this$0 final
public boolean apply(org.apache.cassandra.io.sstable.format.SSTableReader);
descriptor: (Lorg/apache/cassandra/io/sstable/format/SSTableReader;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1 this
start local 1 // org.apache.cassandra.io.sstable.format.SSTableReader sstable
0: .line 645
aload 1 /* sstable */
ifnull 5
1: .line 646
aload 0 /* this */
getfield org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1.this$1:Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession;
getfield org.apache.cassandra.service.ActiveRepairService$ParentRepairSession.isIncremental:Z
ifeq 2
aload 1 /* sstable */
invokevirtual org.apache.cassandra.io.sstable.format.SSTableReader.isRepaired:()Z
ifne 5
2: .line 647
StackMap locals:
StackMap stack:
aload 1 /* sstable */
getfield org.apache.cassandra.io.sstable.format.SSTableReader.metadata:Lorg/apache/cassandra/config/CFMetaData;
invokevirtual org.apache.cassandra.config.CFMetaData.isIndex:()Z
ifne 5
3: .line 648
new org.apache.cassandra.dht.Bounds
dup
aload 1 /* sstable */
getfield org.apache.cassandra.io.sstable.format.SSTableReader.first:Lorg/apache/cassandra/db/DecoratedKey;
invokevirtual org.apache.cassandra.db.DecoratedKey.getToken:()Lorg/apache/cassandra/dht/Token;
aload 1 /* sstable */
getfield org.apache.cassandra.io.sstable.format.SSTableReader.last:Lorg/apache/cassandra/db/DecoratedKey;
invokevirtual org.apache.cassandra.db.DecoratedKey.getToken:()Lorg/apache/cassandra/dht/Token;
invokespecial org.apache.cassandra.dht.Bounds.<init>:(Lorg/apache/cassandra/dht/RingPosition;Lorg/apache/cassandra/dht/RingPosition;)V
aload 0 /* this */
getfield org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1.this$1:Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession;
getfield org.apache.cassandra.service.ActiveRepairService$ParentRepairSession.ranges:Ljava/util/Collection;
invokevirtual org.apache.cassandra.dht.Bounds.intersects:(Ljava/lang/Iterable;)Z
ifeq 5
4: .line 645
iconst_1
ireturn
StackMap locals:
StackMap stack:
5: iconst_0
ireturn
end local 1 // org.apache.cassandra.io.sstable.format.SSTableReader sstable
end local 0 // org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/cassandra/service/ActiveRepairService$ParentRepairSession$1;
0 6 1 sstable Lorg/apache/cassandra/io/sstable/format/SSTableReader;
MethodParameters:
Name Flags
sstable
public boolean apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: .line 1
aload 0
aload 1
checkcast org.apache.cassandra.io.sstable.format.SSTableReader
invokevirtual org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1.apply:(Lorg/apache/cassandra/io/sstable/format/SSTableReader;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Predicate<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;
SourceFile: "ActiveRepairService.java"
EnclosingMethod: org.apache.cassandra.service.ActiveRepairService$ParentRepairSession.maybeSnapshot:(Ljava/util/UUID;Ljava/util/UUID;)V
NestHost: org.apache.cassandra.service.ActiveRepairService
InnerClasses:
public ParentRepairSession = org.apache.cassandra.service.ActiveRepairService$ParentRepairSession of org.apache.cassandra.service.ActiveRepairService
org.apache.cassandra.service.ActiveRepairService$ParentRepairSession$1