|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.egothor.distributor | |
---|---|
org.egothor.dir | This package defines objects of distributed IR layer. |
org.egothor.distributor | This package defines objects which can distribute tasks and requests to a group of objects. |
Classes in org.egothor.distributor used by org.egothor.dir | |
---|---|
Distributor
The Distributor interface should be implemented by any class that distributes a Task to a Sequence of
objects, which are taken as recipients. |
|
Request
The interface should be implemented by any class that knows whether a Task is already completed. |
|
Task
This interface represents a task that can be performed on an object of Task.action(T) routine. |
Classes in org.egothor.distributor used by org.egothor.distributor | |
---|---|
Distributor
The Distributor interface should be implemented by any class that distributes a Task to a Sequence of
objects, which are taken as recipients. |
|
Request
The interface should be implemented by any class that knows whether a Task is already completed. |
|
STE
An STE distributes all jobs sequentially, that is, the recipients of jobs are always iterated one by one. |
|
Task
This interface represents a task that can be performed on an object of Task.action(T) routine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |