Package org.elasticsearch.common.cache
Class RemovalNotification<K,V>
java.lang.Object
org.elasticsearch.common.cache.RemovalNotification<K,V>
public class RemovalNotification<K,V>
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemovalNotification.RemovalReason -
Constructor Summary
Constructors Constructor Description RemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason) -
Method Summary
Modifier and Type Method Description KgetKey()RemovalNotification.RemovalReasongetRemovalReason()VgetValue()