| Package | Description |
|---|---|
| org.apache.nifi.processor.util.pattern |
| Modifier and Type | Field and Description |
|---|---|
private ErrorTypes.Penalty |
ErrorTypes.penalty |
private ErrorTypes.Penalty |
ErrorTypes.Result.penalty |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypes.Penalty |
ErrorTypes.penalty() |
ErrorTypes.Penalty |
ErrorTypes.Result.penalty() |
static ErrorTypes.Penalty |
ErrorTypes.Penalty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTypes.Penalty[] |
ErrorTypes.Penalty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static FlowFile |
ExceptionHandler.penalize(ProcessContext context,
ProcessSession session,
FlowFile flowFile,
ErrorTypes.Penalty penalty) |
| 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.