|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use 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. |
Uses of Distributor in org.egothor.dir |
---|
Methods in org.egothor.dir with parameters of type Distributor | |
---|---|
protected void |
Group.initialize(Distributor<Barrel> d)
Constructor for the Group object. |
protected void |
Tanker.initialize(Distributor<Barrel> dis,
Dynamizer dyn)
Constructor for the Tanker object. |
Uses of Distributor in org.egothor.distributor |
---|
Classes in org.egothor.distributor that implement Distributor | |
---|---|
class |
MTE<T>
An MTE is a multithread distributor that uses a Pool for the management of threads. |
class |
STE<T>
An STE distributes all jobs sequentially, that is, the recipients of jobs are always iterated one by one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |