Uses of Interface
org.wildfly.clustering.web.cache.session.metadata.coarse.MutableSessionMetaDataOffsetValues
-
Packages that use MutableSessionMetaDataOffsetValues Package Description org.wildfly.clustering.web.cache.session.metadata.coarse -
-
Uses of MutableSessionMetaDataOffsetValues in org.wildfly.clustering.web.cache.session.metadata.coarse
Methods in org.wildfly.clustering.web.cache.session.metadata.coarse that return MutableSessionMetaDataOffsetValues Modifier and Type Method Description static <C> MutableSessionMetaDataOffsetValuesMutableSessionMetaDataOffsetValues. from(ContextualSessionMetaDataEntry<C> entry)Creates a mutable session metadata entry delta from the specified metadata entry.Constructors in org.wildfly.clustering.web.cache.session.metadata.coarse with parameters of type MutableSessionMetaDataOffsetValues Constructor Description MutableSessionMetaDataEntry(ImmutableSessionMetaDataEntry entry, MutableSessionMetaDataOffsetValues values)SessionMetaDataEntryFunction(MutableSessionMetaDataOffsetValues delta)
-