| 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.container.versioning | |
| org.infinispan.notifications.cachelistener.event.impl | |
| org.infinispan.scattered.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 | Method and Description |
|---|---|
void |
SimpleClusteredVersionGenerator.TopologyIdUpdater.onTopologyChange(TopologyChangedEvent<?,?> tce) |
| 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 |
BiasManagerImpl.onTopologyChange(TopologyChangedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionTable.onTopologyChange(TopologyChangedEvent<?,?> tce) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> CompletionStage<Void> |
XSiteStateTransferManagerImpl.handleTopology(TopologyChangedEvent<K,V> topologyChangedEvent) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.