Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.atomic.container | |
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
org.infinispan.container.versioning | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.jcache.embedded | |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.server.websocket | |
org.infinispan.stream.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 |
---|
CacheEntryCreated
This annotation should be used on methods that need to be notified when a cache entry is created.
|
CacheEntryModified
This annotation should be used on methods that need to be notified when a cache entry has been modified.
|
Class and Description |
---|
CacheEntriesEvicted
This annotation should be used on methods that need to be notified when cache entries are evicted.
|
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.
|
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. |
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.
|
DataRehashed
This annotation should be used on methods that need to be notified when a rehash starts or ends.
|
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. |
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.
|
TransactionRegistered
This annotation should be used on methods that need to be notified when the cache is called to participate in a
transaction and registers a
Synchronization with a registered TransactionManager . |
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 |
---|
CacheEntryActivated
This annotation should be used on methods that need to be notified when a cache entry is activated.
|
Class and Description |
---|
CacheEntryActivated
This annotation should be used on methods that need to be notified when a cache entry is activated.
|
DataRehashed
This annotation should be used on methods that need to be notified when a rehash starts or ends.
|
PartitionStatusChanged
This annotation should be used on methods that need to be notified when the
AvailabilityMode in use by the
PartitionHandlingManager changes due to a change in cluster topology. |
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.
|
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 |
---|
CacheEntryCreated
This annotation should be used on methods that need to be notified when a cache entry is created.
|
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 |
---|
DataRehashed
This annotation should be used on methods that need to be notified when a rehash starts or ends.
|
PartitionStatusChanged
This annotation should be used on methods that need to be notified when the
AvailabilityMode in use by the
PartitionHandlingManager 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, a division of Red Hat. All rights reserved.