Uses of Interface
org.infinispan.distexec.DistributedCallable
-
Packages that use DistributedCallable Package Description org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.persistence.remote.upgrade org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of DistributedCallable in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return types with arguments of type DistributedCallable Modifier and Type Method Description Collection<DistributedCallable>CacheNotifierImpl. retrieveClusterListenerCallablesToInstall() -
Uses of DistributedCallable in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster that implement DistributedCallable Modifier and Type Class Description classClusterEventCallable<K,V>This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen for this event.classClusterListenerRemoveCallable<K,V>This DistributedCallable is used to remove registeredRemoteClusterListeneron each of the various nodes when a cluster listener is unregistered from the cache.classClusterListenerReplicateCallable<K,V>This DistributedCallable is used to install aRemoteClusterListeneron the resulting node.classMultiClusterEventCallable<K,V>This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen for this event.Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type DistributedCallable Modifier and Type Method Description Collection<DistributedCallable>ClusterCacheNotifier. 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. -
Uses of DistributedCallable in org.infinispan.persistence.remote.upgrade
Classes in org.infinispan.persistence.remote.upgrade that implement DistributedCallable Modifier and Type Class Description classMigrationTask -
Uses of DistributedCallable in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return types with arguments of type DistributedCallable Modifier and Type Method Description Collection<DistributedCallable>StateProvider. getClusterListenersToInstall()Collection<DistributedCallable>StateProviderImpl. getClusterListenersToInstall()
-