Part of twisted.persisted.journal.base View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | getLastSnapshot | Return command index of the last snapshot taken. |
Method | sync | Save journal to disk, returns Deferred of finish status. |
Inherited from Journal:
Method | updateFromLog | Run all commands from log that haven't been run yet. |
Method | executeCommand | Log and execute a command. |
Method | _reallyExecute | Callback called when logging command is done. |
Save journal to disk, returns Deferred of finish status.
Subclasses may choose whatever signature is appropriate, or may not implement this at all.