
public class DataProviderInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DataProviderInfo.Attribute |
| Constructor and Description |
|---|
DataProviderInfo(String path,
String name) |
DataProviderInfo(String path,
String key,
Map<DataProviderInfo.Attribute,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(DataProviderInfo.Attribute attribute,
String value) |
DataProviderInfo.Attribute[] |
getAttributes()
Get all the attribute names defined for this data.
|
String |
getAttributeValue(DataProviderInfo.Attribute attr)
Get access to the different attributes attached to this data description.
|
String |
getKey()
The key of a DataProvider is used to store the data in the trending database.
|
String |
getPath()
The path of a DataProvider is its location within an Agent.
|
public DataProviderInfo(String path, String key, Map<DataProviderInfo.Attribute,String> attributes)
public void addAttribute(DataProviderInfo.Attribute attribute, String value)
public String getAttributeValue(DataProviderInfo.Attribute attr)
attr - the attributepublic String getKey()
public String getPath()
public DataProviderInfo.Attribute[] getAttributes()
Copyright © 2018 LSST. All rights reserved.