public static enum AuditReplayMapper.REPLAYCOUNTERS extends Enum<AuditReplayMapper.REPLAYCOUNTERS>
Counter definitions for replay.| Enum Constant and Description |
|---|
LATECOMMANDS |
LATECOMMANDSTOTALTIME |
TOTALCOMMANDS |
TOTALINVALIDCOMMANDS |
TOTALREADCOMMANDLATENCY |
TOTALREADCOMMANDS |
TOTALUNSUPPORTEDCOMMANDS |
TOTALWRITECOMMANDLATENCY |
TOTALWRITECOMMANDS |
| Modifier and Type | Method and Description |
|---|---|
static AuditReplayMapper.REPLAYCOUNTERS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditReplayMapper.REPLAYCOUNTERS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALCOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALINVALIDCOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALUNSUPPORTEDCOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS LATECOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS LATECOMMANDSTOTALTIME
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALWRITECOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALWRITECOMMANDLATENCY
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALREADCOMMANDS
public static final AuditReplayMapper.REPLAYCOUNTERS TOTALREADCOMMANDLATENCY
public static AuditReplayMapper.REPLAYCOUNTERS[] values()
for (AuditReplayMapper.REPLAYCOUNTERS c : AuditReplayMapper.REPLAYCOUNTERS.values()) System.out.println(c);
public static AuditReplayMapper.REPLAYCOUNTERS 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 © 2008–2023 Apache Software Foundation. All rights reserved.