protected static class MPerfRpc.Configuration extends java.lang.Object implements Streamable
限定符和类型 | 字段和说明 |
---|---|
protected java.util.List<MPerfRpc.ConfigChange> |
changes |
构造器和说明 |
---|
MPerfRpc.Configuration() |
限定符和类型 | 方法和说明 |
---|---|
MPerfRpc.Configuration |
addChange(java.lang.String key,
java.lang.Object val) |
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.
|
protected java.util.List<MPerfRpc.ConfigChange> changes
public MPerfRpc.Configuration addChange(java.lang.String key, java.lang.Object val) 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