public class org.apache.cassandra.notifications.SSTableAddedNotification 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.SSTableAddedNotification
  super_class: java.lang.Object
{
  public final java.lang.Iterable<org.apache.cassandra.io.sstable.format.SSTableReader> added;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/lang/Iterable<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;

  public void <init>(java.lang.Iterable<org.apache.cassandra.io.sstable.format.SSTableReader>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.notifications.SSTableAddedNotification this
        start local 1 // java.lang.Iterable added
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* added */
            putfield org.apache.cassandra.notifications.SSTableAddedNotification.added:Ljava/lang/Iterable;
         2: .line 28
            return
        end local 1 // java.lang.Iterable added
        end local 0 // org.apache.cassandra.notifications.SSTableAddedNotification this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/cassandra/notifications/SSTableAddedNotification;
            0    3     1  added  Ljava/lang/Iterable<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;
    Signature: (Ljava/lang/Iterable<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;)V
    MethodParameters:
       Name  Flags
      added  
}
SourceFile: "SSTableAddedNotification.java"