Uses of Class
org.elasticsearch.common.cache.RemovalNotification.RemovalReason
-
Packages that use RemovalNotification.RemovalReason Package Description org.elasticsearch.common.cache -
-
Uses of RemovalNotification.RemovalReason in org.elasticsearch.common.cache
Methods in org.elasticsearch.common.cache that return RemovalNotification.RemovalReason Modifier and Type Method Description RemovalNotification.RemovalReasonRemovalNotification. getRemovalReason()static RemovalNotification.RemovalReasonRemovalNotification.RemovalReason. valueOf(String name)Returns the enum constant of this type with the specified name.static RemovalNotification.RemovalReason[]RemovalNotification.RemovalReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.common.cache with parameters of type RemovalNotification.RemovalReason Constructor Description RemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason)
-