org.jgroups.protocols
Class CAUSAL.CausalHeader
- CAUSAL
- Cloneable, Externalizable
public static class CAUSAL.CausalHeader
org.jgroups.protocols.TransportedVectorTime | getVectorTime() - Returns a vector timestamp carreid by this header
|
void | readExternal(ObjectInput in) - Manual deserialization
|
long | size() - Size of this vector timestamp estimation, used in fragmetation
|
String | toString()
|
void | writeExternal(ObjectOutput out) - Manual serialization
|
CausalHeader
public CausalHeader()
used for externalization
CausalHeader
public CausalHeader(org.jgroups.protocols.TransportedVectorTime timeVector)
getVectorTime
public org.jgroups.protocols.TransportedVectorTime getVectorTime()
Returns a vector timestamp carreid by this header
- Vector timestamp contained in this header
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
Manual deserialization
size
public long size()
Size of this vector timestamp estimation, used in fragmetation
- size in interface Header
- headersize in bytes
toString
public String toString()
- toString in interface Header
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
Manual serialization
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.