- setAppenderRefs(String) - Method in class io.confluent.log4j.redactor.RedactorAppender
-
Log4j configurator calls this with the contents found in the config file.
- setMetrics(String) - Method in class io.confluent.log4j.redactor.RedactorPolicy
-
Log4j configurator calls this method with the value found in the config file.
- setPolicy(RedactorPolicy) - Method in class io.confluent.log4j.redactor.RedactorAppender
-
Log4j configurator calls this with the contents found in the config file.
- setRefreshInterval(long) - Method in class io.confluent.log4j.redactor.RedactorPolicy
-
Log4j configurator calls this method with the value found in the config file.
- setRules(String) - Method in class io.confluent.log4j.redactor.RedactorPolicy
-
Log4j configurator calls this method with the value found in the config file.
- setTestOverride(String) - Static method in class io.confluent.logredactor.internal.UrlReader
-
- setTimeOut(int) - Method in class io.confluent.log4j.redactor.RedactorPolicy
-
Log4j configurator calls this method with the value found in the config file.
- StringRedactor - Class in io.confluent.logredactor.internal
-
This class contains the logic for redacting Strings.
- StringRedactorEngine - Class in io.confluent.logredactor.internal
-
This class contains the logic for starting a background thread,
that actively checks for updates in redaction policy, fetches and
compiles the new policy for the log redactor to use.
- StringRedactorEngine(String, long, int, LogRedactorMetrics) - Constructor for class io.confluent.logredactor.internal.StringRedactorEngine
-