Package | Description |
---|---|
org.apache.hadoop.hbase.tool.coprocessor |
Modifier and Type | Field and Description |
---|---|
private CoprocessorViolation.Severity |
CoprocessorViolation.severity |
Modifier and Type | Method and Description |
---|---|
CoprocessorViolation.Severity |
CoprocessorViolation.getSeverity() |
static CoprocessorViolation.Severity |
CoprocessorViolation.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoprocessorViolation.Severity[] |
CoprocessorViolation.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message) |
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message,
Throwable t) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.