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