Uses of Class
org.jgroups.protocols.TransportedVectorTime
-
Packages that use TransportedVectorTime Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of TransportedVectorTime in org.jgroups.protocols
Methods in org.jgroups.protocols that return TransportedVectorTime Modifier and Type Method Description TransportedVectorTime
CAUSAL.CausalHeader. getVectorTime()
Returns a vector timestamp carreid by this headerMethods in org.jgroups.protocols with parameters of type TransportedVectorTime Modifier and Type Method Description boolean
TransportedVectorTime. lessThanOrEqual(TransportedVectorTime other)
Checks if this TransportedVectorTime is less than or equal to the the specified TransportedVectorTime.Constructors in org.jgroups.protocols with parameters of type TransportedVectorTime Constructor Description CausalHeader(TransportedVectorTime timeVector)
-