Interface MonitorableSFSBStoreManager

  • All Superinterfaces:
    StatsProvider

    public interface MonitorableSFSBStoreManager
    extends StatsProvider
    An interface that allows monitoring of an SFSBStoreManager implementation
    Author:
    Mahesh Kannan
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCurrentStoreSize()
      Returns the number of passivated / checkpointed sessions in the store Note that this includes the sessions passivated / checkpointed by ohter store maangers in the cluster
      void monitoringLevelChanged​(boolean monitoringOn)
      Notification that the monitoringLevel is either turned off (false) OR tuened on (true).
    • Method Detail

      • getCurrentStoreSize

        long getCurrentStoreSize()
        Returns the number of passivated / checkpointed sessions in the store Note that this includes the sessions passivated / checkpointed by ohter store maangers in the cluster
      • monitoringLevelChanged

        void monitoringLevelChanged​(boolean monitoringOn)
        Notification that the monitoringLevel is either turned off (false) OR tuened on (true).
        Parameters:
        monitoringOn - true if monitoring is either HIGH / LOW false otherwise