Uses of Enum Class
org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
-
Uses of org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity in org.apache.hadoop.hbase.tool.coprocessor
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
CoprocessorViolation.getSeverity()
static org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
CoprocessorViolation.Severity.valueOf
(String name) static org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity[]
CoprocessorViolation.Severity.values()
ModifierConstructorDescriptionCoprocessorViolation
(String className, org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity severity, String message) CoprocessorViolation
(String className, org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity severity, String message, Throwable t)