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 Classes and Interfaces - 26 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
AkkaGridExecutorUses Akka to distribute the computational load between multiple machines.Classcom.numericalmethod.suanshu.grid.executor.remote.akkaSuanShu
AkkaGridExecutorFactoryCreates instances of GridExecutorFactory that use Akka's remoting to distribute computation, from a configuration object.Classcom.numericalmethod.suanshu.grid.executor.remote.akkaSuanShu
AkkaUtilsUtility methods for Akka.Classcom.numericalmethod.suanshu.grid.executor.remote.akkaSuanShu
BroadcastMessageA message that is sent to each slave by the master.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
CollectWorkerCountsRequest to collect the number of workers managed by the slaves.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
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
GetResultsBasic message that is used to ask the for the final result.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
GridRouterConfigAssigns work to slaves (that is, routing) in an efficient manner.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
InitDynamicCreatorA 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 toClasscom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
InitDynamicCreator .IdRangeDefines a range of id's that can be assigned to the individual workers in a core.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
KernelA kernel that can be used for standalone operation of a Slave, i.Classcom.numericalmethod.suanshu.grid.executor.remote.akkaSuanShu
KryoSerializerClasscom.numericalmethod.suanshu.grid.executor.remote.akka.serializationSuanShu
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
ResultSimple immutable message class to communicate results.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
Result .TypeThe result is null, since we ran out of retries (likely a permanent bug in the function).Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
SlaveSlave that is meant to run on a remote machine and that creates the Worker instances.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.actorSuanShu
WorkRepresents a unit of work as done by an actor (worker).Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
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
WorkerCountReplyReply for WorkerCountRequest.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu
WorkerCountRequestRequest for the number of workers managed by a slave.Classcom.numericalmethod.suanshu.grid.executor.remote.akka.messageSuanShu