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()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RemovalNotification
-
-
Method Details
-
getKey
-
getValue
-
getRemovalReason
-