class documentation
class FileEventHandlerBase(pyinotify.ProcessEvent):
Known subclasses: ganeti.asyncnotifier.SingleFileEventHandler, ganeti.server.rapi.FileEventHandler
Base class for file event handlers.
| Method | __init__ |
Initializes this class. |
| Method | |
Adds a file watch. |
| Method | process |
Undocumented |
| Method | |
Removes a handle from the watcher. |
| Instance Variable | watch |
Inotify watch manager |