Class MappingService
- java.lang.Object
- 
- jadex.platform.service.parallelizer.MappingService
 
- 
- All Implemented Interfaces:
- IParallelService
 
 public class MappingService extends java.lang.Object implements IParallelService Implementation of the service that uses divide and conquer to distribute tasks to a subordinated service.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected ISequentialServiceseqserThe service pool.
 - 
Constructor SummaryConstructors Constructor Description MappingService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IIntermediateFuture<java.lang.String>doParallel(java.lang.String[] data)Method that wants to process data in parallel.IFuture<java.lang.Void>init()
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
seqserprotected ISequentialService seqser The service pool.
 
- 
 - 
Method Detail- 
initpublic IFuture<java.lang.Void> init() 
 - 
doParallelpublic IIntermediateFuture<java.lang.String> doParallel(java.lang.String[] data) Description copied from interface:IParallelServiceMethod that wants to process data in parallel.- Specified by:
- doParallelin interface- IParallelService
 
 
- 
 
-