|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectexamples.grid.evolutionDistributed.MyRequestSplitStrategy
public class MyRequestSplitStrategy
Sample implementation of IRequestSplitStrategy to split a single request into multiple requests for workers.
| Constructor Summary | |
|---|---|
MyRequestSplitStrategy(Configuration a_config)
|
|
| Method Summary | |
|---|---|
Configuration |
getConfiguration()
|
JGAPRequest[] |
split(JGAPRequest a_request)
Creates single requests to be sent to workers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyRequestSplitStrategy(Configuration a_config)
| Method Detail |
|---|
public Configuration getConfiguration()
public JGAPRequest[] split(JGAPRequest a_request)
throws java.lang.Exception
split in interface IRequestSplitStrategya_request - the request to split
java.lang.Exception
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||