Uses of Enum Class
org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
-
Uses of CoprocessorViolation.Severity in org.apache.hadoop.hbase.tool.coprocessor
Modifier and TypeFieldDescriptionprivate final CoprocessorViolation.Severity
CoprocessorViolation.severity
Modifier and TypeMethodDescriptionCoprocessorViolation.getSeverity()
Returns the enum constant of this class with the specified name.static CoprocessorViolation.Severity[]
CoprocessorViolation.Severity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCoprocessorViolation
(String className, CoprocessorViolation.Severity severity, String message) CoprocessorViolation
(String className, CoprocessorViolation.Severity severity, String message, Throwable t)