Uses of Enum Class
org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
Packages that use CoprocessorViolation.Severity
-
Uses of CoprocessorViolation.Severity in org.apache.hadoop.hbase.tool.coprocessor
Fields in org.apache.hadoop.hbase.tool.coprocessor declared as CoprocessorViolation.SeverityModifier and TypeFieldDescriptionprivate final CoprocessorViolation.Severity
CoprocessorViolation.severity
Methods in org.apache.hadoop.hbase.tool.coprocessor that return CoprocessorViolation.SeverityModifier 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.Constructors in org.apache.hadoop.hbase.tool.coprocessor with parameters of type CoprocessorViolation.SeverityModifierConstructorDescriptionCoprocessorViolation
(String className, CoprocessorViolation.Severity severity, String message) CoprocessorViolation
(String className, CoprocessorViolation.Severity severity, String message, Throwable t)