Uses of Class
org.apache.camel.support.TimeoutMapEntry
Packages that use TimeoutMapEntry
Package
Description
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 TimeoutMapEntryModifier and TypeMethodDescriptionint
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)