Hi
can any one provide me java program to make a cluster for given number of node
I have to implement it ASAP
plz help me out
thanks in advance
Printable View
Hi
can any one provide me java program to make a cluster for given number of node
I have to implement it ASAP
plz help me out
thanks in advance
Define cluster. Define Node. In fact, define exactly what you want, because your question doesn't make much sense. To help, please read the link in my signature entitled 'getting help'
Does this work:
Cluster aCluster = new Cluster(arrayOfNodes);
where arrayOfNodes is an array containing the given number of Nodes.