@Deprecated @AlfrescoPublicApi public interface TransformerStatistics
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageTime()
Deprecated.
|
long |
getCount()
Deprecated.
|
long |
getErrorCount()
Deprecated.
|
String |
getSourceExt()
Deprecated.
|
String |
getTargetExt()
Deprecated.
|
String |
getTransformerName()
Deprecated.
|
boolean |
isSummary()
Deprecated.
|
void |
recordError(long transformationTime)
Deprecated.
Adds 1 to the error count of this TransformationData and its parents.
|
void |
recordTime(long transformationTime)
Deprecated.
|
void |
setAverageTime(long averageTime)
Deprecated.
|
void |
setCount(long count)
Deprecated.
|
void |
setErrorCount(long errorCount)
Deprecated.
|
String getSourceExt()
String getTargetExt()
String getTransformerName()
long getCount()
void setCount(long count)
count - overrides the number of time the transformer has been called.long getErrorCount()
void setErrorCount(long errorCount)
errorCount - overrides the number of time the transformer has failed.long getAverageTime()
void setAverageTime(long averageTime)
averageTime - overrides the average time taken by the the transformer.boolean isSummary()
true if this is the summary of all transformations done
by a transformer rather than just between two specific mimetypes.void recordTime(long transformationTime)
transformationTime - to be added to this TransformationData and its parents.void recordError(long transformationTime)
Copyright © 2005–2018 Alfresco Software. All rights reserved.