t.p.j.p.DirDBMLog : class documentation

Part of twisted.persisted.journal.picklelog View Source View In Hierarchy

Implements interfaces: twisted.persisted.journal.base.ICommandLog

Log pickles to DirDBM directory.
Method __init__ Undocumented
Method logCommand Log a command.
Method getCurrentIndex Return index of last command logged.
Method getCommandsSince Return commands who's index >= the given one.
def __init__(self, logPath): (source)
Undocumented
def logCommand(self, command, time): (source)
Log a command.
def getCurrentIndex(self): (source)
Return index of last command logged.
def getCommandsSince(self, index): (source)
Return commands who's index >= the given one.
Returnslist of (time, command) tuples, sorted with ascending times.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.