Class Rrd
- java.lang.Object
-
- org.opennms.netmgt.config.collectd.jmx.Rrd
-
- All Implemented Interfaces:
Serializable
public class Rrd extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Rrd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRra(String vRra)
boolean
equals(Object obj)
List<String>
getRraCollection()
int
getRraCount()
int
getStep()
int
hashCode()
boolean
hasStep()
void
setRraList(List<String> rraList)
void
setStep(int step)
-
-
-
Method Detail
-
addRra
public void addRra(String vRra) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
getRraCount
public int getRraCount()
-
getStep
public int getStep()
-
hasStep
public boolean hasStep()
-
setStep
public void setStep(int step)
-
-