public class StatPersisted extends Object implements org.apache.jute.Record
Constructor and Description |
---|
StatPersisted() |
StatPersisted(long czxid,
long mzxid,
long ctime,
long mtime,
int version,
int cversion,
int aversion,
long ephemeralOwner,
long pzxid) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(org.apache.jute.InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
int |
getAversion() |
long |
getCtime() |
int |
getCversion() |
long |
getCzxid() |
long |
getEphemeralOwner() |
long |
getMtime() |
long |
getMzxid() |
long |
getPzxid() |
int |
getVersion() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(org.apache.jute.OutputArchive a_,
String tag) |
void |
setAversion(int m_) |
void |
setCtime(long m_) |
void |
setCversion(int m_) |
void |
setCzxid(long m_) |
void |
setEphemeralOwner(long m_) |
void |
setMtime(long m_) |
void |
setMzxid(long m_) |
void |
setPzxid(long m_) |
void |
setVersion(int m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public StatPersisted()
public StatPersisted(long czxid, long mzxid, long ctime, long mtime, int version, int cversion, int aversion, long ephemeralOwner, long pzxid)
public long getCzxid()
public void setCzxid(long m_)
public long getMzxid()
public void setMzxid(long m_)
public long getCtime()
public void setCtime(long m_)
public long getMtime()
public void setMtime(long m_)
public int getVersion()
public void setVersion(int m_)
public int getCversion()
public void setCversion(int m_)
public int getAversion()
public void setAversion(int m_)
public long getEphemeralOwner()
public void setEphemeralOwner(long m_)
public long getPzxid()
public void setPzxid(long m_)
public void serialize(org.apache.jute.OutputArchive a_, String tag) throws IOException
serialize
in interface org.apache.jute.Record
IOException
public void deserialize(org.apache.jute.InputArchive a_, String tag) throws IOException
deserialize
in interface org.apache.jute.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 © 2017 The Apache Software Foundation