Package | Description |
---|---|
org.hibernate.cache.infinispan.impl | |
org.hibernate.cache.infinispan.timestamp | |
org.infinispan.affinity | |
org.infinispan.transaction |
JTA transaction support.
|
Class and Description |
---|
CacheEntryActivated
This annotation should be used on methods that need to be notified when a cache entry is activated.
|
CacheEntryCreated
This annotation should be used on methods that need to be notified when a cache entry is created.
|
CacheEntryEvicted
Deprecated.
Note that this annotation will be removed in Infinispan 6.0
|
CacheEntryInvalidated
This annotation should be used on methods that need to be notified when a cache entry is invalidated.
|
CacheEntryLoaded
This annotation should be used on methods that need to be notified when a cache entry is loaded from a
CacheLoader . |
CacheEntryModified
This annotation should be used on methods that need to be notified when a cache entry has been modified.
|
CacheEntryPassivated
This annotation should be used on methods that need to be notified when cache entries are passivated.
|
CacheEntryRemoved
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
|
CacheEntryVisited
This annotation should be used on methods that need to be notified when a cache entry is visited.
|
Class and Description |
---|
CacheEntryModified
This annotation should be used on methods that need to be notified when a cache entry has been modified.
|
CacheEntryRemoved
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
|
Class and Description |
---|
TopologyChanged
This annotation should be used on methods that need to be notified when the
ConsistentHash implementation
in use by the DistributionManager changes due to a change in cluster topology. |
Class and Description |
---|
TopologyChanged
This annotation should be used on methods that need to be notified when the
ConsistentHash implementation
in use by the DistributionManager changes due to a change in cluster topology. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.