Package org.jgroups.tests.perf
Class PerfUtil.GetCall
java.lang.Object
org.jgroups.blocks.MethodCall
org.jgroups.tests.perf.PerfUtil.GetCall
- All Implemented Interfaces:
Constructable<MethodCall>,SizeStreamable,Streamable
- Enclosing class:
PerfUtil
-
Field Summary
Fields inherited from class org.jgroups.blocks.MethodCall
args, method, method_id, method_name, types -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<? extends MethodCall> create()Creates an instance of the class implementing this interfacevoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedintReturns the size (in bytes) of the marshalled objectvoidwriteTo(DataOutput out) Write the entire state of the current object (including superclasses) to outstream.Methods inherited from class org.jgroups.blocks.MethodCall
assertNotNegative, getArgs, getMethod, getMethodId, getMethodName, invoke, invoke, readArg, readArgs, readTypes, setArgs, setMethod, setMethodId, toString, toStringDetails, useIds, writeArg, writeArgs, writeMethod, writeTypes
-
Constructor Details
-
GetCall
public GetCall() -
GetCall
-
-
Method Details
-
create
Description copied from interface:ConstructableCreates an instance of the class implementing this interface- Specified by:
createin interfaceConstructable<MethodCall>- Overrides:
createin classMethodCall
-
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- Overrides:
writeToin classMethodCall- 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- Overrides:
readFromin classMethodCall- Throws:
IOExceptionClassNotFoundException
-
serializedSize
public int serializedSize()Description copied from interface:SizeStreamableReturns the size (in bytes) of the marshalled object- Specified by:
serializedSizein interfaceSizeStreamable
-