Class TransformerConfigStatistics


  • public class TransformerConfigStatistics
    extends Object
    Provides a place to store statistics about: a) the combination of transformer, source and target mimetype; b) a summary for each transformer; c) a summary of top level transformations (++) for each combination of source and target mimetype; d) a summary of all top level transformations. These values are not shared across the cluster but are node specific.

    ++ Top level transformations don't include transformations performed as part of another transformation.

    Author:
    Alan Davis