| Package | Description |
|---|---|
| org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
| org.infinispan.conflict.impl |
This package contains implementations of the conflict resolution API.
|
| org.infinispan.container.versioning | |
| org.infinispan.globalstate.impl | |
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.notifications.cachelistener.cluster | |
| org.infinispan.scattered.impl | |
| org.infinispan.transaction.impl | |
| org.infinispan.xsite.statetransfer |
| 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 |
|---|
| DataRehashed
This annotation should be used on methods that need to be notified when a rehash starts or ends.
|
| 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.
|
| 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 |
|---|
| CacheEntryActivated
This annotation should be used on methods that need to be notified when a cache entry is activated.
|
| 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.
|
| TransactionCompleted
This annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and the transaction completes, either with a commit or a rollback.
|
| 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. |
| 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 © 2022 JBoss by Red Hat. All rights reserved.