diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-12 00:13:24 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-02-12 00:13:24 +0000 |
commit | 4fc8a0676ff8207d4b606e3077c5827e118a6f63 (patch) | |
tree | a34261eb7731cfdbc4195f9aa4fc9b59e536b4ed | |
parent | c548a859fe4f4d0a874cbf83f296b2678fdbf747 (diff) |
Describe getIdx
-rw-r--r-- | doc/lib/rrdFile_js.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/lib/rrdFile_js.html b/doc/lib/rrdFile_js.html index eabda68..8283cf5 100644 --- a/doc/lib/rrdFile_js.html +++ b/doc/lib/rrdFile_js.html @@ -186,6 +186,14 @@ Data Source</A>.</P> <TBODY> <TR VALIGN=TOP> <TD WIDTH=20%> + <P>getIdx()</P> + </TD> + <TD WIDTH=80%> + <P>Return which DS it is in the RRD file.</P> + </TD> + </TR> + <TR VALIGN=TOP> + <TD WIDTH=20%> <P>getName()</P> </TD> <TD WIDTH=80%> @@ -242,6 +250,14 @@ Robin Archive</A>.</P> <TBODY> <TR VALIGN=TOP> <TD WIDTH=20%> + <P>getIdx()</P> + </TD> + <TD WIDTH=80%> + <P>Return which RRA it is in the RRD file.</P> + </TD> + </TR> + <TR VALIGN=TOP> + <TD WIDTH=20%> <P>getNrRows()</P> </TD> <TD WIDTH=80%> @@ -289,6 +305,14 @@ Robin Archive</A>.</P> <TBODY> <TR VALIGN=TOP> <TD WIDTH=20%> + <P>getIdx()</P> + </TD> + <TD WIDTH=80%> + <P>Return which RRA it is in the RRD file.</P> + </TD> + </TR> + <TR VALIGN=TOP> + <TD WIDTH=20%> <P>getCFName()</P> </TD> <TD WIDTH=80%> |