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