Package | Description |
---|---|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.stream.impl |
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 | 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 © 2018 JBoss, a division of Red Hat. All rights reserved.