public final class com.mongodb.connection.ClusterType extends java.lang.Enum<com.mongodb.connection.ClusterType>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: com.mongodb.connection.ClusterType
super_class: java.lang.Enum
{
public static final com.mongodb.connection.ClusterType STANDALONE;
descriptor: Lcom/mongodb/connection/ClusterType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.connection.ClusterType REPLICA_SET;
descriptor: Lcom/mongodb/connection/ClusterType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.connection.ClusterType SHARDED;
descriptor: Lcom/mongodb/connection/ClusterType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final com.mongodb.connection.ClusterType UNKNOWN;
descriptor: Lcom/mongodb/connection/ClusterType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final com.mongodb.connection.ClusterType[] ENUM$VALUES;
descriptor: [Lcom/mongodb/connection/ClusterType;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new com.mongodb.connection.ClusterType
dup
ldc "STANDALONE"
iconst_0
invokespecial com.mongodb.connection.ClusterType.<init>:(Ljava/lang/String;I)V
1: putstatic com.mongodb.connection.ClusterType.STANDALONE:Lcom/mongodb/connection/ClusterType;
2: new com.mongodb.connection.ClusterType
dup
ldc "REPLICA_SET"
iconst_1
invokespecial com.mongodb.connection.ClusterType.<init>:(Ljava/lang/String;I)V
3: putstatic com.mongodb.connection.ClusterType.REPLICA_SET:Lcom/mongodb/connection/ClusterType;
4: new com.mongodb.connection.ClusterType
dup
ldc "SHARDED"
iconst_2
invokespecial com.mongodb.connection.ClusterType.<init>:(Ljava/lang/String;I)V
5: putstatic com.mongodb.connection.ClusterType.SHARDED:Lcom/mongodb/connection/ClusterType;
6: new com.mongodb.connection.ClusterType
dup
ldc "UNKNOWN"
iconst_3
invokespecial com.mongodb.connection.ClusterType.<init>:(Ljava/lang/String;I)V
7: putstatic com.mongodb.connection.ClusterType.UNKNOWN:Lcom/mongodb/connection/ClusterType;
8: iconst_4
anewarray com.mongodb.connection.ClusterType
dup
iconst_0
getstatic com.mongodb.connection.ClusterType.STANDALONE:Lcom/mongodb/connection/ClusterType;
aastore
dup
iconst_1
getstatic com.mongodb.connection.ClusterType.REPLICA_SET:Lcom/mongodb/connection/ClusterType;
aastore
dup
iconst_2
getstatic com.mongodb.connection.ClusterType.SHARDED:Lcom/mongodb/connection/ClusterType;
aastore
dup
iconst_3
getstatic com.mongodb.connection.ClusterType.UNKNOWN:Lcom/mongodb/connection/ClusterType;
aastore
putstatic com.mongodb.connection.ClusterType.ENUM$VALUES:[Lcom/mongodb/connection/ClusterType;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/connection/ClusterType;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public static com.mongodb.connection.ClusterType[] values();
descriptor: ()[Lcom/mongodb/connection/ClusterType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic com.mongodb.connection.ClusterType.ENUM$VALUES:[Lcom/mongodb/connection/ClusterType;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray com.mongodb.connection.ClusterType
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static com.mongodb.connection.ClusterType valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/mongodb/connection/ClusterType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lcom/mongodb/connection/ClusterType;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast com.mongodb.connection.ClusterType
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lcom/mongodb/connection/ClusterType;>;
SourceFile: "ClusterType.java"