public final class GiraphWorkerContext
extends WorkerContext
| Constructor and Description | 
|---|
GiraphWorkerContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
GiraphMemory | 
getMemory()  | 
GiraphMessenger | 
getMessenger(GiraphVertex giraphVertex,
            GiraphComputation giraphComputation,
            Iterator<ObjectWritable> messages)  | 
VertexProgramPool | 
getVertexProgramPool()  | 
void | 
postApplication()  | 
void | 
postSuperstep()  | 
void | 
preApplication()  | 
void | 
preSuperstep()  | 
public void preApplication()
                    throws InstantiationException,
                           IllegalAccessException
public void postApplication()
public void preSuperstep()
public void postSuperstep()
public VertexProgramPool getVertexProgramPool()
public GiraphMemory getMemory()
public GiraphMessenger getMessenger(GiraphVertex giraphVertex, GiraphComputation giraphComputation, Iterator<ObjectWritable> messages)
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.