public enum BrokerNodeType extends Enum<BrokerNodeType>
| Enum Constant and Description |
|---|
ROCKETMQ_G5_16C_64G |
ROCKETMQ_G5_24C_96G |
ROCKETMQ_G5_2C_8G |
ROCKETMQ_G5_32C_128G |
ROCKETMQ_G5_4C_16G |
ROCKETMQ_G5_8C_32G |
| Modifier and Type | Method and Description |
|---|---|
static BrokerNodeType |
fromValue(String value) |
static BrokerNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrokerNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrokerNodeType ROCKETMQ_G5_2C_8G
public static final BrokerNodeType ROCKETMQ_G5_4C_16G
public static final BrokerNodeType ROCKETMQ_G5_8C_32G
public static final BrokerNodeType ROCKETMQ_G5_16C_64G
public static final BrokerNodeType ROCKETMQ_G5_24C_96G
public static final BrokerNodeType ROCKETMQ_G5_32C_128G
public static BrokerNodeType[] values()
for (BrokerNodeType c : BrokerNodeType.values()) System.out.println(c);
public static BrokerNodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static BrokerNodeType fromValue(String value)
Copyright © 2025. All rights reserved.