java.io.Serializable, java.lang.Comparable<AuditReplayMapper.REPLAYCOUNTERS>public static enum AuditReplayMapper.REPLAYCOUNTERS extends java.lang.Enum<AuditReplayMapper.REPLAYCOUNTERS>
Counter definitions for replay.| Enum Constant | Description |
|---|---|
LATECOMMANDS |
|
LATECOMMANDSTOTALTIME |
|
TOTALCOMMANDS |
|
TOTALINVALIDCOMMANDS |
|
TOTALREADCOMMANDLATENCY |
|
TOTALREADCOMMANDS |
|
TOTALUNSUPPORTEDCOMMANDS |
|
TOTALWRITECOMMANDLATENCY |
|
TOTALWRITECOMMANDS |
| Modifier and Type | Method | Description |
|---|---|---|
static AuditReplayMapper.REPLAYCOUNTERS |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2008–2025 Apache Software Foundation. All rights reserved.