| Package | Description |
|---|---|
| org.infinispan.cdi.event.cachemanager |
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
|
| org.infinispan.container.versioning | |
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager-specific listener events |
| org.infinispan.notifications.cachemanagerlistener.event.impl | |
| org.infinispan.persistence.support | |
| org.infinispan.topology | |
| org.infinispan.transaction.impl |
| Modifier and Type | Field and Description |
|---|---|
static ViewChangedEvent |
ViewChangedAdapter.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewChangedAdapter.fire(ViewChangedEvent payload) |
| Constructor and Description |
|---|
ViewChangedAdapter(javax.enterprise.event.Event<ViewChangedEvent> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
NumericVersionGenerator.RankCalculator.calculateRank(ViewChangedEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteClusterListener.viewChange(ViewChangedEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeEvent
This event is passed in to any method annotated with
Merged. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl
Implementation of cache manager events
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonCacheWriter.SingletonStoreListener.viewChange(ViewChangedEvent event)
The cluster formation changed, so determine whether the current cache stopped being the coordinator or became
the coordinator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterTopologyManagerImpl.ClusterViewListener.handleViewChange(ViewChangedEvent e) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionTable.onViewChange(ViewChangedEvent e) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.