All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudsimplus.slametrics.package-info Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
/**
 * Provides classes to load SLA contracts from JSON files,
 * according to the format defined by the
 * AWS Cloudwatch.
 *
 * 

A JSON file can be read using a method such as the * {@link org.cloudsimplus.slametrics.SlaContract#getInstance(java.lang.String)}.

* * @author raysaoliveira * @since CloudSim Plus 1.2.2 * @see org.cloudsimplus.slametrics.SlaContract */ package org.cloudsimplus.slametrics;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy