Uses of Interface
org.wildfly.clustering.ee.cache.offset.OffsetValue
-
Packages that use OffsetValue Package Description org.wildfly.clustering.ee.cache.offset -
-
Uses of OffsetValue in org.wildfly.clustering.ee.cache.offset
Classes in org.wildfly.clustering.ee.cache.offset that implement OffsetValue Modifier and Type Class Description static classOffsetValue.DefaultOffsetValue<O,V>static classOffsetValue.DurationOffsetValuestatic classOffsetValue.InstantOffsetValuestatic classOffsetValue.TemporalOffsetValue<V>Methods in org.wildfly.clustering.ee.cache.offset that return OffsetValue Modifier and Type Method Description static OffsetValue<Duration>OffsetValue. from(Duration duration)static OffsetValue<Instant>OffsetValue. from(Instant instant)OffsetValue<V>OffsetValue.DefaultOffsetValue. rebase()OffsetValue<V>OffsetValue. rebase()Returns a new offset value based on the current value.
-