Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
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.transaction.impl | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
void |
ListenerRegistration.handleViewChange(TopologyChangedEvent<?,?> tce) |
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 | Method and Description |
---|---|
void |
TransactionTable.onTopologyChange(TopologyChangedEvent<?,?> tce) |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
XSiteStateTransferManagerImpl.handleTopology(TopologyChangedEvent<K,V> topologyChangedEvent) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.