Package wt.util.jmx

Interface ExportPerfTables.Redactor

Enclosing class:
ExportPerfTables

public static interface ExportPerfTables.Redactor
Interface for a redaction callback delegate to ExportPerfTables.

Supported API: true

Extendable: true
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    redact(String string, String tableName, String columnName)
    Responsible for applying any desired redaction to the incoming string and returning the result.
  • Method Details

    • redact

      String redact(String string, String tableName, String columnName)
      Responsible for applying any desired redaction to the incoming string and returning the result.

      Supported API: true

      Extendable: true
      Parameters:
      string - Incoming unredacted string
      tableName - Name of data table string is from
      columnName - Name of data column string is from
      Returns:
      redacted string (or original string where no redaction is necessary)