|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectComputingMachineDocu
public class ComputingMachineDocu
The ComputingMachine class is a grid computing node
Field Summary | |
---|---|
int |
cpuCount
Number of CPUs in SMP nodes |
float |
cpuSpeed
CPU speed |
java.lang.String |
cpuType
The type of CPU as vendor and/or model |
java.lang.String |
fqdn
Fully Qualified Domain Name |
Constructor Summary | |
---|---|
ComputingMachineDocu()
|
Method Summary | |
---|---|
double |
doSomething(double a,
double b)
Do a very computing intensive task: the sum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String fqdn
public java.lang.String cpuType
public int cpuCount
public float cpuSpeed
Constructor Detail |
---|
public ComputingMachineDocu()
Method Detail |
---|
public double doSomething(double a, double b)
a
- the first operand of sum operationb
- the second operand of sum operation
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |