Uses of Class
org.apache.camel.support.TimeoutMapEntry
-
Packages that use TimeoutMapEntry Package Description org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the user -
-
Uses of TimeoutMapEntry in org.apache.camel.support
Methods in org.apache.camel.support with parameters of type TimeoutMapEntry Modifier and Type Method Description int
TimeoutMapEntry. compareTo(TimeoutMapEntry<K,V> that)
protected boolean
DefaultTimeoutMap. isValidForEviction(TimeoutMapEntry<K,V> entry)
A hook to allow derivations to avoid evicting the current entryprotected void
DefaultTimeoutMap. updateExpireTime(TimeoutMapEntry<K,V> entry)
-