public static class UPerf.ConfigOptions extends Object implements Streamable
| Constructor and Description |
|---|
UPerf.ConfigOptions() |
UPerf.ConfigOptions(boolean oob,
boolean sync,
int num_threads,
int num_msgs,
int msg_size,
int anycast_count,
boolean use_anycast_addrs,
double read_percentage) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(DataInput in)
Read the state of the current object (including superclasses) from instream
Note that the input stream must not be closed
|
String |
toString() |
void |
writeTo(DataOutput out)
Write the entire state of the current object (including superclasses) to outstream.
|
public UPerf.ConfigOptions()
public UPerf.ConfigOptions(boolean oob,
boolean sync,
int num_threads,
int num_msgs,
int msg_size,
int anycast_count,
boolean use_anycast_addrs,
double read_percentage)
public void writeTo(DataOutput out) throws Exception
StreamablewriteTo in interface StreamableExceptionpublic void readFrom(DataInput in) throws Exception
StreamablereadFrom in interface StreamableExceptionCopyright © 2013 JBoss, a division of Red Hat. All rights reserved.