Class TimerMetaDataEntryFunction<C>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>
-
- org.wildfly.clustering.ejb.cache.timer.TimerMetaDataEntryFunction<C>
-
- All Implemented Interfaces:
BiFunction<Object,RemappableTimerMetaDataEntry<C>,RemappableTimerMetaDataEntry<C>>
public class TimerMetaDataEntryFunction<C> extends RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<Offset<Duration>>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description TimerMetaDataEntryFunction(OffsetValue<Duration> lastTimeoutDelta)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.ee.cache.function.RemappingFunction
apply, getOperand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Constructor Detail
-
TimerMetaDataEntryFunction
public TimerMetaDataEntryFunction(OffsetValue<Duration> lastTimeoutDelta)
-
-