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

  public final java.util.Collection<org.apache.cassandra.io.sstable.format.SSTableReader> added;
    descriptor: Ljava/util/Collection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/Collection<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;

  public final org.apache.cassandra.db.compaction.OperationType compactionType;
    descriptor: Lorg/apache/cassandra/db/compaction/OperationType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(java.util.Collection<org.apache.cassandra.io.sstable.format.SSTableReader>, java.util.Collection<org.apache.cassandra.io.sstable.format.SSTableReader>, org.apache.cassandra.db.compaction.OperationType);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;Lorg/apache/cassandra/db/compaction/OperationType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.cassandra.notifications.SSTableListChangedNotification this
        start local 1 // java.util.Collection added
        start local 2 // java.util.Collection removed
        start local 3 // org.apache.cassandra.db.compaction.OperationType compactionType
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 2 /* removed */
            putfield org.apache.cassandra.notifications.SSTableListChangedNotification.removed:Ljava/util/Collection;
         2: .line 34
            aload 0 /* this */
            aload 1 /* added */
            putfield org.apache.cassandra.notifications.SSTableListChangedNotification.added:Ljava/util/Collection;
         3: .line 35
            aload 0 /* this */
            aload 3 /* compactionType */
            putfield org.apache.cassandra.notifications.SSTableListChangedNotification.compactionType:Lorg/apache/cassandra/db/compaction/OperationType;
         4: .line 36
            return
        end local 3 // org.apache.cassandra.db.compaction.OperationType compactionType
        end local 2 // java.util.Collection removed
        end local 1 // java.util.Collection added
        end local 0 // org.apache.cassandra.notifications.SSTableListChangedNotification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/apache/cassandra/notifications/SSTableListChangedNotification;
            0    5     1           added  Ljava/util/Collection<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;
            0    5     2         removed  Ljava/util/Collection<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;
            0    5     3  compactionType  Lorg/apache/cassandra/db/compaction/OperationType;
    Signature: (Ljava/util/Collection<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;Ljava/util/Collection<Lorg/apache/cassandra/io/sstable/format/SSTableReader;>;Lorg/apache/cassandra/db/compaction/OperationType;)V
    MethodParameters:
                Name  Flags
      added           
      removed         
      compactionType  
}
SourceFile: "SSTableListChangedNotification.java"