Package wt.util.jmx
Interface ExportPerfTables.Redactor
- Enclosing class:
- ExportPerfTables
public static interface ExportPerfTables.Redactor
Interface for a redaction callback delegate to
Supported API: true
Extendable: true
ExportPerfTables.
Supported API: true
Extendable: true
- See Also:
-
Method Summary
-
Method Details
-
redact
Responsible for applying any desired redaction to the incoming string and returning the result.
Supported API: true
Extendable: true- Parameters:
string- Incoming unredacted stringtableName- Name of data table string is fromcolumnName- Name of data column string is from- Returns:
- redacted string (or original string where no redaction is necessary)
-