Package DataCollector :: Package plugins :: Module CollectorPlugin :: Class GetTableMap
[show private | hide private]
[frames | no frames]

Type GetTableMap

object --+
         |
        GetTableMap


Map snmp table oids to their column names.
Method Summary
  __init__(self, name, tableoid, colmap)
  getoids(self)
Return the raw oids used to get this table.
  mapdata(self, results)
Map data from format return by table get (which is column based) to row based format data[rowidx][colname].
Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Method Details

getoids(self)

Return the raw oids used to get this table.

mapdata(self, results)

Map data from format return by table get (which is column based) to row based format data[rowidx][colname].

Generated by Epydoc 2.1 on Thu Aug 16 09:55:13 2007 http://epydoc.sf.net