Package org.apache.zookeeper.proto
Class SetWatches
java.lang.Object
org.apache.zookeeper.proto.SetWatches
- All Implemented Interfaces:
Record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoiddeserialize(InputArchive a_, String tag) booleanlonginthashCode()voidreadFields(DataInput in) voidserialize(OutputArchive a_, String tag) voidsetChildWatches(List<String> m_) voidsetDataWatches(List<String> m_) voidsetExistWatches(List<String> m_) voidsetRelativeZxid(long m_) static StringtoString()voidwrite(DataOutput out)
-
Constructor Details
-
SetWatches
public SetWatches() -
SetWatches
-
-
Method Details
-
getRelativeZxid
public long getRelativeZxid() -
setRelativeZxid
public void setRelativeZxid(long m_) -
getDataWatches
-
setDataWatches
-
getExistWatches
-
setExistWatches
-
getChildWatches
-
setChildWatches
-
serialize
- Specified by:
serializein interfaceRecord- Throws:
IOException
-
deserialize
- Specified by:
deserializein interfaceRecord- Throws:
IOException
-
toString
-
write
- Throws:
IOException
-
readFields
- Throws:
IOException
-
compareTo
- Throws:
ClassCastException
-
equals
-
hashCode
public int hashCode() -
signature
-