Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.util.concurrent
Interface BoundedConcurrentHashMap.EvictionListener<K,V>

Enclosing class:
BoundedConcurrentHashMap<K,V>

public static interface BoundedConcurrentHashMap.EvictionListener<K,V>


Method Summary
 void onEntryActivated(Object key)
           
 void onEntryChosenForEviction(V internalCacheEntry)
           
 void onEntryEviction(Map<K,V> evicted)
           
 void onEntryRemoved(Object key)
           
 

Method Detail

onEntryEviction

void onEntryEviction(Map<K,V> evicted)

onEntryChosenForEviction

void onEntryChosenForEviction(V internalCacheEntry)

onEntryActivated

void onEntryActivated(Object key)

onEntryRemoved

void onEntryRemoved(Object key)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.