Uses of Interface
org.wildfly.clustering.server.offset.Offset
Packages that use Offset
Package
Description
-
Uses of Offset in org.wildfly.clustering.server.offset
Classes in org.wildfly.clustering.server.offset that implement OffsetModifier and TypeClassDescriptionstatic classOffset.DefaultOffset<O,V> A default offset implementation.static classA duration-based offset implementation.static classAn instant-based offset implementation.static classA temporal offset implementation.Methods in org.wildfly.clustering.server.offset that return OffsetModifier and TypeMethodDescriptionOffset.forDuration(Duration offset) Creates a duration-based offset for the specified duration.Offset.forInstant(Duration offset) Creates an instant-based offset for the specified duration.OffsetValue.DefaultOffsetValue.getOffset()OffsetValue.getOffset()The current offset.Methods in org.wildfly.clustering.server.offset with parameters of type Offset -
Uses of Offset in org.wildfly.clustering.session.cache.metadata.coarse
Methods in org.wildfly.clustering.session.cache.metadata.coarse that return OffsetModifier and TypeMethodDescriptionSessionMetaDataEntryOffsets.getLastAccessEndTimeOffset()Returns the last access end time, as an offset from the current value.SessionMetaDataEntryOffsets.getLastAccessStartTimeOffset()Returns the last access start time, as an offset from the current value.SessionMetaDataEntryOffsets.getMaxIdleOffset()Returns the max idle duration, as an offset from the current value. -
Uses of Offset in org.wildfly.clustering.session.cache.metadata.fine
Subclasses with type arguments of type Offset in org.wildfly.clustering.session.cache.metadata.fineModifier and TypeClassDescriptionclassThe remapping function for the session creation metadata entry.Subinterfaces with type arguments of type Offset in org.wildfly.clustering.session.cache.metadata.fineModifier and TypeInterfaceDescriptioninterfaceA contextual session metadata entry.Methods in org.wildfly.clustering.session.cache.metadata.fine that return OffsetModifier and TypeMethodDescriptionSessionAccessMetaDataEntryOffsets.getLastAccessOffset()Returns the last access offset.SessionAccessMetaDataEntryOffsets.getSinceCreationOffset()Returns the offset since creation.Method parameters in org.wildfly.clustering.session.cache.metadata.fine with type arguments of type OffsetModifier and TypeMethodDescriptionConstructors in org.wildfly.clustering.session.cache.metadata.fine with parameters of type OffsetModifierConstructorDescriptionCreates a session creation metadata entry function.