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