Uses of Class
org.infinispan.notifications.cachelistener.cluster.ClusterListenerReplicateCallable
-
Packages that use ClusterListenerReplicateCallable Package Description org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.statetransfer Transfer of state to new caches in a cluster. -
-
Uses of ClusterListenerReplicateCallable in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return types with arguments of type ClusterListenerReplicateCallable Modifier and Type Method Description java.util.Collection<ClusterListenerReplicateCallable<K,V>>
CacheNotifierImpl. retrieveClusterListenerCallablesToInstall()
-
Uses of ClusterListenerReplicateCallable in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that return ClusterListenerReplicateCallable Modifier and Type Method Description ClusterListenerReplicateCallable
ClusterListenerReplicateCallable.Externalizer. readObject(java.io.ObjectInput input)
Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type ClusterListenerReplicateCallable Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ClusterListenerReplicateCallable>>
ClusterListenerReplicateCallable.Externalizer. getTypeClasses()
java.util.Collection<ClusterListenerReplicateCallable<K,V>>
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.Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterListenerReplicateCallable Modifier and Type Method Description void
ClusterListenerReplicateCallable.Externalizer. writeObject(java.io.ObjectOutput output, ClusterListenerReplicateCallable object)
-
Uses of ClusterListenerReplicateCallable in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return types with arguments of type ClusterListenerReplicateCallable Modifier and Type Method Description java.util.Collection<ClusterListenerReplicateCallable<java.lang.Object,java.lang.Object>>
StateProvider. getClusterListenersToInstall()
java.util.Collection<ClusterListenerReplicateCallable<java.lang.Object,java.lang.Object>>
StateProviderImpl. getClusterListenersToInstall()
-