public class org.apache.cassandra.notifications.TruncationNotification implements org.apache.cassandra.notifications.INotification
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.cassandra.notifications.TruncationNotification
super_class: java.lang.Object
{
public final long truncatedAt;
descriptor: J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lload 1
putfield org.apache.cassandra.notifications.TruncationNotification.truncatedAt:J
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/cassandra/notifications/TruncationNotification;
0 3 1 truncatedAt J
MethodParameters:
Name Flags
truncatedAt
}
SourceFile: "TruncationNotification.java"