public class ClusterListenerRemoveCallable<K,V> extends Object implements DistributedCallable<K,V,Void>
RemoteClusterListener
on each of the various nodes
when a cluster listener is unregistered from the cache.Modifier and Type | Class and Description |
---|---|
static class |
ClusterListenerRemoveCallable.Externalizer |
Constructor and Description |
---|
ClusterListenerRemoveCallable(UUID identifier) |
Modifier and Type | Method and Description |
---|---|
Void |
call() |
void |
setEnvironment(Cache<K,V> cache,
Set<K> inputKeys)
Invoked by execution environment after DistributedCallable has been migrated for execution to
a specific Infinispan node.
|
public ClusterListenerRemoveCallable(UUID identifier)
public void setEnvironment(Cache<K,V> cache, Set<K> inputKeys)
DistributedCallable
setEnvironment
in interface DistributedCallable<K,V,Void>
cache
- cache whose keys are used as input data for this DistributedCallable taskinputKeys
- keys used as input for this DistributedCallable taskCopyright © 2021 JBoss, a division of Red Hat. All rights reserved.