Uses of Enum Class
org.apache.nifi.syslog.utils.NilHandlingPolicy
Packages that use NilHandlingPolicy
-
Uses of NilHandlingPolicy in org.apache.nifi.syslog.parsers
Constructors in org.apache.nifi.syslog.parsers with parameters of type NilHandlingPolicyModifierConstructorDescriptionStrictSyslog5424Parser(NilHandlingPolicy nilPolicy, NifiStructuredDataPolicy structuredDataPolicy, com.github.palindromicity.syslog.KeyProvider keyProvider) -
Uses of NilHandlingPolicy in org.apache.nifi.syslog.utils
Methods in org.apache.nifi.syslog.utils that return NilHandlingPolicyModifier and TypeMethodDescriptionstatic NilHandlingPolicyReturns the enum constant of this class with the specified name.static NilHandlingPolicy[]NilHandlingPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.