|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TopologyChangedEvent | |
---|---|
org.infinispan.affinity | |
org.infinispan.notifications.cachelistener.event | |
org.infinispan.transaction | JTA transaction support. |
Uses of TopologyChangedEvent in org.infinispan.affinity |
---|
Methods in org.infinispan.affinity with parameters of type TopologyChangedEvent | |
---|---|
void |
ListenerRegistration.handleViewChange(TopologyChangedEvent<?,?> tce)
|
void |
KeyAffinityServiceImpl.handleViewChange(TopologyChangedEvent<?,?> vce)
|
Uses of TopologyChangedEvent in org.infinispan.notifications.cachelistener.event |
---|
Classes in org.infinispan.notifications.cachelistener.event that implement TopologyChangedEvent | |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types. |
Uses of TopologyChangedEvent in org.infinispan.transaction |
---|
Methods in org.infinispan.transaction with parameters of type TopologyChangedEvent | |
---|---|
void |
StaleTransactionCleanupService.onTopologyChange(TopologyChangedEvent<?,?> tce)
Roll back remote transactions that have acquired lock that are no longer valid, either because the main data owner left the cluster or because a node joined the cluster and is the new data owner. |
|
--> |