Class ClusterListenerRemoveCallable<K,​V>

    • Constructor Detail

      • ClusterListenerRemoveCallable

        public ClusterListenerRemoveCallable​(UUID identifier)
    • 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