Uses of Interface
org.wildfly.clustering.ee.cache.offset.Offset
-
Packages that use Offset Package Description org.wildfly.clustering.ee.cache.offset -
-
Uses of Offset in org.wildfly.clustering.ee.cache.offset
Classes in org.wildfly.clustering.ee.cache.offset that implement Offset Modifier and Type Class Description static classOffset.DefaultOffset<O,V>static classOffset.DurationOffsetstatic classOffset.InstantOffsetstatic classOffset.TemporalOffset<V>Methods in org.wildfly.clustering.ee.cache.offset that return Offset Modifier and Type Method Description static Offset<Duration>Offset. forDuration(Duration offset)static Offset<Instant>Offset. forInstant(Duration offset)Offset<V>OffsetValue.DefaultOffsetValue. getOffset()Offset<V>OffsetValue. getOffset()The current offset.Methods in org.wildfly.clustering.ee.cache.offset with parameters of type Offset Modifier and Type Method Description voidOffsetValue.DefaultOffsetValue. setOffset(Offset<V> offset)default voidOffsetValue. setOffset(Offset<V> offset)Sets the current offset.
-