Interface RemappableBeanMetaDataEntry<K>
- Type Parameters:
K- the bean group identifier type
- All Superinterfaces:
BeanMetaDataEntry<K>,ImmutableBeanMetaDataEntry<K>,org.wildfly.clustering.cache.function.Remappable<RemappableBeanMetaDataEntry<K>,Supplier<org.wildfly.clustering.server.offset.Offset<Instant>>>
- All Known Implementing Classes:
DefaultBeanMetaDataEntry
public interface RemappableBeanMetaDataEntry<K>
extends BeanMetaDataEntry<K>, org.wildfly.clustering.cache.function.Remappable<RemappableBeanMetaDataEntry<K>,Supplier<org.wildfly.clustering.server.offset.Offset<Instant>>>
Bean metadata cache entry, supporting remapping.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataEntry
getGroupId, getNameMethods inherited from interface org.wildfly.clustering.cache.function.Remappable
remap
-
Method Details
-
getLastAccess
org.wildfly.clustering.server.offset.OffsetValue<Instant> getLastAccess()- Specified by:
getLastAccessin interfaceBeanMetaDataEntry<K>- Specified by:
getLastAccessin interfaceImmutableBeanMetaDataEntry<K>
-