Interface IMetricsBroker


public interface IMetricsBroker
Author:
I-D Media AG
  • Method Details

    • createHttpTransaction

      @Deprecated @NotNull @NotNull IMetricsTransactionHttpRequest createHttpTransaction()
      Deprecated.
      Create a http transaction metric object
      Returns:
    • createImportTransaction

      @Deprecated @NotNull @NotNull IMetricsTransactionImport createImportTransaction()
      Deprecated.
      Create a import xml file metric object
      Returns:
    • createJobTransaction

      @Deprecated @NotNull @NotNull IMetricsTransactionJob createJobTransaction()
      Deprecated.
      Create a job transaction metric object
      Returns:
    • createWordCountTransaction

      @NotNull @Deprecated @NotNull IMetricsTransactionWordCount createWordCountTransaction()
      Deprecated.
      Create a word count transaction metric object
      Returns:
    • queueForWordcount

      @Deprecated void queueForWordcount(@Nullable @Nullable File pFile)
      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

      @NotNull @Deprecated @NotNull IHttpMetrics getHttpMetrics()
      Deprecated.
    • getTimesImport

      @NotNull @Deprecated @NotNull List<IMetricsTimTaken> getTimesImport()
      Deprecated.
    • getTimesExport

      @NotNull @Deprecated @NotNull List<IMetricsTimTaken> getTimesExport()
      Deprecated.
    • getMetricsDataBroker

      @NotNull @Deprecated @NotNull IMetricsDataBroker getMetricsDataBroker(int nYearMonth)
      Deprecated.
      Get the metrics data broker for a given yearmonth
      Parameters:
      nYearMonth -
      Returns:
    • getSystemInformation

      @NotNull @Deprecated @NotNull ISystemInformation getSystemInformation()
      Deprecated.
    • getXmlSummary

      @NotNull @Deprecated @NotNull IMetricsXmlSummary getXmlSummary()
      Deprecated.
    • onStartup

      void onStartup()
    • onTranslationRequest

      void onTranslationRequest(@NotNull @NotNull String connectorid, @NotNull @NotNull String sourceLanguage, @NotNull @NotNull String targetLanguage, long count, boolean isUrgent)