Sangmun Kim
Sangmun Kim

Reputation: 1

CloudSim: Adding components

All!

Now, I'm designing a cloud storage simulation using CloudSim, but wondering that CloudSim provides a function to write data on a physical disk. If not, where do I add the component?

Upvotes: 0

Views: 246

Answers (1)

Thiago Sá
Thiago Sá

Reputation: 852

CloudSim will only simulate a physical storage device. Instead of interacting directly with it, you should describe the physical disk's behavior by implementing the Storage interface.

Upvotes: 1

Related Questions