Class TransformerConfigStatistics


  • @Deprecated
    public class TransformerConfigStatistics
    extends java.lang.Object
    Deprecated.
    The RenditionService is being replace by the simpler async RenditionService2.
    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
    • Constructor Detail

      • TransformerConfigStatistics

        public TransformerConfigStatistics​(TransformerConfigImpl transformerConfigImpl,
                                           org.alfresco.service.cmr.repository.MimetypeService mimetypeService)
        Deprecated.
    • Method Detail

      • getStatistics

        public TransformerStatistics getStatistics​(ContentTransformer transformer,
                                                   java.lang.String sourceMimetype,
                                                   java.lang.String targetMimetype,
                                                   boolean createNew)
        Deprecated.