|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeLimitedNotifiableAttrSet | |
---|---|
graphlab.graph.atributeset |
Uses of TimeLimitedNotifiableAttrSet in graphlab.graph.atributeset |
---|
Subclasses of TimeLimitedNotifiableAttrSet in graphlab.graph.atributeset | |
---|---|
class |
EdgeNotifiableAttrSet
changes on EdgeModel will take effect on next 100 milisecond, using this class should be done with care, this class uses a thread and checks the edge on each 100ms for any changes, so creating a lot of instances of this class (for example for all edges of graph) will take more and more cpu, try to create as few as possible instances of this class and call stop() when you don't need it any more! |
class |
GraphNotifiableAttrSet
|
class |
VertexNotifiableAttrSet
|
|
GraphLab Project | |||||||||
PREV NEXT | FRAMES NO FRAMES |