public class BlockWorkerContextLogic extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
LOG |
Constructor and Description |
---|
BlockWorkerContextLogic() |
Modifier and Type | Method and Description |
---|---|
BlockOutputHandle |
getOutputHandle() |
Object |
getWorkerValue() |
void |
postApplication() |
void |
postSuperstep() |
void |
preApplication(BlockWorkerContextApi api,
BlockOutputHandle outputHandle) |
void |
preSuperstep(BlockWorkerContextReceiveApi receiveApi,
BlockWorkerContextSendApi sendApi,
BlockWorkerPieces workerPieces,
long superstep,
List<org.apache.hadoop.io.Writable> messages) |
public void preApplication(BlockWorkerContextApi api, BlockOutputHandle outputHandle)
public Object getWorkerValue()
public BlockOutputHandle getOutputHandle()
public void preSuperstep(BlockWorkerContextReceiveApi receiveApi, BlockWorkerContextSendApi sendApi, BlockWorkerPieces workerPieces, long superstep, List<org.apache.hadoop.io.Writable> messages)
public void postSuperstep()
public void postApplication()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.