public class SetMaxChildrenTxn extends Object implements org.apache.jute.Record
Constructor and Description |
---|
SetMaxChildrenTxn() |
SetMaxChildrenTxn(String path,
int max) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object peer_) |
void |
deserialize(org.apache.jute.InputArchive a_,
String tag) |
boolean |
equals(Object peer_) |
int |
getMax() |
String |
getPath() |
int |
hashCode() |
void |
readFields(DataInput in) |
void |
serialize(org.apache.jute.OutputArchive a_,
String tag) |
void |
setMax(int m_) |
void |
setPath(String m_) |
static String |
signature() |
String |
toString() |
void |
write(DataOutput out) |
public SetMaxChildrenTxn()
public SetMaxChildrenTxn(String path, int max)
public String getPath()
public void setPath(String m_)
public int getMax()
public void setMax(int 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 © 2016 The Apache Software Foundation