| Package | Description |
|---|---|
| org.alfresco.repo.content.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
TransformerStatisticsImpl
Implementation of a
TransformerStatistics. |
| Modifier and Type | Method and Description |
|---|---|
TransformerStatistics |
TransformerConfigImpl.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew)
Returns and creates if needed the
TransformerStatistics object for the combination of
transformer, sourceMimetype and targetMimetype. |
TransformerStatistics |
TransformerConfigStatistics.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew) |
TransformerStatistics |
TransformerConfig.getStatistics(ContentTransformer transformer,
String sourceMimetype,
String targetMimetype,
boolean createNew)
Returns and creates if needed the
TransformerStatistics object for the combination of
transformer, sourceMimetype and targetMimetype. |
| Constructor and Description |
|---|
TransformerStatisticsImpl(org.alfresco.service.cmr.repository.MimetypeService mimetypeService,
String sourceMimetype,
String targetMimetype,
ContentTransformer transformer,
TransformerStatistics parent,
long errorTime,
long initialAverageTime,
long initialCount) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.