| Package | Description |
|---|---|
| org.apache.nifi.processor.util.pattern |
| Modifier and Type | Field and Description |
|---|---|
private ErrorTypes.Destination |
ErrorTypes.destination |
private ErrorTypes.Destination |
ErrorTypes.Result.destination |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypes.Destination |
ErrorTypes.destination() |
ErrorTypes.Destination |
ErrorTypes.Result.destination() |
static ErrorTypes.Destination |
ErrorTypes.Destination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTypes.Destination[] |
ErrorTypes.Destination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ErrorTypes(ErrorTypes.Destination destination,
ErrorTypes.Penalty penalty) |
Result(ErrorTypes.Destination destination,
ErrorTypes.Penalty penalty) |
Copyright © 2019 Apache NiFi Project. All rights reserved.