|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportedVectorTime | |
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 | |
TransportedVectorTime |
VectorTime.getTransportedVectorTime()
Returns a minimal lightweight representation of this Vector Time suitable for network transport. |
TransportedVectorTime |
CAUSAL.CausalHeader.getVectorTime()
Returns a vector timestamp carreid by this header |
Methods in org.jgroups.protocols with parameters of type TransportedVectorTime | |
boolean |
TransportedVectorTime.lessThanOrEqual(TransportedVectorTime other)
Checks if this TransportedVectorTime is less than or equal to the the specified TransportedVectorTime. |
void |
VectorTime.max(TransportedVectorTime other)
Maxes this VectorTime with the specified TransportedVectorTime. |
boolean |
VectorTime.isCausallyNext(TransportedVectorTime other)
Determines if the vector clock represented by TransportedVectorTime is causally next to this VectorTime |
Constructors in org.jgroups.protocols with parameters of type TransportedVectorTime | |
CAUSAL.CausalHeader(TransportedVectorTime timeVector)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |