Class BeanMetaDataEntryFunction<K>
- java.lang.Object
-
- org.wildfly.clustering.ee.cache.function.RemappingFunction<RemappableBeanMetaDataEntry<K>,Supplier<Offset<Instant>>>
-
- org.wildfly.clustering.ejb.cache.bean.BeanMetaDataEntryFunction<K>
-
- All Implemented Interfaces:
BiFunction<Object,RemappableBeanMetaDataEntry<K>,RemappableBeanMetaDataEntry<K>>
public class BeanMetaDataEntryFunction<K> extends RemappingFunction<RemappableBeanMetaDataEntry<K>,Supplier<Offset<Instant>>>
Remapping function for a bean metadata entry.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description BeanMetaDataEntryFunction(OffsetValue<Instant> lastAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Offset<Instant>getOffset()-
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
-
BeanMetaDataEntryFunction
public BeanMetaDataEntryFunction(OffsetValue<Instant> lastAccess)
-
-