Package com.linkedin.venice.client.stats
Enum Class BasicClientStats.BasicClientMetricEntity
java.lang.Object
java.lang.Enum<BasicClientStats.BasicClientMetricEntity>
com.linkedin.venice.client.stats.BasicClientStats.BasicClientMetricEntity
- All Implemented Interfaces:
Serializable
,Comparable<BasicClientStats.BasicClientMetricEntity>
,Constable
- Enclosing class:
- BasicClientStats
public static enum BasicClientStats.BasicClientMetricEntity
extends Enum<BasicClientStats.BasicClientMetricEntity>
-
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 all requests during response handling along with response codesCount of all DaVinci requests: as DaVinci is local reads, we do not track HTTP response codes But keeping the same name call_count across all clients for consistencyLatency based on all responsesLatency for all DaVinci Client responses -
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.
-
Enum Constant Details
-
CALL_COUNT
Count of all requests during response handling along with response codes -
CALL_TIME
Latency based on all responses -
CALL_COUNT_DVC
Count of all DaVinci requests: as DaVinci is local reads, we do not track HTTP response codes But keeping the same name call_count across all clients for consistency -
CALL_TIME_DVC
Latency for all DaVinci Client responses
-
-
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
-