public interface WorkerObserver extends ImmutableClassesGiraphConfigurable
Modifier and Type | Method and Description |
---|---|
void |
postApplication()
Finalize the observer.
|
void |
postSave()
Finalize the observer.
|
void |
postSuperstep(long superstep)
Execute the observer.
|
void |
preApplication()
Initialize the observer.
|
void |
preLoad()
Initialize the observer.
|
void |
preSuperstep(long superstep)
Execute the observer.
|
getConf
setConf
void preLoad()
void preApplication()
void preSuperstep(long superstep)
superstep
- number of superstepvoid postSuperstep(long superstep)
superstep
- number of superstepvoid postApplication()
void postSave()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.