Class DataCloudTags

java.lang.Object
org.cloudbus.cloudsim.util.DataCloudTags

public final class DataCloudTags
extends java.lang.Object
Contains additional tags for DataCloud features, such as file information retrieval, file transfers, and storage info.
Since:
CloudSim Toolkit 1.0
Author:
Uros Cibej, Anthony Sulistio
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int CTLG_BASE
    Base value for catalogue tags.
    static int CTLG_DELETE_MASTER
    Denotes the request to de-register / delete a master file from the Replica Catalogue.
    static int CTLG_DELETE_MASTER_RESULT
    Sends the result of de-registering a master file back to sender.
    static int DEFAULT_MTU
    Default Maximum Transmission Unit (MTU) of a link in bytes.
    static int FILE_ADD_ERROR_EXIST_READ_ONLY
    Denotes that file addition is failed because the file already exists in the catalogue and it is read-only file.
    static int FILE_ADD_ERROR_STORAGE_FULL
    Denotes that file addition is failed because the storage is full.
    static int FILE_ADD_SUCCESSFUL
    Denotes that file addition is successful.
    static int FILE_DELETE_ERROR
    Denotes that file deletion is failed due to an unknown error.
    static int FILE_DELETE_SUCCESSFUL
    Denotes that file deletion is successful.
    static int PKT_SIZE
    The default packet size (in byte) for sending events to other entity.
    static int RM_BASE
    Base value used for Replica Manager tags.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait