Package | Description |
---|---|
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.event.impl |
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) |
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.