protected static class MPerf.ConfigChange extends java.lang.Object implements Streamable
限定符和类型 | 字段和说明 |
---|---|
protected java.lang.String |
attr_name |
protected byte[] |
attr_value |
构造器和说明 |
---|
MPerf.ConfigChange() |
MPerf.ConfigChange(java.lang.String attr_name,
java.lang.Object val) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
getValue() |
void |
readFrom(java.io.DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
int |
size() |
void |
writeTo(java.io.DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public MPerf.ConfigChange()
public MPerf.ConfigChange(java.lang.String attr_name, java.lang.Object val) throws java.lang.Exception
java.lang.Exception
public java.lang.Object getValue() throws java.lang.Exception
java.lang.Exception
public int size()
public void writeTo(java.io.DataOutput out) throws java.lang.Exception
Streamable
writeTo
在接口中 Streamable
java.lang.Exception
public void readFrom(java.io.DataInput in) throws java.lang.Exception
Streamable
readFrom
在接口中 Streamable
java.lang.Exception