Uses of Class
org.jgroups.util.TimeService
-
Packages that use TimeService Package Description org.jgroups.blocks.cs org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of TimeService in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs declared as TimeService Modifier and Type Field Description protected TimeServiceBaseServer. time_serviceMethods in org.jgroups.blocks.cs that return TimeService Modifier and Type Method Description TimeServiceBaseServer. timeService()Methods in org.jgroups.blocks.cs with parameters of type TimeService Modifier and Type Method Description BaseServerBaseServer. timeService(TimeService ts) -
Uses of TimeService in org.jgroups.protocols
Fields in org.jgroups.protocols declared as TimeService Modifier and Type Field Description protected TimeServiceFD_ALL. time_serviceprotected TimeServiceFD_HOST. time_serviceprotected TimeServiceReliableUnicast. time_serviceprotected TimeServiceTP. time_serviceprotected TimeServiceUNICAST3. time_serviceMethods in org.jgroups.protocols that return TimeService Modifier and Type Method Description TimeServiceTP. getTimeService()Methods in org.jgroups.protocols with parameters of type TimeService Modifier and Type Method Description <T extends TP>
TTP. setTimeService(TimeService ts)ReliableUnicastReliableUnicast. timeService(TimeService ts) -
Uses of TimeService in org.jgroups.util
Methods in org.jgroups.util that return TimeService Modifier and Type Method Description TimeServiceTimeService. interval(long interval)TimeServiceTimeService. start()TimeServiceTimeService. stop()
-