Enum Class DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity
java.lang.Object
java.lang.Enum<DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity>
com.linkedin.venice.controller.stats.DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity
- All Implemented Interfaces:
ModuleMetricEntityInterface,Serializable,Comparable<DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity>,Constable
- Enclosing class:
- DeferredVersionSwapStats
public static enum DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity
extends Enum<DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity>
implements ModuleMetricEntityInterface
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCount of deferred version swap child status mismatchesCount of deferred version swap parent-child status mismatchesCount of deferred version swap roll forward failuresGauge of stalled deferred version swaps (global — stalledVersionSwapSet is shared across all clusters) -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.linkedin.venice.stats.metrics.ModuleMetricEntityInterface
getMetricName
-
Enum Constant Details
-
DEFERRED_VERSION_SWAP_PROCESSING_ERROR_COUNT
public static final DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity DEFERRED_VERSION_SWAP_PROCESSING_ERROR_COUNT -
DEFERRED_VERSION_SWAP_ROLL_FORWARD_FAILURE_COUNT
public static final DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity DEFERRED_VERSION_SWAP_ROLL_FORWARD_FAILURE_COUNTCount of deferred version swap roll forward failures -
DEFERRED_VERSION_SWAP_STALLED_COUNT
public static final DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity DEFERRED_VERSION_SWAP_STALLED_COUNTGauge of stalled deferred version swaps (global — stalledVersionSwapSet is shared across all clusters) -
DEFERRED_VERSION_SWAP_PARENT_STATUS_MISMATCH_COUNT
public static final DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity DEFERRED_VERSION_SWAP_PARENT_STATUS_MISMATCH_COUNTCount of deferred version swap parent-child status mismatches -
DEFERRED_VERSION_SWAP_CHILD_STATUS_MISMATCH_COUNT
public static final DeferredVersionSwapStats.DeferredVersionSwapOtelMetricEntity DEFERRED_VERSION_SWAP_CHILD_STATUS_MISMATCH_COUNTCount of deferred version swap child status mismatches
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getMetricEntity
- Specified by:
getMetricEntityin interfaceModuleMetricEntityInterface
-