Package | Description |
---|---|
org.infinispan.cacheviews | |
org.infinispan.container.versioning | |
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.transaction |
JTA transaction support.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheViewsManagerImpl.ViewListener.handleViewChange(ViewChangedEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClusteredVersionGenerator.ViewIdUpdater.handleViewChange(ViewChangedEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
SingletonStore.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 |
StaleTransactionCleanupService.onViewChange(ViewChangedEvent vce)
Roll back remote transactions originating on nodes that have left the cluster.
|
void |
TransactionTable.recalculateMinViewIdOnTopologyChange(ViewChangedEvent vce) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterIdGenerator.RankCalculator.calculateRank(ViewChangedEvent e) |
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.