Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
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.notifications.cachelistener.cluster | |
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 |
---|
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.
|
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 |
---|
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 © 2018 JBoss, a division of Red Hat. All rights reserved.