Package | Description |
---|---|
org.infinispan.loaders.decorators |
This package contains loaders and stores, which are used for overflow or persistence.
|
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.topology | |
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 |
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 | Interface and Description |
---|---|
interface |
MergeEvent
This event is passed in to any method annotated with
Merged . |
Modifier and Type | Class and Description |
---|---|
class |
EventImpl
Implementation of cache manager events
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.ClusterViewListener.handleViewChange(ViewChangedEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterIdGenerator.RankCalculator.calculateRank(ViewChangedEvent e) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.