class org.apache.cassandra.service.StorageService$6 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.cassandra.service.StorageService$6
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
void <init>(org.apache.cassandra.service.StorageService);
descriptor: (Lorg/apache/cassandra/service/StorageService;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.cassandra.service.StorageService$6 this
0: .line 4049
aload 0 /* this */
aload 1
putfield org.apache.cassandra.service.StorageService$6.this$0:Lorg/apache/cassandra/service/StorageService;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.apache.cassandra.service.StorageService$6 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/cassandra/service/StorageService$6;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 // org.apache.cassandra.service.StorageService$6 this
0: .line 4053
aload 0 /* this */
getfield org.apache.cassandra.service.StorageService$6.this$0:Lorg/apache/cassandra/service/StorageService;
invokevirtual org.apache.cassandra.service.StorageService.shutdownClientServers:()V
1: .line 4054
getstatic org.apache.cassandra.gms.Gossiper.instance:Lorg/apache/cassandra/gms/Gossiper;
invokevirtual org.apache.cassandra.gms.Gossiper.stop:()V
2: .line 4057
invokestatic org.apache.cassandra.net.MessagingService.instance:()Lorg/apache/cassandra/net/MessagingService;
invokevirtual org.apache.cassandra.net.MessagingService.shutdown:()V
3: .line 4058
goto 6
4: .line 4059
StackMap locals:
StackMap stack: java.io.IOError
astore 1 /* ioe */
start local 1 // java.io.IOError ioe
5: .line 4061
getstatic org.apache.cassandra.service.StorageService.logger:Lorg/slf4j/Logger;
ldc "failed to shutdown message service: {}"
aload 1 /* ioe */
invokeinterface org.slf4j.Logger.info:(Ljava/lang/String;Ljava/lang/Throwable;)V
end local 1 // java.io.IOError ioe
6: .line 4063
StackMap locals:
StackMap stack:
invokestatic org.apache.cassandra.concurrent.StageManager.shutdownNow:()V
7: .line 4064
getstatic org.apache.cassandra.db.SystemKeyspace$BootstrapState.DECOMMISSIONED:Lorg/apache/cassandra/db/SystemKeyspace$BootstrapState;
invokestatic org.apache.cassandra.db.SystemKeyspace.setBootstrapState:(Lorg/apache/cassandra/db/SystemKeyspace$BootstrapState;)V
8: .line 4065
aload 0 /* this */
getfield org.apache.cassandra.service.StorageService$6.this$0:Lorg/apache/cassandra/service/StorageService;
getstatic org.apache.cassandra.service.StorageService$Mode.DECOMMISSIONED:Lorg/apache/cassandra/service/StorageService$Mode;
iconst_1
invokevirtual org.apache.cassandra.service.StorageService.setMode:(Lorg/apache/cassandra/service/StorageService$Mode;Z)V
9: .line 4067
return
end local 0 // org.apache.cassandra.service.StorageService$6 this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/cassandra/service/StorageService$6;
5 6 1 ioe Ljava/io/IOError;
Exception table:
from to target type
2 3 4 Class java.io.IOError
}
SourceFile: "StorageService.java"
EnclosingMethod: org.apache.cassandra.service.StorageService.decommission:()V
NestHost: org.apache.cassandra.service.StorageService
InnerClasses:
public final BootstrapState = org.apache.cassandra.db.SystemKeyspace$BootstrapState of org.apache.cassandra.db.SystemKeyspace
org.apache.cassandra.service.StorageService$6
private final Mode = org.apache.cassandra.service.StorageService$Mode of org.apache.cassandra.service.StorageService