public abstract class RrdMetaDataUtils extends Object
Constructor and Description |
---|
RrdMetaDataUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
createMetaDataFile(String directory,
String rrdName,
Map<String,String> attributeMappings)
Writes a file with the attribute to rrd track mapping next to the rrd file.
|
static Map<String,String> |
readMetaDataFile(File directory,
String rrdName) |
public static void createMetaDataFile(String directory, String rrdName, Map<String,String> attributeMappings)
directory
- rrdName
- attributeMappings
- a Map
that represents
the mapping of attributeId to rrd track namesCopyright © 2021. All rights reserved.