protected static class MPerfRpc.ConfigChange extends java.lang.Object implements Streamable
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.String |
attr_name |
protected byte[] |
attr_value |
| 构造器和说明 |
|---|
MPerfRpc.ConfigChange() |
MPerfRpc.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 MPerfRpc.ConfigChange()
public MPerfRpc.ConfigChange(java.lang.String attr_name,
java.lang.Object val)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Object getValue()
throws java.lang.Exception
java.lang.Exceptionpublic int size()
public void writeTo(java.io.DataOutput out)
throws java.lang.Exception
StreamablewriteTo 在接口中 Streamablejava.lang.Exceptionpublic void readFrom(java.io.DataInput in)
throws java.lang.Exception
StreamablereadFrom 在接口中 Streamablejava.lang.Exception