| Package | Description |
|---|---|
| org.apache.nifi.events | |
| org.apache.nifi.reporting |
| Modifier and Type | Method and Description |
|---|---|
void |
EventReporter.reportEvent(Severity severity,
String category,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bulletin |
ReportingContext.createBulletin(String category,
Severity severity,
String message)
Creates a system-level
Bulletin with the given category, severity
level, and message, so that the Bulletin can be added to the
BulletinRepository. |
Bulletin |
ReportingContext.createBulletin(String componentId,
String category,
Severity severity,
String message)
Creates a
Bulletin for the component with the specified
identifier |
Copyright © 2016 Apache NiFi Project. All rights reserved.