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