Class SimpleStorage

All Implemented Interfaces:
Resource, ResourceCapacity, ResourceManageable

public final class SimpleStorage extends ResourceManageableAbstract
A simple storage that just manages the device capacity and raw allocated (used) space (in Megabytes). It doesn't deals with files neither with file system operations such as file inclusion or deletion. Such a class allows managing the Storage capacity and allocation.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Constructor Details

    • SimpleStorage

      public SimpleStorage(long capacity)
      Creates a new Storage device.
      Parameters:
      capacity - the storage capacity in Megabytes