Package org.cloudbus.cloudsim.network.switches

Provides classes that implement the Switch interface to allow creating Network Switches that compose a network topology. For more general information, see the package org.cloudbus.cloudsim.network at the upper level.
Author:
Manoel Campos da Silva Filho
  • Interface Summary 
    Interface Description
    Switch
    Represents a Network Switch.
  • Class Summary 
    Class Description
    AbstractSwitch
    A base class for implementing Network Switch.
    AggregateSwitch
    This class represents an Aggregate Switch in a Datacenter network.
    EdgeSwitch
    Represents an Edge Switch in a Datacenter network, which can be connected to NetworkHosts.
    RootSwitch
    This class allows to simulate Root switch which connects Datacenters to external network.