GraphLab Project

Uses of Interface
graphlab.library.event.handlers.PostWorkHandler

Packages that use PostWorkHandler
graphlab.library.event.handlers   
 

Uses of PostWorkHandler in graphlab.library.event.handlers
 

Subinterfaces of PostWorkHandler in graphlab.library.event.handlers
 interface PreWorkPostWorkHandler<VertexType extends BaseVertex>
          Handles both prework and postwork used by algorithms such as DFS and BFS.
 


GraphLab Project