class com.mongodb.connection.ServerType$2 extends com.mongodb.connection.ServerType
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.mongodb.connection.ServerType$2
  super_class: com.mongodb.connection.ServerType
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.connection.ServerType$2 this
         0: .line 38
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.mongodb.connection.ServerType.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.mongodb.connection.ServerType$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ServerType$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public com.mongodb.connection.ClusterType getClusterType();
    descriptor: ()Lcom/mongodb/connection/ClusterType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.connection.ServerType$2 this
         0: .line 41
            getstatic com.mongodb.connection.ClusterType.REPLICA_SET:Lcom/mongodb/connection/ClusterType;
            areturn
        end local 0 // com.mongodb.connection.ServerType$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/connection/ServerType$2;
}
SourceFile: "ServerType.java"
EnclosingMethod: com.mongodb.connection.ServerType
NestHost: com.mongodb.connection.ServerType
InnerClasses:
  com.mongodb.connection.ServerType$2