public class org.apache.cassandra.notifications.MemtableRenewedNotification 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.MemtableRenewedNotification
  super_class: java.lang.Object
{
  public final org.apache.cassandra.db.Memtable renewed;
    descriptor: Lorg/apache/cassandra/db/Memtable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(org.apache.cassandra.db.Memtable);
    descriptor: (Lorg/apache/cassandra/db/Memtable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.notifications.MemtableRenewedNotification this
        start local 1 // org.apache.cassandra.db.Memtable renewed
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* renewed */
            putfield org.apache.cassandra.notifications.MemtableRenewedNotification.renewed:Lorg/apache/cassandra/db/Memtable;
         2: .line 29
            return
        end local 1 // org.apache.cassandra.db.Memtable renewed
        end local 0 // org.apache.cassandra.notifications.MemtableRenewedNotification this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/cassandra/notifications/MemtableRenewedNotification;
            0    3     1  renewed  Lorg/apache/cassandra/db/Memtable;
    MethodParameters:
         Name  Flags
      renewed  
}
SourceFile: "MemtableRenewedNotification.java"