Uses of Interface
org.jgroups.raft.util.TimeService
Packages that use TimeService
-
Uses of TimeService in org.jgroups.protocols.raft
Methods in org.jgroups.protocols.raft that return TimeServiceMethods in org.jgroups.protocols.raft with parameters of type TimeService -
Uses of TimeService in org.jgroups.raft.util
Classes in org.jgroups.raft.util that implement TimeServiceModifier and TypeClassDescriptionstatic final classNo-op implementation that returnsnullfor timestamps and0for nanosecond values.static final classLive implementation backed by the JVM time.Methods in org.jgroups.raft.util that return TimeServiceModifier and TypeMethodDescriptionstatic TimeServiceTimeService.create(boolean enabled) Creates aTimeServiceinstance.