Class CCell
java.lang.Object
org.eclipse.mosaic.fed.cell.config.CCell
Storage class for convenient access to the cell configuration (cell_config.json).
Provides general configuration for the ambassador, such as paths to the regions and network configuration files.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
If enabled, the export files with bandwidth measurements will be compressed using gzip compression (default: false).int
Interval (in seconds) in which the bandwidth is aggregated.Measure the bandwidth between regions.final CCell.CHeaderLengths
Configuration of header sizes added to all messages before simulating packet transmission.relative path to the network configuration file (default: network.json)relative path to the region configuration file (default: regions.json) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
headerLengths
Configuration of header sizes added to all messages before simulating packet transmission. -
bandwidthMeasurementInterval
public int bandwidthMeasurementIntervalInterval (in seconds) in which the bandwidth is aggregated.- See Also:
-
bandwidthMeasurementCompression
public boolean bandwidthMeasurementCompressionIf enabled, the export files with bandwidth measurements will be compressed using gzip compression (default: false).- See Also:
-
bandwidthMeasurements
Measure the bandwidth between regions. -
networkConfigurationFile
relative path to the network configuration file (default: network.json) -
regionConfigurationFile
relative path to the region configuration file (default: regions.json)
-
-
Constructor Details
-
CCell
public CCell()
-
-
Method Details