|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.algorithm.parallel.topology.Topology
es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationTopology
es.udc.gii.common.eaf.algorithm.parallel.topology.migration.FullConnectedMigrationTopology
public class FullConnectedMigrationTopology
A full connected migration topology is a migration topology where each node is connected to each other node.
Field Summary |
---|
Fields inherited from class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology |
---|
communicator, receivers, senders, topologyRank |
Constructor Summary | |
---|---|
FullConnectedMigrationTopology()
Creates a new instance of FullConnectedMigrationTopology. |
|
FullConnectedMigrationTopology(int races)
Creates a new instance of FullConnectedMigrationTopology. |
Method Summary | |
---|---|
protected void |
doConfigure()
A subclass might need additional configuration. |
protected void |
doConfigure(org.apache.commons.configuration.Configuration conf)
A subclass might need additional configuration. |
protected void |
doInitialize()
Custom initialization. |
Methods inherited from class es.udc.gii.common.eaf.algorithm.parallel.topology.migration.MigrationTopology |
---|
doReceive, doSend, finish, receive, send |
Methods inherited from class es.udc.gii.common.eaf.algorithm.parallel.topology.Topology |
---|
configure, getCommunicator, getRaces, getReceivers, getSenders, getSize, getTopologyRank, initialize, isConnected, isInitialized, setInitialized, setRaces, synchronize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullConnectedMigrationTopology()
public FullConnectedMigrationTopology(int races)
Method Detail |
---|
protected void doInitialize()
doInitialize
in class Topology
protected void doConfigure()
Topology
doConfigure
in class Topology
protected void doConfigure(org.apache.commons.configuration.Configuration conf)
Topology
doConfigure
in class Topology
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |