Constructor and Description |
---|
SetWatches2() |
SetWatches2(long relativeZxid,
List<String> dataWatches,
List<String> existWatches,
List<String> childWatches,
List<String> persistentWatches,
List<String> persistentRecursiveWatches) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
List<String> |
getChildWatches() |
List<String> |
getDataWatches() |
List<String> |
getExistWatches() |
List<String> |
getPersistentRecursiveWatches() |
List<String> |
getPersistentWatches() |
long |
getRelativeZxid() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(OutputArchive a_,
String tag) |
void |
setChildWatches(List<String> m_) |
void |
setDataWatches(List<String> m_) |
void |
setExistWatches(List<String> m_) |
void |
setPersistentRecursiveWatches(List<String> m_) |
void |
setPersistentWatches(List<String> m_) |
void |
setRelativeZxid(long m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public long getRelativeZxid()
public void setRelativeZxid(long m_)
public void serialize(OutputArchive a_, String tag) throws IOException
serialize
in interface Record
IOException
public void deserialize(InputArchive a_, String tag) throws IOException
deserialize
in interface Record
IOException
public void write(DataOutput out) throws IOException
IOException
public void readFields(DataInput in) throws IOException
IOException
public int compareTo(Object peer_) throws ClassCastException
ClassCastException
public static String signature()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.