public static enum CoordinationNodeSettings.RateLimiterCountersMode extends Enum<CoordinationNodeSettings.RateLimiterCountersMode>
| Enum Constant and Description |
|---|
RATE_LIMITER_COUNTERS_MODE_AGGREGATED
Aggregated counters for resource tree
|
RATE_LIMITER_COUNTERS_MODE_DETAILED
Counters on every resource
|
| Modifier and Type | Method and Description |
|---|---|
static CoordinationNodeSettings.RateLimiterCountersMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinationNodeSettings.RateLimiterCountersMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoordinationNodeSettings.RateLimiterCountersMode RATE_LIMITER_COUNTERS_MODE_AGGREGATED
public static final CoordinationNodeSettings.RateLimiterCountersMode RATE_LIMITER_COUNTERS_MODE_DETAILED
public static CoordinationNodeSettings.RateLimiterCountersMode[] values()
for (CoordinationNodeSettings.RateLimiterCountersMode c : CoordinationNodeSettings.RateLimiterCountersMode.values()) System.out.println(c);
public static CoordinationNodeSettings.RateLimiterCountersMode 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 nullCopyright © 2024. All rights reserved.