Uses of Interface
org.alfresco.repo.content.transform.TransformerStatistics
-
Packages that use TransformerStatistics Package Description org.alfresco.repo.content.transform -
-
Uses of TransformerStatistics in org.alfresco.repo.content.transform
Classes in org.alfresco.repo.content.transform that implement TransformerStatistics Modifier and Type Class Description classTransformerStatisticsImplDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Methods in org.alfresco.repo.content.transform that return TransformerStatistics Modifier and Type Method Description TransformerStatisticsTransformerConfig. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.Returns and creates if needed theTransformerStatisticsobject for the combination of transformer, sourceMimetype and targetMimetype.TransformerStatisticsTransformerConfigImpl. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.Returns and creates if needed theTransformerStatisticsobject for the combination of transformer, sourceMimetype and targetMimetype.TransformerStatisticsTransformerConfigStatistics. getStatistics(ContentTransformer transformer, java.lang.String sourceMimetype, java.lang.String targetMimetype, boolean createNew)Deprecated.Constructors in org.alfresco.repo.content.transform with parameters of type TransformerStatistics Constructor Description TransformerStatisticsImpl(org.alfresco.service.cmr.repository.MimetypeService mimetypeService, java.lang.String sourceMimetype, java.lang.String targetMimetype, ContentTransformer transformer, TransformerStatistics parent, long errorTime, long initialAverageTime, long initialCount)Deprecated.
-