| pyvgx.Graph Event Methods | Description |
|---|---|
Start event processor |
|
Suspend event processor |
|
Flush TTL events |
|
Return event processor state |
|
Return event processor parameters |
1. pyvgx.Graph.EventEnable()
pyvgx.Graph.EventEnable()
Start the internal event processor responsible for executing scheduled event, such as vertex and arc expiration (TTL).
2. pyvgx.Graph.EventDisable()
pyvgx.Graph.EventDisable()
Stop the internal event processor. Vertices and arcs with expiration times will never be deleted while the event processor is stopped.
3. pyvgx.Graph.EventFlush()
pyvgx.Graph.EventFlush()
Manually propagate internal events from queues to schedules. Provided for debugging purposes.
4. pyvgx.Graph.EventBacklog()
pyvgx.Graph.EventBacklog()
Return the current state of the internal event processor.
