Class WorkerSetImpl

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.grid.cluster.WorkerSet

    
    public final class WorkerSetImpl
     implements WorkerSet
                        

    Implementation of WorkerSet which uses Apache Ignite.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Set<RemoteResult> distributeSimulations(SimulationSet simulationsSet) Distribute and execute the simulation set on set's workers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkerSetImpl

        WorkerSetImpl(Ignite ignite, ClusterGroup grp)
        Parameters:
        ignite - Ignite instance
        grp - workers' group