public class BReduceExample extends BenchWorker
| Modifier and Type | Class and Description |
|---|---|
class |
BReduceExample.FinalSingularReceiver |
BenchWorker.MapWorkerexperimentData, finishedSources, inputDataArray, jobParameters, logicalPlan, resultsRecorder, sourcesDone, workerId| Constructor and Description |
|---|
BReduceExample() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
compute(WorkerEnvironment workerEnv) |
protected void |
finishCommunication(int src) |
protected boolean |
isDone() |
protected boolean |
progressCommunication() |
protected boolean |
sendMessages(int task,
java.lang.Object data,
int flag) |
execute, generateData, progress, verifyResultsprotected void compute(WorkerEnvironment workerEnv)
compute in class BenchWorkerprotected boolean progressCommunication()
progressCommunication in class BenchWorkerprotected boolean sendMessages(int task,
java.lang.Object data,
int flag)
sendMessages in class BenchWorkerpublic void close()
close in class BenchWorkerprotected boolean isDone()
isDone in class BenchWorkerprotected void finishCommunication(int src)
finishCommunication in class BenchWorker