Interface CacheManagerNotifier

    • Method Detail

      • notifyViewChange

        void notifyViewChange​(List<Address> members,
                              List<Address> oldMembers,
                              Address myAddress,
                              int viewId)
        Notifies all registered listeners of a viewChange event. Note that viewChange notifications are ALWAYS sent immediately.
      • notifyCacheStarted

        void notifyCacheStarted​(String cacheName)
      • notifyCacheStopped

        void notifyCacheStopped​(String cacheName)