Class MultiClusterEventCallable<K,​V>

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

    public class MultiClusterEventCallable<K,​V>
    extends Object
    implements DistributedCallable<K,​V,​Void>
    This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen for this event.
    Since:
    7.0
    Author:
    wburns
    • Method Detail

      • setEnvironment

        public void setEnvironment​(Cache<K,​V> cache,
                                   Set<K> inputKeys)
        Description copied from interface: DistributedCallable
        Invoked by execution environment after DistributedCallable has been migrated for execution to a specific Infinispan node.
        Specified by:
        setEnvironment in interface DistributedCallable<K,​V,​Void>
        Parameters:
        cache - cache whose keys are used as input data for this DistributedCallable task
        inputKeys - keys used as input for this DistributedCallable task