Package org.apache.zookeeper.server
Class DataTree.ZxidDigest
- java.lang.Object
 - 
- org.apache.zookeeper.server.DataTree.ZxidDigest
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(InputArchive ia)longgetDigest()intgetDigestVersion()longgetZxid()voidserialize(OutputArchive oa) 
 - 
 
- 
- 
Method Detail
- 
serialize
public void serialize(OutputArchive oa) throws IOException
- Throws:
 IOException
 
- 
deserialize
public void deserialize(InputArchive ia) throws IOException
- Throws:
 IOException
 
- 
getZxid
public long getZxid()
 
- 
getDigestVersion
public int getDigestVersion()
 
- 
getDigest
public long getDigest()
 
 - 
 
 -