Class MPerfRpc.ConfigChange

java.lang.Object
org.jgroups.tests.perf.MPerfRpc.ConfigChange
All Implemented Interfaces:
Streamable
Enclosing class:
MPerfRpc

protected static class MPerfRpc.ConfigChange extends Object implements Streamable
  • Field Details

    • attr_name

      protected String attr_name
    • attr_value

      protected byte[] attr_value
  • Constructor Details

  • Method Details

    • getValue

      public Object getValue() throws Exception
      Throws:
      Exception
    • size

      public int size()
    • writeTo

      public void writeTo(DataOutput out) throws IOException
      Description copied from interface: Streamable
      Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed
      Specified by:
      writeTo in interface Streamable
      Throws:
      IOException
    • readFrom

      public void readFrom(DataInput in) throws IOException
      Description copied from interface: Streamable
      Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed
      Specified by:
      readFrom in interface Streamable
      Throws:
      IOException