Package | Description |
---|---|
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
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 | |
org.infinispan.stream.impl |
Modifier and Type | Field and Description |
---|---|
static DataRehashedEvent<?,?> |
DataRehashedAdapter.EMPTY |
Modifier and Type | Field and Description |
---|---|
static javax.enterprise.util.TypeLiteral<DataRehashedEvent<?,?>> |
DataRehashedAdapter.WILDCARD_TYPE
Events which will be selected (including generic type information (
, ?> ). |
Modifier and Type | Method and Description |
---|---|
void |
DataRehashedAdapter.fire(DataRehashedEvent<K,V> payload) |
Constructor and Description |
---|
DataRehashedAdapter(javax.enterprise.event.Event<DataRehashedEvent<K,V>> event) |
Modifier and Type | Method and Description |
---|---|
void |
DistributedEntryRetriever.dataRehashed(DataRehashedEvent<K,V> event)
We need to listen to data rehash events in case if data moves while we are iterating over it.
|
Modifier and Type | Class and Description |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalStreamManagerImpl.dataRehashed(DataRehashedEvent<K,V> event)
We need to listen to data rehash events in case if data moves while we are iterating over it.
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.