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 |
---|---|---|---|
114 | Method | __init__ | Undocumented |
142 | Method | initialize | Initialize the component. |
197 | Method | clean | Clean the component. |
349 | Method | create_schema | Undocumented |
360 | Method | running_get | Undocumented |
363 | Method | running_set | Undocumented |
372 | Method | get | If the filename is statistic you receive the
|
382 | Method | put | put another uri into the queue and start the scanning process if it is |
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