class org.apache.cassandra.service.StorageService$5 implements com.google.common.util.concurrent.FutureCallback<org.apache.cassandra.streaming.StreamState>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.cassandra.service.StorageService$5
  super_class: java.lang.Object
{
  final org.apache.cassandra.service.StorageService this$0;
    descriptor: Lorg/apache/cassandra/service/StorageService;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.net.InetAddress val$notifyEndpoint;
    descriptor: Ljava/net/InetAddress;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.cassandra.service.StorageService, java.net.InetAddress);
    descriptor: (Lorg/apache/cassandra/service/StorageService;Ljava/net/InetAddress;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.cassandra.service.StorageService$5 this
         0: .line 2792
            aload 0 /* this */
            aload 1
            putfield org.apache.cassandra.service.StorageService$5.this$0:Lorg/apache/cassandra/service/StorageService;
            aload 0 /* this */
            aload 2
            putfield org.apache.cassandra.service.StorageService$5.val$notifyEndpoint:Ljava/net/InetAddress;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.cassandra.service.StorageService$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/cassandra/service/StorageService$5;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$notifyEndpoint  final

  public void onSuccess(org.apache.cassandra.streaming.StreamState);
    descriptor: (Lorg/apache/cassandra/streaming/StreamState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.cassandra.service.StorageService$5 this
        start local 1 // org.apache.cassandra.streaming.StreamState finalState
         0: .line 2796
            aload 0 /* this */
            getfield org.apache.cassandra.service.StorageService$5.this$0:Lorg/apache/cassandra/service/StorageService;
            aload 0 /* this */
            getfield org.apache.cassandra.service.StorageService$5.val$notifyEndpoint:Ljava/net/InetAddress;
            invokevirtual org.apache.cassandra.service.StorageService.sendReplicationNotification:(Ljava/net/InetAddress;)V
         1: .line 2797
            return
        end local 1 // org.apache.cassandra.streaming.StreamState finalState
        end local 0 // org.apache.cassandra.service.StorageService$5 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/cassandra/service/StorageService$5;
            0    2     1  finalState  Lorg/apache/cassandra/streaming/StreamState;
    MethodParameters:
            Name  Flags
      finalState  

  public void onFailure(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.cassandra.service.StorageService$5 this
        start local 1 // java.lang.Throwable t
         0: .line 2801
            getstatic org.apache.cassandra.service.StorageService.logger:Lorg/slf4j/Logger;
            ldc "Streaming to restore replica count failed"
            aload 1 /* t */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 2803
            aload 0 /* this */
            getfield org.apache.cassandra.service.StorageService$5.this$0:Lorg/apache/cassandra/service/StorageService;
            aload 0 /* this */
            getfield org.apache.cassandra.service.StorageService$5.val$notifyEndpoint:Ljava/net/InetAddress;
            invokevirtual org.apache.cassandra.service.StorageService.sendReplicationNotification:(Ljava/net/InetAddress;)V
         2: .line 2804
            return
        end local 1 // java.lang.Throwable t
        end local 0 // org.apache.cassandra.service.StorageService$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/cassandra/service/StorageService$5;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onSuccess(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.cassandra.streaming.StreamState
            invokevirtual org.apache.cassandra.service.StorageService$5.onSuccess:(Lorg/apache/cassandra/streaming/StreamState;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/util/concurrent/FutureCallback<Lorg/apache/cassandra/streaming/StreamState;>;
SourceFile: "StorageService.java"
EnclosingMethod: org.apache.cassandra.service.StorageService.restoreReplicaCount:(Ljava/net/InetAddress;Ljava/net/InetAddress;)V
NestHost: org.apache.cassandra.service.StorageService
InnerClasses:
  org.apache.cassandra.service.StorageService$5