public interface Distributer<T>
| Modifier and Type | Method and Description | 
|---|---|
NameValuesReader | 
distribute(T context)
The implementor should distribute the processing. 
 | 
NameValuesWriter | 
getConfiguration()
Gets configuration name value pairs which must be made available to the distributed workers. 
 | 
NameValuesReader distribute(T context)
context - Provides contextual information about the process/iteration being distributed.NameValuesWriter getConfiguration()
Copyright © 2021. All rights reserved.