Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "DynamicGraphs" page has been changed by AnastasisAndronidis: https://wiki.apache.org/hama/DynamicGraphs?action=diff&rev1=1&rev2=2 Some points that we need to keep in mind, are: 1. Deletion/Addition is happening after a super step. ''We are providing methods inside a vertex instance that create/delete a vertex'' - 2. New vertexes needs to be distributed through partitioner to be placed on right peers. + 2. New vertexes need to be distributed through partitioner to be placed on right peers. 3. Keep in mind that a new created vertex and old vertexes, will have the same super step counter. ''Various algorithms change their behavior though time, an example with an internal counter to serve as a state is needed'' === Implementation Details ===
