Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.query.continuous |
Functionality related to continuous query, which sends updates to the client based on the client
query when there are any changes to the data which match the original query.
|
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 |
---|
CacheEntryCreated
This annotation should be used on methods that need to be notified when a cache entry is created.
|
CacheEntryExpired
This annotation should be used on methods that need to be notified when a cache entry is expired
Methods annotated with this annotation should be public and take in a single parameter, a
CacheEntryExpiredEvent otherwise an IncorrectListenerException will be thrown when registering your cache listener. |
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.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.