Package it.unibo.alchemist.grid.cluster

Types

Link copied to clipboard
interface Cluster : AutoCloseable
The entity that represent the joined cluster.
Link copied to clipboard
class ClusterImpl : Cluster
An implementation of Cluster uses Apache Ignite.
Link copied to clipboard
interface WorkerSet
Set of remote nodes that can run simulations.
Link copied to clipboard
class WorkerSetImpl : WorkerSet
Implementation of WorkerSet which uses Apache Ignite.