public static enum ServerStatsFieldEnums.Size extends Enum<ServerStatsFieldEnums.Size>
ServerStats.| Enum Constant and Description |
|---|
SERVER_STATS_LB_LATENCY_SIZE
Number of bytes used to represent latency observed at Load Balancer.
|
SERVER_STATS_SERVICE_LATENCY_SIZE
Number of bytes used to represent latency observed at Server.
|
SERVER_STATS_TRACE_OPTION_SIZE
Number of bytes used to represent Trace option.
|
| Modifier and Type | Method and Description |
|---|---|
int |
value()
Returns the numerical value of the
ServerStatsFieldEnums.Size. |
static ServerStatsFieldEnums.Size |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerStatsFieldEnums.Size[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerStatsFieldEnums.Size SERVER_STATS_LB_LATENCY_SIZE
public static final ServerStatsFieldEnums.Size SERVER_STATS_SERVICE_LATENCY_SIZE
public static final ServerStatsFieldEnums.Size SERVER_STATS_TRACE_OPTION_SIZE
public static ServerStatsFieldEnums.Size[] values()
for (ServerStatsFieldEnums.Size c : ServerStatsFieldEnums.Size.values()) System.out.println(c);
public static ServerStatsFieldEnums.Size 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 int value()
ServerStatsFieldEnums.Size.Size.