Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.affinity.impl | |
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
org.infinispan.container.versioning | |
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.notifications.cachelistener.event.impl | |
org.infinispan.transaction.impl | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
void |
ListenerRegistration.handleViewChange(TopologyChangedEvent<?,?> tce) |
Modifier and Type | Method and Description |
---|---|
void |
KeyAffinityServiceImpl.handleViewChange(TopologyChangedEvent<?,?> vce) |
Modifier and Type | Field and Description |
---|---|
static javax.enterprise.util.TypeLiteral<TopologyChangedEvent<?,?>> |
TopologyChangedAdapter.WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Modifier and Type | Method and Description |
---|---|
void |
TopologyChangedAdapter.fire(TopologyChangedEvent<K,V> payload) |
Constructor and Description |
---|
TopologyChangedAdapter(javax.enterprise.event.Event<TopologyChangedEvent<K,V>> event) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClusteredVersionGenerator.TopologyIdUpdater.onTopologyChange(TopologyChangedEvent<?,?> tce) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedEntryRetriever.topologyChanged(TopologyChangedEvent<K,V> event)
We need to listen for topology change events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.onTopologyChange(TopologyChangedEvent<?,?> tce) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
XSiteStateTransferManagerImpl.handleTopology(TopologyChangedEvent<K,V> topologyChangedEvent) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.