Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.grid.executor.remote.akka.actor Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
ActorPropsStatic factory class that contains all of the common Props, to make the code that uses them more readable.Classcom.numericalmethod.suanshu.grid.executor.remote.akkaSuanShu
FailureDetectorActs on behalf of the master and keeps track of all the work that was delegated, as well as the responses that were received.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
GridRouterConfigAssigns work to slaves (that is, routing) in an efficient manner.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
MasterDelegates Work to one or more slaves and forwards Results to a predefined Also forwards work and results to the failure detector, which will keep track of their relativeClasscom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
Master .MasterAwarePropsDefines objects that create Props, whilst being aware of the Master.Interfacecom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
NoOpActorClasscom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
OrderedAccumulatorCollects all results in a list, ensuring that the order according to the indices is preserved in Results for indices may arrive multiple times and may be null due to a failure.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
SlaveSlave that is meant to run on a remote machine and that creates the Worker instances.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
WorkAssignmentUtility class that contains the method that performs assignment of a task with a given index to a slave/worker with a given index (given the numbers of slaves and workers).Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
WorkerThe actor who does the real work.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
WorkerCountCollectorCollects the number of workers managed by each of the given slaves.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu