org.apache.zookeeper.proto
public class op_result_t extends Object implements org.apache.jute.Record
Constructor and Description |
---|
op_result_t() |
op_result_t(int rc,
int op,
byte[] response) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(org.apache.jute.InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
int |
getOp() |
int |
getRc() |
byte[] |
getResponse() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(org.apache.jute.OutputArchive a_,
String tag) |
void |
setOp(int m_) |
void |
setRc(int m_) |
void |
setResponse(byte[] m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public op_result_t()
public op_result_t(int rc, int op, byte[] response)
public int getRc()
public void setRc(int m_)
public int getOp()
public void setOp(int m_)
public byte[] getResponse()
public void setResponse(byte[] 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 © 2014 The Apache Software Foundation