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

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.server.offset.OffsetValue<Instant>
     

    Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataEntry

    getGroupId, getName

    Methods inherited from interface org.wildfly.clustering.cache.function.Remappable

    remap