|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchInvalidation | |
org.jboss.cache.invalidation | |
org.jboss.cache.invalidation.bridges |
Uses of BatchInvalidation in org.jboss.cache.invalidation |
Methods in org.jboss.cache.invalidation with parameters of type BatchInvalidation | |
void |
InvalidationManagerMBean.batchInvalidate(BatchInvalidation[] invalidations)
Invalidate a set of IG managed by this IM. |
void |
InvalidationManagerMBean.batchInvalidate(BatchInvalidation[] invalidations,
boolean asynchronous)
Identical as previous method. |
void |
InvalidationManager.batchInvalidate(BatchInvalidation[] invalidations)
|
void |
InvalidationManager.batchInvalidate(BatchInvalidation[] invalidations,
boolean asynchronous)
|
protected void |
InvalidationManager.crossDomainBatchInvalidate(org.jboss.cache.invalidation.InvalidationManager.BridgeInvalidationSubscriptionImpl source,
BatchInvalidation[] invalidations,
boolean asynchronous)
|
void |
InvalidationBridgeListener.batchInvalidate(BatchInvalidation[] invalidations,
boolean asynchronous)
Called when a set of invalidations, concerning more than one IG, should be forwarded accross the bridge. |
void |
BridgeInvalidationSubscription.batchInvalidate(BatchInvalidation[] invalidations)
Invalidates a set of keys in a set of InvalidationGroup. |
Uses of BatchInvalidation in org.jboss.cache.invalidation.bridges |
Fields in org.jboss.cache.invalidation.bridges declared as BatchInvalidation | |
protected BatchInvalidation[] |
JMSCacheInvalidationMessage.bis
|
Methods in org.jboss.cache.invalidation.bridges that return BatchInvalidation | |
BatchInvalidation[] |
JMSCacheInvalidationMessage.getInvalidations()
|
Methods in org.jboss.cache.invalidation.bridges with parameters of type BatchInvalidation | |
void |
JMSCacheInvalidationBridge.batchInvalidate(BatchInvalidation[] invalidations,
boolean asynchronous)
|
Constructors in org.jboss.cache.invalidation.bridges with parameters of type BatchInvalidation | |
JMSCacheInvalidationMessage(VMID source,
BatchInvalidation[] invalidations)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |