Uses of Enum Class
org.apache.nifi.processor.util.pattern.ErrorTypes.Penalty
-
Uses of ErrorTypes.Penalty in org.apache.nifi.processor.util.pattern
Fields in org.apache.nifi.processor.util.pattern declared as ErrorTypes.PenaltyModifier and TypeFieldDescriptionprivate final ErrorTypes.PenaltyErrorTypes.penaltyprivate final ErrorTypes.PenaltyErrorTypes.Result.penaltyMethods in org.apache.nifi.processor.util.pattern that return ErrorTypes.PenaltyModifier and TypeMethodDescriptionErrorTypes.penalty()ErrorTypes.Result.penalty()static ErrorTypes.PenaltyReturns the enum constant of this class with the specified name.static ErrorTypes.Penalty[]ErrorTypes.Penalty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.processor.util.pattern with parameters of type ErrorTypes.PenaltyModifier and TypeMethodDescriptionprivate static org.apache.nifi.flowfile.FlowFileExceptionHandler.penalize(org.apache.nifi.processor.ProcessContext context, org.apache.nifi.processor.ProcessSession session, org.apache.nifi.flowfile.FlowFile flowFile, ErrorTypes.Penalty penalty) Constructors in org.apache.nifi.processor.util.pattern with parameters of type ErrorTypes.PenaltyModifierConstructorDescriptionprivateErrorTypes(ErrorTypes.Destination destination, ErrorTypes.Penalty penalty) Result(ErrorTypes.Destination destination, ErrorTypes.Penalty penalty)