Interface ClusterCacheNotifier<K,​V>

    • Method Detail

      • notifyClusterListeners

        void notifyClusterListeners​(Collection<? extends CacheEntryEvent<K,​V>> events,
                                    UUID listenerId)
        Method that is invoked on the node that has the given cluster listener that when registered generated the given listenerId. Note this will notify only cluster listeners and regular listeners are not notified of the events. Will fire the events in the order of the iteration of the collection.
        Parameters:
        events -
        listenerId -
      • retrieveClusterListenerCallablesToInstall

        Collection<DistributedCallable> retrieveClusterListenerCallablesToInstall()
        This method is invoked so that this node can send the details required for a new node to be bootstrapped with the existing cluster listeners that are already installed.
        Returns:
        A collection of callables that should be invoked on the new node to properly install cluster listener information