Part of elisa.plugins.database.media_scanner View In Hierarchy
Instance Variables | store | the store for the data
(type: storm.twisted.storm.DeferredStore
) |
Line # | Kind | Name | Docs |
---|---|---|---|
145 | Method | __init__ | Undocumented |
174 | Method | initialize | Initialize the component. |
229 | Method | clean | Clean the component. |
381 | Method | create_schema | Undocumented |
392 | Method | running_get | Undocumented |
395 | Method | running_set | Undocumented |
404 | Method | get | If the filename is statistic you receive the
|
414 | Method | put | put another uri into the queue and start the scanning process if it is |
158 | Method | _scan_directories | Undocumented |
202 | Method | _initialize_dbus | Undocumented |
214 | Method | _clean_dbus | Undocumented |
239 | Method | _update_layout | Undocumented |
445 | Method | _update_stat | Undocumented |
452 | Method | _count_files | Undocumented |
480 | Method | _file_found | Undocumented |
485 | Method | _cleanup_deleted_files | Undocumented |
488 | Method | _scan | Undocumented |
525 | Method | _rescan | Undocumented |
530 | Method | _reset_auto_rescan | Undocumented |
539 | Method | _reschedule_scanned | Undocumented |
547 | Method | _scan_recursive | Undocumented |
Inherited from ResourceProvider:
Line # | Kind | Name | Docs |
---|---|---|---|
94 | Method | post | Update the resource pointed by uri with
parameters .
|
129 | Method | delete | Delete a Resource represented by a URI. |
Inherited from Component (via ResourceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |
statistic
you receive the elisa.plugins.database.scanner_models.Statistic
for this scanner