org.apache.zookeeper.proto
Class SetWatches
java.lang.Object
org.apache.zookeeper.proto.SetWatches
- All Implemented Interfaces:
- org.apache.jute.Record
public class SetWatches
- extends Object
- implements org.apache.jute.Record
SetWatches
public SetWatches()
SetWatches
public SetWatches(long relativeZxid,
List<String> dataWatches,
List<String> existWatches,
List<String> childWatches)
getRelativeZxid
public long getRelativeZxid()
setRelativeZxid
public void setRelativeZxid(long m_)
getDataWatches
public List<String> getDataWatches()
setDataWatches
public void setDataWatches(List<String> m_)
getExistWatches
public List<String> getExistWatches()
setExistWatches
public void setExistWatches(List<String> m_)
getChildWatches
public List<String> getChildWatches()
setChildWatches
public void setChildWatches(List<String> m_)
serialize
public void serialize(org.apache.jute.OutputArchive a_,
String tag)
throws IOException
- Specified by:
serialize
in interface org.apache.jute.Record
- Throws:
IOException
deserialize
public void deserialize(org.apache.jute.InputArchive a_,
String tag)
throws IOException
- Specified by:
deserialize
in interface org.apache.jute.Record
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
readFields
public void readFields(DataInput in)
throws IOException
- Throws:
IOException
compareTo
public int compareTo(Object peer_)
throws ClassCastException
- Throws:
ClassCastException
equals
public boolean equals(Object peer_)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
signature
public static String signature()
Copyright © 2012 The Apache Software Foundation