public class NOCChannel
extends Object
Modifier and Type | Method and Description |
---|---|
List<String> |
getChannelPath()
Gets the list of switches used to connect this NOC Channel
|
ChannelType |
getChannelType()
Gets this channel's type
|
int |
getEstimatedBandwidth()
Gets the estimated bandwidth expected for this channel (MB/s)
|
int |
getEstimatedLatency()
Gets the estimated latency achieved on this channel (in cycles)
|
int |
getRequiredBandwidth()
Gets this channel's required bandwidth (in MB/s)
|
int |
getRequiredLatency()
Gets the latency constraint on this channel (in cycles)
|
public List<String> getChannelPath()
public ChannelType getChannelType()
public int getRequiredBandwidth()
public int getEstimatedBandwidth()
public int getRequiredLatency()
public int getEstimatedLatency()