Class TransformerConfigStatistics
- java.lang.Object
-
- org.alfresco.repo.content.transform.TransformerConfigStatistics
-
@Deprecated public class TransformerConfigStatistics extends java.lang.ObjectDeprecated.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 Summary
Constructors Constructor Description TransformerConfigStatistics(TransformerConfigImpl transformerConfigImpl, org.alfresco.service.cmr.repository.MimetypeService mimetypeService)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TransformerStatisticsgetStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.
-
-
-
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.
-
-