Interface PerformanceTestResult

All Known Implementing Classes:
PerformanceTestResultImpl

@Deprecated public interface PerformanceTestResult
Deprecated.
To be removed without replacement.
PerformanceTestResult interfance contains all the methods to access the performance test results.
To be removed in version:
4.0.0
  • Method Details

    • getNumberOfProcessedCharacters

      int getNumberOfProcessedCharacters()
      Deprecated.
      Gets the number of processed characters.
      Returns:
      Returns the number of processed characters.
    • getNumberOfProcessedFiles

      int getNumberOfProcessedFiles()
      Deprecated.
      Gets the number of processed files.
      Returns:
      Returns the number of processed files.
    • getUIMADatapath

      String getUIMADatapath()
      Deprecated.
      Gets the UIMA datapath.
      Returns:
      Returns the UIMA datapath setting used for the performance test.
    • getAeInitTime

      TimeSpan getAeInitTime()
      Deprecated.
      Gets the ae init time.
      Returns:
      Returns the analysis engine initialization time.
    • getFileIoTime

      TimeSpan getFileIoTime()
      Deprecated.
      Gets the file io time.
      Returns:
      Returns the file I/O time.
    • getNumberOfCreatedAnnotations

      int getNumberOfCreatedAnnotations()
      Deprecated.
      Gets the number of created annotations.
      Returns:
      Returns the number of created annotations.
    • getNumberOfRepeatedRuns

      int getNumberOfRepeatedRuns()
      Deprecated.
      Gets the number of repeated runs.
      Returns:
      Returns the setting for the number of repeated runs.
    • getOverallTime

      TimeSpan getOverallTime()
      Deprecated.
      Gets the overall time.
      Returns:
      Returns the overall time of the performance run
    • getAeProcessingTime

      TimeSpan getAeProcessingTime()
      Deprecated.
      Gets the ae processing time.
      Returns:
      Returns the analysis engine processing time.
    • isRepeatSingleMode

      boolean isRepeatSingleMode()
      Deprecated.
      Checks if is repeat single mode.
      Returns:
      Returns the setting of the repeat mode mode.
    • getAeDescFilePath

      String getAeDescFilePath()
      Deprecated.
      Gets the ae desc file path.
      Returns:
      Returns the analysis engine descriptor file path.
    • getTestFileDirectoryPath

      String getTestFileDirectoryPath()
      Deprecated.
      Gets the test file directory path.
      Returns:
      Returns the test file directory used for the performance run.
    • getAeWarmupTime

      TimeSpan getAeWarmupTime()
      Deprecated.
      Gets the ae warmup time.
      Returns:
      Returns the analysis engine warmup time.
    • isDoAeWarmup

      boolean isDoAeWarmup()
      Deprecated.
      Checks if is do ae warmup.
      Returns:
      Returns the setting the the analysis engine warmup.
    • writePerfResultsAsColumn

      void writePerfResultsAsColumn(String level, File file) throws Exception
      Deprecated.
      write performance results as colum.
      Parameters:
      level - Test level name of the performance test
      file - Output file where the results are written to
      Throws:
      Exception - passthru
    • getAeCleanupTime

      TimeSpan getAeCleanupTime()
      Deprecated.
      Gets the ae cleanup time.
      Returns:
      Returns the analysis engine cleanup time.
    • getDocumentPreparationTime

      TimeSpan getDocumentPreparationTime()
      Deprecated.
      Gets the document preparation time.
      Returns:
      Returns the document preparation time.
    • getProcessedFileSize

      long getProcessedFileSize()
      Deprecated.
      Gets the processed file size.
      Returns:
      Returns the processed file collection size.