@ThreadSafe public class EvictionManagerImpl<K,V> extends Object implements EvictionManager<K,V>
| Constructor and Description |
|---|
EvictionManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
findCacheMgmtInterceptor() |
CompletionStage<Void> |
onEntryEviction(Map<K,Map.Entry<K,V>> evicted,
FlagAffectedCommand command)
Handles notifications of evicted entries based on if the command allow them
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonEntryEvictionpublic void findCacheMgmtInterceptor()
public CompletionStage<Void> onEntryEviction(Map<K,Map.Entry<K,V>> evicted, FlagAffectedCommand command)
EvictionManageronEntryEviction in interface EvictionManager<K,V>evicted - The entries that were just evictedcommand - The command that generated the eviction if applicableCopyright © 2022 JBoss by Red Hat. All rights reserved.