| Home >> All >> org >> jboss >> cache >> invalidation >> [ bridges Javadoc ] |
org.jboss.cache.invalidation.bridges: Javadoc index of package org.jboss.cache.invalidation.bridges.
Package Samples:
org.jboss.cache.invalidation.bridges
Classes:
JGCacheInvalidationBridgeMBean: Cache Invalidation bridge working over JavaGroup. The partition to be used and the invalidation manager can be defined as part of the MBean interface. The bridge automatically discovers which are the InvalidationGroup that are managed by other node of the cluster and only send invalidation information for these groups over the network. This makes this bridge very easy to setup while still being efficient with network resource and CPU serialization cost.
JMSCacheInvalidationBridgeMBean: Cache invalidation bridge based on JMS. The list of InvalidationGroup to be bridged is *not* automatically discovered, thus, all invalidation messages that are locally generated are forwarded over JMS. In the future, it should be possible, through a JMX attribute, to list the InvalidationGroup that should be included/excluded
JMSCacheInvalidationBridge: JMS implementation of a cache invalidation bridge Based on previous code of Bill Burke based on interceptors
JGCacheInvalidationBridge: JGroups implementation of a cache invalidation bridge
JMSCacheInvalidationMessage
NodeInfo
| Home | Contact Us | Privacy Policy | Terms of Service |