Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.notifications.cachelistener.event |
Cache -specific listener events |
org.infinispan.notifications.cachelistener.filter |
Cache -specific notifications and eventing filtering classes. |
Class and Description |
---|
TopologyChangedEvent
The event passed in to methods annotated with
TopologyChanged . |
Class and Description |
---|
CacheEntryEvent
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
|
Event
An interface that defines common characteristics of events
|
Event.Type |
TransactionalEvent
An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call
originated locally or remotely.
|
Class and Description |
---|
CacheEntryEvent
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
|
Event
An interface that defines common characteristics of events
|
Event.Type |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.