Package | Description |
---|---|
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
boolean |
VectorTime.isCausallyNext(TransportedVectorTime other)
Determines if the vector clock represented by TransportedVectorTime is
causally next to this VectorTime
|
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.
|
Constructor and Description |
---|
CAUSAL.CausalHeader(TransportedVectorTime timeVector) |
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.