X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/d3f82e2d308945201b261ff525ff374a36e496d7..202cc2c0bbcb6a6a3a7f6f9fc2ddfd2836a35a8e:/javadoc/and/Mapping/class-use/GNode.html diff --git a/javadoc/and/Mapping/class-use/GNode.html b/javadoc/and/Mapping/class-use/GNode.html deleted file mode 100644 index f2521f3..0000000 --- a/javadoc/and/Mapping/class-use/GNode.html +++ /dev/null @@ -1,502 +0,0 @@ - - - - - - -Uses of Class and.Mapping.GNode - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
and.Mapping.GNode

-
- - - - - -
-Uses of GNode in and.Mapping
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in and.Mapping that return GNode
-static GNodeUtils.createGNode() - -
-          Creation of the representation of the node in the Mapping point of view.
- GNodeAssociation.getGNode() - -
-          Return the associated computing node.
- GNodeLSM.getOtherGNode() - -
-           
- GNodeSimple.getOtherGNode() - -
-           
- GNodeQM.getOtherGNode() - -
-           
-abstract  GNodeAlgo.getOtherGNode() - -
-          Find a new node, which may not takes part into the computation process.
- GNodeDefaultMapping.getOtherGNode() - -
-           
- GNodeCluster.nextGNode() - -
-          Return the next computing node in the cluster, - according to the indice variable.
- GNodeLSM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeSimple.replaceNode(GNode replaced, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeQM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
-abstract  GNodeAlgo.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-          Replace a fallen node by a new one, according to the mapping policy.
- GNodeDefaultMapping.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
-  -

- - - - - - - - - - - - - - - - - -
Methods in and.Mapping that return types with arguments of type GNode
- java.util.ArrayList<GNode>Grid.getGNodes() - -
-          Return the list of computing nodes in the grid.
- java.util.ArrayList<GNode>Cluster.getGNodes() - -
-          Return the list of computing nodes which are in the cluster.
- java.util.ArrayList<GNode>Mapping.getMappedGNodes() - -
-          Return the list of GNodes on which tasks are mapped, in order - of the task number.
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Methods in and.Mapping with parameters of type GNode
- voidCluster.addGNode(GNode _n) - -
-          Adding a computing node to the cluster.
- doubleGrid.getDistance(GNode _g1, - GNode _g2) - -
-          Compute and return the distance between two clusters.
- booleanCluster.isIn(GNode _g) - -
-          Test if a computing node is in the cluster.
- voidGrid.removeGNode(GNode _dead) - -
-          Remove a computing node from the grid.
- GTaskMapping.removeGNode(GNode _deadNode) - -
-          Remove a failed node from the mapping.
- voidCluster.removeGNode(GNode _dead) - -
-          Remove a failed node from the cluster.
- GNodeLSM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeSimple.replaceNode(GNode replaced, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeQM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
-abstract  GNodeAlgo.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-          Replace a fallen node by a new one, according to the mapping policy.
- GNodeDefaultMapping.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
-  -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Method parameters in and.Mapping with type arguments of type GNode
-static GridUtils.createGridG5k(java.util.ArrayList<GNode> _an) - -
-          Creation of the representation of the grid, according to clusters into sites.
- GNodeLSM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeSimple.replaceNode(GNode replaced, - java.util.ArrayList<GNode> _ag) - -
-           
- GNodeQM.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
-abstract  GNodeAlgo.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-          Replace a fallen node by a new one, according to the mapping policy.
- GNodeDefaultMapping.replaceNode(GNode _dead, - java.util.ArrayList<GNode> _ag) - -
-           
- voidGrid.updateGrid(java.util.ArrayList<GNode> _gnodes) - -
-          Plop !!
-  -

- - - - - - - - -
Constructors in and.Mapping with parameters of type GNode
Association(GNode _g, - GTask _t) - -
-          Constructor.
-  -

- - - - - - - - -
Constructor parameters in and.Mapping with type arguments of type GNode
DefaultMapping(Graph _gr, - Grid _gd, - java.util.ArrayList<GNode> _gnodes) - -
-          Constructor.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - -