Interface StatisticsCoordinator


public interface StatisticsCoordinator
Register or unregister statistics providers.
  • Method Details

    • addProvider

      void addProvider(StatisticsProvider provider)
      Add the given provider to the list of active providers.
      Parameters:
      provider - The provider to add.
    • removeProvider

      void removeProvider(StatisticsProvider provider)
      Remove the given provider from the list of active providers.
      Parameters:
      provider - The provider to remove.
    • addWriter

      void addWriter(StatisticsWriter writer)
      Add a new writer instance
      Parameters:
      writer - the writer instance
    • removeWriter

      void removeWriter(String id)
      Remove a writer
      Parameters:
      id - the writer's ID