org.lsst.ccs.localdb.statusdb.server
Class DataChannel
java.lang.Object
org.lsst.ccs.localdb.statusdb.server.DataChannel
- All Implemented Interfaces:
- Serializable
public class DataChannel
- extends Object
- implements Serializable
Defines a data channel for trending analysis.
- See Also:
- Serialized Form
|
Field Summary |
protected DataDesc |
desc
|
protected int |
id
|
protected String[] |
path
Channel's path For example : subsystem/variable (FCS/carouselPosition) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desc
protected DataDesc desc
id
protected int id
path
protected String[] path
- Channel's path For example : subsystem/variable (FCS/carouselPosition)
DataChannel
public DataChannel(DataDesc desc)
DataChannel
public DataChannel()
getId
public int getId()
setId
public void setId(int id)
getPath
public String[] getPath()
getPathAsString
public String getPathAsString()
getMetadata
public Map<String,String> getMetadata()
getDataDescription
public DataDesc getDataDescription()
Copyright © 2013 LSST. All Rights Reserved.