Interface | Description |
---|---|
ClusterCacheNotifier<K,V> |
This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified
when a new event has been raised from the cluster.
|
ClusterEventManager<K,V> |
Class | Description |
---|---|
ClusterEvent<K,V> |
This is an event designed for use with cluster listeners solely.
|
ClusterEvent.Externalizer | |
ClusterEventCallable<K,V> |
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
ClusterEventCallable.Externalizer | |
ClusterEventManagerFactory |
Constructs the data container
|
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. |
ClusterListenerRemoveCallable.Externalizer | |
ClusterListenerReplicateCallable<K,V> |
This DistributedCallable is used to install a
RemoteClusterListener on the resulting node. |
ClusterListenerReplicateCallable.Externalizer | |
MultiClusterEventCallable<K,V> |
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
MultiClusterEventCallable.Externalizer | |
RemoteClusterListener |
A listener that installed locally on each node when a cluster listener is installed on a given node.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.