Class ClusterListenerReplicateCallable<K,​V>

  • All Implemented Interfaces:
    Callable<Void>, DistributedCallable<K,​V,​Void>

    public class ClusterListenerReplicateCallable<K,​V>
    extends Object
    implements DistributedCallable<K,​V,​Void>
    This DistributedCallable is used to install a RemoteClusterListener on the resulting node. This class also has checks to ensure that if the listener is attempted to be installed from more than 1 source only 1 will be installed as well if a node goes down while installing will also remove the listener.
    Since:
    7.0
    Author:
    wburns