| Package | Description |
|---|---|
| org.rrd4j.core | core RRD4J implementation. |
| Modifier and Type | Method and Description |
|---|---|
XmlWriter | XmlWriter.withDoubleFormatter(XmlWriter.DoubleFormater doubleFormatter)Return a new XmlWriter that will format time stamp using this ZoneId |
XmlWriter | XmlWriter.withTimeZone(java.time.ZoneId zid)Return a new XmlWriter that will format time stamp as ISO 8601 with this explicit
time zone ZoneId |
| Modifier and Type | Method and Description |
|---|---|
(package private) void | ArcState.appendXml(XmlWriter writer)Append XML representation. |
(package private) void | Header.appendXml(XmlWriter writer)Appends header information to XML writer. |
(package private) void | Datasource.appendXml(XmlWriter writer) |
(package private) void | Archive.appendXml(XmlWriter writer)Append the archive data as XML. |
void | RrdDb.dumpXml(XmlWriter writer)Writes the RRD content to XmlWriter using XML format. |
void | FetchData.exportXml(XmlWriter writer)exportXml. |
void | RrdDef.exportXmlTemplate(XmlWriter xml,
boolean compatible)Exports RrdDef object to output stream in XML format. |