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.demo |
Classes, programs and applications that help demonstrate how Infinispan can be used.
|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.persistence.support | |
org.infinispan.topology |
Modifier and Type | Method and Description |
---|---|
void |
ViewChangedAdapter.fire(ViewChangedEvent payload) |
Modifier and Type | Method and Description |
---|---|
void |
NumericVersionGenerator.RankCalculator.calculateRank(ViewChangedEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanDemo.CacheListener.viewChangeEvent(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 |
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) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.