rql_download.hooks.ServerStartupFuseMount

class rql_download.hooks.ServerStartupFuseMount(req, event, **kwargs)[source]

On startup, generate all the fuse mount point associated with CWSearch owners.

Methods

__init__(req, event, **kwargs)
check_events()
critical(msg, *args, **kwargs) Log ‘msg % args’ with severity ‘CRITICAL’.
cw_propval(propid) return cw property value associated to key
debug(msg, *args, **kwargs) Log ‘msg % args’ with severity ‘DEBUG’.
error(msg, *args, **kwargs) Log ‘msg % args’ with severity ‘ERROR’.
exception(msg, *args, **kwargs) Convenience method for logging an ERROR with exception information.
filterable_selectors(*args, **kwargs)
info(msg, *args, **kwargs) Log ‘msg % args’ with severity ‘INFO’.
warning(msg, *args, **kwargs) Log ‘msg % args’ with severity ‘WARNING’.

Attributes

category
eidfrom
eidto
entity
events
known_args
order
repo
rtype
__call__()[source]

Method that start the user specific processes.

__module__ = 'rql_download.hooks'
__regid__ = 'rqldownload.startup_fuse_mount_hook'
events = ('server_startup',)