Interface to a state file recording restart attempts.
|
|
|
|
|
Save(self,
filename)
Save state to file, then unlock and close it. |
source code
|
|
|
|
Close(self)
Unlock configuration file and close it. |
source code
|
|
|
|
GetNodeBootID(self,
name)
Returns the last boot ID of a node or None. |
source code
|
|
|
|
SetNodeBootID(self,
name,
bootid)
Sets the boot ID of a node. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|