Uses of Interface
org.wildfly.clustering.server.offset.OffsetValue
Packages that use OffsetValue
-
Uses of OffsetValue in org.wildfly.clustering.server.offset
Classes in org.wildfly.clustering.server.offset that implement OffsetValueModifier and TypeClassDescriptionstatic classThe default offset value implementation.static classA duration-based offset value implementation.static classAn instant-based offset value implementation.static classA temporal offset value implementation.Methods in org.wildfly.clustering.server.offset that return OffsetValueModifier and TypeMethodDescriptionstatic OffsetValue<Duration> Creates a duration-based offset value from the specified basis.static OffsetValue<Instant> Creates a instant-based offset value from the specified basis.OffsetValue.DefaultOffsetValue.rebase()OffsetValue.rebase()Returns a new offset value based on the current value.