Package org.opennms.netmgt.config.poller
Class Rrd
- java.lang.Object
-
- org.opennms.netmgt.config.poller.Rrd
-
- All Implemented Interfaces:
Serializable
public class Rrd extends Object implements Serializable
RRD parameters- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRra(String rra)
boolean
equals(Object obj)
List<String>
getRras()
Integer
getStep()
Step size for the RRD, in seconds.int
hashCode()
boolean
removeRra(String rra)
void
setRras(List<String> rras)
void
setStep(Integer step)
String
toString()
-
-
-
Constructor Detail
-
Rrd
public Rrd()
-
Rrd
public Rrd(int step, String... rras)
-
-
Method Detail
-
getStep
public Integer getStep()
Step size for the RRD, in seconds.
-
setStep
public void setStep(Integer step)
-
addRra
public void addRra(String rra) throws IndexOutOfBoundsException
- Throws:
IndexOutOfBoundsException
-
removeRra
public boolean removeRra(String rra)
-
-