SimGrid  3.13
Versatile Simulation of Distributed Systems
SURF Storage Interface

Describes the general interface for all Storage implementations. More...

Classes

class  simgrid::surf::StorageModel
 SURF storage model interface class. More...
 
class  simgrid::surf::Storage
 SURF storage interface class. More...
 
class  simgrid::surf::StorageAction
 SURF storage action interface class. More...
 

Enumerations

enum  simgrid::surf::e_surf_action_storage_type_t {
  simgrid::surf::READ =0, simgrid::surf::WRITE, simgrid::surf::STAT, simgrid::surf::OPEN,
  simgrid::surf::CLOSE
}
 The possible type of action for the storage component. More...
 

Detailed Description

Describes the general interface for all Storage implementations.

Enumeration Type Documentation

The possible type of action for the storage component.

Enumerator
READ 

Read a file.

WRITE 

Write in a file.

STAT 

Stat a file.

OPEN 

Open a file.

CLOSE 

Close a file.