Package org.opennms.netmgt.rrd
Class RrdDataSource
- java.lang.Object
-
- org.opennms.netmgt.rrd.RrdDataSource
-
public class RrdDataSource extends Object
-
-
Constructor Summary
Constructors Constructor Description RrdDataSource(String name, RrdAttributeType type, int heartBeat, String min, String max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeartBeat()
getHeartBeatString
getMax()
getMaxString
getMin()
getMinString
getName()
getNameRrdAttributeType
getType()
getType
-
-
-
Constructor Detail
-
RrdDataSource
public RrdDataSource(String name, RrdAttributeType type, int heartBeat, String min, String max)
-
-
Method Detail
-
getHeartBeat
public int getHeartBeat()
getHeartBeat
- Returns:
- a int.
-
getType
public RrdAttributeType getType()
getType
- Returns:
- a
RrdAttributeType
object.
-
-