public enum TcpReplayRequestRateExceededAction extends Enum<TcpReplayRequestRateExceededAction>
| Enum Constant and Description |
|---|
DELAY
Handler will wait for the next request time.
|
START_SNAPSHOT_RECOVERY
Handler will start snapshot recovery if Tcp Replay Request Rate exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
static TcpReplayRequestRateExceededAction |
forValue(int value)
Convert int to enumeration.
|
int |
getValue()
Get int value.
|
static TcpReplayRequestRateExceededAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpReplayRequestRateExceededAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcpReplayRequestRateExceededAction DELAY
public static final TcpReplayRequestRateExceededAction START_SNAPSHOT_RECOVERY
public static TcpReplayRequestRateExceededAction[] values()
for (TcpReplayRequestRateExceededAction c : TcpReplayRequestRateExceededAction.values()) System.out.println(c);
public static TcpReplayRequestRateExceededAction 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 getValue()
public static TcpReplayRequestRateExceededAction forValue(int value)
value - int value.Copyright © 2010–2020 Onix Solutions. All rights reserved.