Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
ba84d6c2
Commit
ba84d6c2
authored
Mar 29, 2011
by
rodrigo.calheiros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix in the documentation
parent
53e893b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
CloudInformationService.java
...a/org/cloudbus/cloudsim/core/CloudInformationService.java
+3
-7
No files found.
modules/cloudsim/src/main/java/org/cloudbus/cloudsim/core/CloudInformationService.java
View file @
ba84d6c2
...
...
@@ -8,7 +8,6 @@
package
org
.
cloudbus
.
cloudsim
.
core
;
import
java.util.Calendar
;
import
java.util.Collection
;
import
java.util.Iterator
;
import
java.util.LinkedList
;
...
...
@@ -17,17 +16,16 @@ import java.util.List;
import
org.cloudbus.cloudsim.Log
;
/**
* A Cloud Information Service (
GIS) is an entity that provides gri
d
* A Cloud Information Service (
CIS) is an entity that provides clou
d
* resource registration, indexing and discovery services. The Cloud hostList
* tell their readiness to process Cloudlets by registering themselves with
* this entity
, done via {@link gridsim.CloudResource#startEntity()} method
.
* this entity.
* <p>
* Other entities such as the resource broker can contact
* this class for resource discovery service, which returns a list of
* registered resource IDs. In summary, it acts like a yellow page service.
* <p>
* This class will be created by CloudSim upon initialisation of the simulation,
* i.e. done via {@link gridsim.CloudSim#init(int, Calendar, boolean)} method.
* This class will be created by CloudSim upon initialisation of the simulation.
* Hence, do not need to worry about creating an object of this class.
* <p>
*
...
...
@@ -56,8 +54,6 @@ public class CloudInformationService extends SimEntity {
* initialising CloudSim package or this entity name is
* <tt>null</tt> or empty
*
* @see gridsim.CloudSim#init(int, Calendar, boolean)
* @see yoursim.SimEntity
* @pre name != null
* @post $none
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment