Interface DOMStoreStatsTracker


  • @Deprecated(forRemoval=true)
    public interface DOMStoreStatsTracker
    Deprecated, for removal: This API element is subject to removal in a future version.
    Interface for a class that tracks statistics for a data store.
    Author:
    Thomas Pantelis
    • Method Detail

      • setDataChangeListenerExecutor

        void setDataChangeListenerExecutor​(@NonNull ExecutorService dclExecutor)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the executor used for DataChangeListener notifications.
        Parameters:
        dclExecutor - the executor
      • setDataStoreExecutor

        void setDataStoreExecutor​(@NonNull ExecutorService dsExecutor)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the executor used internally by the data store.
        Parameters:
        dsExecutor - the executor
      • setNotificationManager

        void setNotificationManager​(@NonNull QueuedNotificationManager<?,​?> manager)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the QueuedNotificationManager use for DataChangeListener notifications.
        Parameters:
        manager - the manager