Trees | Indices | Help |
|
---|
|
Keeps file cleansing state and performs OMERO database reconciliation of files within an OMERO binary repository.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
QUERY_THRESHOLD = 25
|
|||
PYRAMID_FILE = "_pyramid"
|
|||
PYRAMID_LOCK = ".pyr_lock"
|
|||
PYRAMID_TEMP = ".tmp"
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Begins a cleansing operation from a given OMERO binary repository root directory. /OMERO/Files or /OMERO/Pixels for instance. |
Adds a given path to the list of deferred paths. If the number of deferred paths has reached the QUERY_THRESHOLD (to reduce database hits) a reconciliation check will happen against OMERO. |
Takes the final set of deferred paths and performs a reconciliation check against OMERO for them. This method's purpose is basically to catch the final set of paths in the deferred path list and/or perform any cleanup. |
str(x)
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jan 24 19:49:04 2012 | http://epydoc.sourceforge.net |