Interface StatisticsService


@Deprecated public interface StatisticsService
Deprecated.
Please use Adobe Analytics instead StatisticsService...
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addEntry(Entry entry)
    Deprecated.
    Adds an entry to the statistics workspace.
    Deprecated.
     
    runReport(Report report)
    Deprecated.
    Runs a report and returns the result of the report.
    runReport(Session session, Report report)
    Deprecated.
    Runs a report and returns the result of the report.
  • Method Details

    • runReport

      Iterator runReport(Report report) throws RepositoryException
      Deprecated.
      Runs a report and returns the result of the report. Please note that this implementation serializes access to the underlying session that runs the report. For improved concurrency, use runReport(Session, Report) instead and provide your own session.

      This method is thread-safe.

      Parameters:
      report - the report to run.
      Returns:
      the result of the report.
      Throws:
      RepositoryException - if an error occurs while reading from the workspace.
    • runReport

      Iterator runReport(Session session, Report report) throws RepositoryException
      Deprecated.
      Runs a report and returns the result of the report.

      This method is thread-safe.

      Parameters:
      session - The Session to access the data from the repository to generate the report
      report - the report to run.
      Returns:
      the result of the report.
      Throws:
      RepositoryException - if an error occurs while reading from the workspace.
    • addEntry

      void addEntry(Entry entry) throws RepositoryException
      Deprecated.
      Adds an entry to the statistics workspace.
      Parameters:
      entry - the entry to add.
      Throws:
      RepositoryException - if an error occurs while writing to the workspace.
    • getPath

      String getPath()
      Deprecated.
      Returns:
      the path where statistics are written to.