Package | Description |
---|---|
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheEntryActivatedAdapter.fire(CacheEntryActivatedEvent<K,V> payload) |
Modifier and Type | Method and Description |
---|---|
void |
GroupingInterceptor.KeyListener.handleRemove(CacheEntryActivatedEvent<?,?> event) |
Modifier and Type | Method and Description |
---|---|
void |
LocalEntryRetriever.PassivationListener.onEntryActivated(CacheEntryActivatedEvent<K,V> activatedEvent) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.