public class BKeyedReduceExample extends KeyedBenchWorker
| Modifier and Type | Class and Description |
|---|---|
class |
BKeyedReduceExample.FinalBulkReceiver |
KeyedBenchWorker.MapWorkerexperimentData, finishedSources, inputDataArray, jobParameters, logicalPlan, resultsRecorder, sourcesDone, workerId| Constructor and Description |
|---|
BKeyedReduceExample() |
| 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 key,
java.lang.Object data,
int flag) |
execute, progress, verifyResultsprotected void compute(WorkerEnvironment workerEnv)
compute in class KeyedBenchWorkerpublic void close()
close in class KeyedBenchWorkerprotected boolean progressCommunication()
progressCommunication in class KeyedBenchWorkerprotected boolean isDone()
isDone in class KeyedBenchWorkerprotected boolean sendMessages(int task,
java.lang.Object key,
java.lang.Object data,
int flag)
sendMessages in class KeyedBenchWorkerprotected void finishCommunication(int src)
finishCommunication in class KeyedBenchWorker