All Classes
-
All Classes Class Summary Exception Summary Error 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.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).Msg MsgException This exception is an abstract class grouping all MSG-related exceptionsMutex A mutex implemented on top of SimGrid synchronization mechanisms.NativeLib Helper class loading the native functions of SimGrid that we use for downcalls Almost all org.simgrid.msg.* classes contain a static bloc (thus executed when the class is loaded) containing a call to this.Process A process may be defined as a code, with some private data, executing in a location (host).ProcessKilledError Used internally to interrupt the user code when the process gets killed.ProcessNotFoundException Exception raised when looking for a non-existing process.RngStream Export of RngStreams for JavaSemaphore A semaphore implemented on top of SimGrid synchronization mechanisms.Storage StorageNotFoundException Exception raised when looking for a non-existing storage.Task A task is either something to compute somewhere, or something to exchange between two hosts (or both).TaskCancelledException Exception raised when a task is cancelled.TimeoutException Exception raised when sending a task timeoutsTrace TransferFailureException Exception raised if sending a task failsVM