public class org.apache.cassandra.notifications.MemtableDiscardedNotification 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.MemtableDiscardedNotification
  super_class: java.lang.Object
{
  public final org.apache.cassandra.db.Memtable memtable;
    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.MemtableDiscardedNotification this
        start local 1 // org.apache.cassandra.db.Memtable discarded
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 28
            aload 0 /* this */
            aload 1 /* discarded */
            putfield org.apache.cassandra.notifications.MemtableDiscardedNotification.memtable:Lorg/apache/cassandra/db/Memtable;
         2: .line 29
            return
        end local 1 // org.apache.cassandra.db.Memtable discarded
        end local 0 // org.apache.cassandra.notifications.MemtableDiscardedNotification this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/cassandra/notifications/MemtableDiscardedNotification;
            0    3     1  discarded  Lorg/apache/cassandra/db/Memtable;
    MethodParameters:
           Name  Flags
      discarded  
}
SourceFile: "MemtableDiscardedNotification.java"