Package org.jgroups.tests.perf
Class MPerfRpc.ConfigChange
java.lang.Object
org.jgroups.tests.perf.MPerfRpc.ConfigChange
- All Implemented Interfaces:
Streamable
- Enclosing class:
MPerfRpc
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()voidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedintsize()voidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.
-
Field Details
-
attr_name
-
attr_value
protected byte[] attr_value
-
-
Constructor Details
-
ConfigChange
public ConfigChange() -
ConfigChange
- Throws:
Exception
-
-
Method Details
-
getValue
- Throws:
Exception
-
size
public int size() -
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOException
-