public static class SimpleVertexWithWorkerContext.EmitterWorkerContext extends WorkerContext
Constructor and Description |
---|
EmitterWorkerContext() |
Modifier and Type | Method and Description |
---|---|
void |
emit(String s)
Write this string to the output stream.
|
void |
postApplication()
Finalize the WorkerContext.
|
void |
postSuperstep()
Execute user code.
|
void |
preApplication()
Initialize the WorkerContext.
|
void |
preSuperstep()
Execute user code.
|
getAndClearMessagesFromOtherWorkers, getContext, getMyWorkerIndex, getSuperstep, getTotalNumEdges, getTotalNumVertices, getWorkerCount, getWorkerForVertex, logToCommandLine, readFields, sendMessageToWorker, setGraphState, setupSuperstep, write
aggregate, getAggregatedValue, getBroadcast, reduce, reduceMerge, setWorkerGlobalCommUsage
getConf, setConf
public void preApplication()
WorkerContext
preApplication
in class WorkerContext
public void postApplication()
WorkerContext
postApplication
in class WorkerContext
public void preSuperstep()
WorkerContext
preSuperstep
in class WorkerContext
public void postSuperstep()
WorkerContext
postSuperstep
in class WorkerContext
public void emit(String s)
s
- String to dump.Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.