|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputLinkController in <Unnamed> |
---|
Fields in <Unnamed> declared as OutputLinkController | |
---|---|
private OutputLinkController[] |
MeshSwitch.outputLC
These are array of OutputLinkController used to store the list of output link controller objects instantiated for output communication management with the adjacent nodes and switches. |
private OutputLinkController[] |
FatTreeSwitch.outputLC
These are array of OutputLinkController used to store the list of output link
controller objects instantiated for output communication management with
the adjacent nodes and switches. |
private OutputLinkController[] |
ExFatTreeSwitch.outputLC
|
private OutputLinkController[] |
OctalSwitch.outputLC
|
Methods in <Unnamed> that return OutputLinkController | |
---|---|
OutputLinkController |
MeshSwitch.getOutputLinkController(int linkNo)
|
OutputLinkController |
FatTreeSwitch.getOutputLinkController(int linkNo)
|
OutputLinkController |
ExFatTreeSwitch.getOutputLinkController(int linkNo)
|
OutputLinkController |
OctalSwitch.getOutputLinkController(int linkNo)
|
OutputLinkController |
Switch.getOutputLinkController(int linkNo)
Returns the output link controller of the switch on a particular physical link. |
Methods in <Unnamed> with parameters of type OutputLinkController | |
---|---|
void |
MeshSwitch.setOutputLinkController(int linkNo,
OutputLinkController oLC)
|
void |
FatTreeSwitch.setOutputLinkController(int linkNo,
OutputLinkController oLC)
|
void |
ExFatTreeSwitch.setOutputLinkController(int linkNo,
OutputLinkController oLC)
|
void |
OctalSwitch.setOutputLinkController(int linkNo,
OutputLinkController oLC)
|
void |
Switch.setOutputLinkController(int linkNo,
OutputLinkController oLC)
Assigns an output link controller to the switch on a particular physical link. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |