Uses of Interface
org.wildfly.clustering.ejb.cache.timer.ImmutableTimerMetaDataEntry
-
Packages that use ImmutableTimerMetaDataEntry Package Description org.wildfly.clustering.ejb.cache.timer -
-
Uses of ImmutableTimerMetaDataEntry in org.wildfly.clustering.ejb.cache.timer
Subinterfaces of ImmutableTimerMetaDataEntry in org.wildfly.clustering.ejb.cache.timer Modifier and Type Interface Description interfaceImmutableIntervalTimerMetaDataEntry<C>An immutable view of an interval-based timer metadata cache entry.interfaceImmutableScheduleTimerMetaDataEntry<C>An immutable view of a schedule-based timer metadata cache entry.interfaceRemappableTimerMetaDataEntry<C>interfaceTimerMetaDataEntry<C>Classes in org.wildfly.clustering.ejb.cache.timer that implement ImmutableTimerMetaDataEntry Modifier and Type Class Description classAbstractTimerMetaDataEntry<C>The base timer metadata cache entry.classIntervalTimerMetaDataEntry<C>An interval-based timer metadata cache entry.classMutableTimerMetaDataEntry<C>classScheduleTimerMetaDataEntry<C>An schedule-based timer metadata cache entry.Constructors in org.wildfly.clustering.ejb.cache.timer with parameters of type ImmutableTimerMetaDataEntry Constructor Description DefaultImmutableTimerMetaData(TimerMetaDataConfiguration<C> configuration, ImmutableTimerMetaDataEntry<C> entry)MutableTimerMetaDataEntry(ImmutableTimerMetaDataEntry<C> entry, OffsetValue<Duration> lastTimeout)
-