Package | Description |
---|---|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachelistener.cluster.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
Class and Description |
---|
ClusterCacheNotifier
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.
|
Class and Description |
---|
ClusterEvent
This is an event designed for use with cluster listeners solely.
|
ClusterEventCallable
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
ClusterEventManager |
ClusterListenerRemoveCallable
This DistributedCallable is used to remove registered
RemoteClusterListener on each of the various nodes
when a cluster listener is unregistered from the cache. |
ClusterListenerReplicateCallable
This DistributedCallable is used to install a
RemoteClusterListener on the resulting node. |
MultiClusterEventCallable
This DistributedCallable is used to invoke a raised notification on the cluster listener that registered to listen
for this event.
|
Class and Description |
---|
ClusterEvent
This is an event designed for use with cluster listeners solely.
|
ClusterEventManager |
Class and Description |
---|
ClusterCacheNotifier
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.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.