Class TimerMetaDataEntryFunction<C>
java.lang.Object
org.wildfly.clustering.cache.function.RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<org.wildfly.clustering.server.offset.Offset<Duration>>>
org.wildfly.clustering.ejb.cache.timer.TimerMetaDataEntryFunction<C>
- Type Parameters:
C- the timer context type
- All Implemented Interfaces:
BiFunction<Object,RemappableTimerMetaDataEntry<C>, RemappableTimerMetaDataEntry<C>>
public class TimerMetaDataEntryFunction<C>
extends org.wildfly.clustering.cache.function.RemappingFunction<RemappableTimerMetaDataEntry<C>,Supplier<org.wildfly.clustering.server.offset.Offset<Duration>>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionTimerMetaDataEntryFunction(org.wildfly.clustering.server.offset.OffsetValue<Duration> lastTimeoutDelta) -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.function.RemappingFunction
apply, getOperandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
TimerMetaDataEntryFunction
public TimerMetaDataEntryFunction(org.wildfly.clustering.server.offset.OffsetValue<Duration> lastTimeoutDelta)
-