public class NetworkTestV3 extends SchemaV3<NetworkTest,NetworkTestV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
double[][] |
bandwidths |
double[] |
bandwidths_collective |
double[][] |
microseconds |
double[] |
microseconds_collective |
java.lang.String[] |
nodes |
TwoDimTableV3 |
table |
__meta, _exclude_fields
Constructor and Description |
---|
NetworkTestV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Collective broadcast/reduce times in microseconds (for each message size)", direction=OUTPUT) public double[] microseconds_collective
@API(help="Collective bandwidths in Bytes/sec (for each message size, for each node)", direction=OUTPUT) public double[] bandwidths_collective
@API(help="Round-trip times in microseconds (for each message size, for each node)", direction=OUTPUT) public double[][] microseconds
@API(help="Bi-directional bandwidths in Bytes/sec (for each message size, for each node)", direction=OUTPUT) public double[][] bandwidths
@API(help="NetworkTestResults", direction=OUTPUT) public TwoDimTableV3 table