Package org.apache.kafka.common.metrics
Enum Class Sensor.RecordingLevel
- All Implemented Interfaces:
Serializable
,Comparable<Sensor.RecordingLevel>
,Constable
- Enclosing class:
- Sensor
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionfinal short
the permanent and immutable id of an API--this can't change everstatic final int
final String
an english description of the api--this is for debugging and can change -
Method Summary
Modifier and TypeMethodDescriptionstatic Sensor.RecordingLevel
forId
(int id) static Sensor.RecordingLevel
Case insensitive lookup by protocol nameboolean
shouldRecord
(int configId) static Sensor.RecordingLevel
Returns the enum constant of this class with the specified name.static Sensor.RecordingLevel[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INFO
-
DEBUG
-
TRACE
-
-
Field Details
-
MAX_RECORDING_LEVEL_KEY
public static final int MAX_RECORDING_LEVEL_KEY -
name
an english description of the api--this is for debugging and can change -
id
public final short idthe permanent and immutable id of an API--this can't change ever
-
-
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
-
forId
-
forName
Case insensitive lookup by protocol name -
shouldRecord
public boolean shouldRecord(int configId)
-