Class ViewManagerImpl

    • Constructor Detail

      • ViewManagerImpl

        ViewManagerImpl​(StatsManager statsManager)
    • Method Detail

      • getView

        @Nullable
        public ViewData getView​(View.Name viewName)
        Description copied from class: ViewManager
        Returns the current stats data, ViewData, associated with the given view name.

        Returns null if the View is not registered.

        Specified by:
        getView in class ViewManager
        Parameters:
        viewName - the name of View for the current stats.
        Returns:
        ViewData for the View, or null if the View is not registered.
      • getAllExportedViews

        public java.util.Set<View> getAllExportedViews()
        Description copied from class: ViewManager
        Returns all registered views that should be exported.

        This method should be used by any stats exporter that automatically exports data for views registered with the ViewManager.

        Specified by:
        getAllExportedViews in class ViewManager
        Returns:
        all registered views that should be exported.
      • clearStats

        void clearStats()
      • resumeStatsCollection

        void resumeStatsCollection()