Package org.simgrid.msg
-
Class Summary Class Description As Comm Communication action, representing an ongoing communication between processes.File Host A host object represents a location (any possible place) where a process may run.Msg Mutex A mutex implemented on top of SimGrid synchronization mechanisms.Process A process may be defined as a code, with some private data, executing in a location (host).RngStream Export of RngStreams for JavaSemaphore A semaphore implemented on top of SimGrid synchronization mechanisms.Storage Task A task is either something to compute somewhere, or something to exchange between two hosts (or both).VM -
Exception Summary Exception Description HostFailureException This exception is raised when the host on which you are running has just been rebooted.HostNotFoundException This exception is raised when looking for a non-existing host.JniException Exception raised when there is a problem within the bindings (in JNI).MsgException This exception is an abstract class grouping all MSG-related exceptionsProcessNotFoundException Exception raised when looking for a non-existing process.StorageNotFoundException Exception raised when looking for a non-existing storage.TaskCancelledException Exception raised when a task is cancelled.TimeoutException Exception raised when sending a task timeoutsTransferFailureException Exception raised if sending a task fails -
Error Summary Error Description ProcessKilledError Used internally to interrupt the user code when the process gets killed.