Interface IMetricsBroker
public interface IMetricsBroker
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull IMetricsTransactionHttpRequestDeprecated.@NotNull IMetricsTransactionImportDeprecated.@NotNull IMetricsTransactionJobDeprecated.@NotNull IMetricsTransactionWordCountDeprecated.@NotNull IHttpMetricsDeprecated.@NotNull IMetricsDataBrokergetMetricsDataBroker(int nYearMonth) Deprecated.@NotNull ISystemInformationDeprecated.@NotNull List<IMetricsTimTaken> Deprecated.@NotNull List<IMetricsTimTaken> Deprecated.@NotNull IMetricsXmlSummaryDeprecated.voidvoidonTranslationRequest(@NotNull String connectorid, @NotNull String sourceLanguage, @NotNull String targetLanguage, long count, boolean isUrgent) voidqueueForWordcount(@Nullable File pFile) Deprecated.voidqueueTranslationHelperTextWordCont(@NotNull String sTranslatable, @NotNull String sSource, @NotNull String sTarget, @NotNull String sConnector, @NotNull String sProjectId, String sName) Deprecated.
-
Method Details
-
createHttpTransaction
Deprecated.Create a http transaction metric object- Returns:
-
createImportTransaction
Deprecated.Create a import xml file metric object- Returns:
-
createJobTransaction
Deprecated.Create a job transaction metric object- Returns:
-
createWordCountTransaction
Deprecated.Create a word count transaction metric object- Returns:
-
queueForWordcount
Deprecated.Copy a given file to the word count queue- Parameters:
pFile-
-
queueTranslationHelperTextWordCont
@Deprecated void queueTranslationHelperTextWordCont(@NotNull @NotNull String sTranslatable, @NotNull @NotNull String sSource, @NotNull @NotNull String sTarget, @NotNull @NotNull String sConnector, @NotNull @NotNull String sProjectId, String sName) Deprecated. -
getHttpMetrics
Deprecated. -
getTimesImport
Deprecated. -
getTimesExport
Deprecated. -
getMetricsDataBroker
Deprecated.Get the metrics data broker for a given yearmonth- Parameters:
nYearMonth-- Returns:
-
getSystemInformation
Deprecated. -
getXmlSummary
Deprecated. -
onStartup
void onStartup() -
onTranslationRequest
-