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.
|
Modifier and Type | Method and Description |
---|---|
Collection<DistributedCallable> |
CacheNotifierImpl.retrieveClusterListenerCallablesToInstall() |
Modifier and Type | Class and Description |
---|---|
class |
ClusterEventCallable<K,V>
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
class |
ClusterListenerRemoveCallable<K,V>
This DistributedCallable is used to remove registered
RemoteClusterListener on each of the various nodes
when a cluster listener is unregistered from the cache. |
class |
ClusterListenerReplicateCallable<K,V>
This DistributedCallable is used to install a
RemoteClusterListener on the resulting node. |
class |
MultiClusterEventCallable<K,V>
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MigrationTask |
Modifier and Type | Method and Description |
---|---|
Collection<DistributedCallable> |
StateProviderImpl.getClusterListenersToInstall() |
Collection<DistributedCallable> |
StateProvider.getClusterListenersToInstall() |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.