Package backend :: Package satellite_tools :: Package disk_dumper :: Module dumper :: Class ShortPackagesDumper
[hide private]
[frames] | no frames]

Class ShortPackagesDumper

source code


Nested Classes [hide private]

Inherited from spacewalk.satellite_tools.exporter.exportLib.ShortPackagesDumper: subelement_dumper_class

Instance Methods [hide private]

Inherited from CachedDumper: __init__, cache_get, cache_set, dump_subelement

Inherited from CachedDumper (private): _get_key

Inherited from spacewalk.satellite_tools.exporter.exportLib.BaseDumper: dump, get_writer, set_attributes, set_iterator, set_writer

Static Methods [hide private]

Inherited from CachedDumper (private): _get_last_modified

Inherited from spacewalk.satellite_tools.exporter.exportLib.BaseDumper: timer

Class Variables [hide private]
  iterator_query = <spacewalk.server.rhnSQL.sql_base.Statement i...
hash(x)
  item_id_key = 'package_id'
  hash_factor = 2
  key_template = 'xml-short-packages/%s/rhn-package-short-%s.xml'

Inherited from spacewalk.satellite_tools.exporter.exportLib.ShortPackagesDumper: tag_name

Class Variable Details [hide private]

iterator_query

hash(x)

Value:
<spacewalk.server.rhnSQL.sql_base.Statement instance at 13998082244120\
8; statement=
            select
                p.id,
                p.org_id,
                pn.name,
                (pe.evr).version as version,
                (pe.evr).release as release,
...