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) |
(package private) void |
Header.appendXml(XmlWriter writer) |
(package private) void |
Archive.appendXml(XmlWriter writer) |
(package private) void |
Datasource.appendXml(XmlWriter writer) |
void |
RrdDb.dumpXml(XmlWriter writer)
Writes the RRD content to
XmlWriter using XML format. |
void |
FetchData.exportXml(XmlWriter writer) |
void |
RrdDef.exportXmlTemplate(XmlWriter xml,
boolean compatible)
Exports RrdDef object to output stream in XML format.
|