| Name | Description | Type | Package | Framework |
| BroadcastMessage | A message that is sent to each slave by the master. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| CollectWorkerCounts | Request to collect the number of workers managed by the slaves. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| GetResults | Basic message that is used to ask the for the final result. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| InitDynamicCreator | A message sent to Slaves to indicate that it should run the DynamicCreator algorithm for all workers according or to Workers to indicate that they should run it to | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| InitDynamicCreator .IdRange | Defines a range of id's that can be assigned to the individual workers in a core. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| Result | Simple immutable message class to communicate results. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| Result .Type | The result is null, since we ran out of retries (likely a permanent bug in the function). | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| Work | Represents a unit of work as done by an actor (worker). | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| WorkerCountReply | Reply for WorkerCountRequest. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |
| WorkerCountRequest | Request for the number of workers managed by a slave. | Class | com.numericalmethod.suanshu.grid.executor.remote.akka.message | SuanShu |