Package org.rrd4j.core
Class RrdLong<U extends RrdUpdater<U>>
- java.lang.Object
- 
- org.rrd4j.core.RrdPrimitive<U>
- 
- org.rrd4j.core.RrdLong<U>
 
 
- 
 class RrdLong<U extends RrdUpdater<U>> extends RrdPrimitive<U> 
- 
- 
Field Summary- 
Fields inherited from class org.rrd4j.core.RrdPrimitiveRRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
 
- 
 - 
Constructor SummaryConstructors Constructor Description RrdLong(RrdUpdater<U> updater)RrdLong(RrdUpdater<U> updater, boolean isConstant)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) longget()(package private) voidset(long value)- 
Methods inherited from class org.rrd4j.core.RrdPrimitiveisCachingAllowed, readBytes, readDouble, readDouble, readDouble, readEnum, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeDouble, writeEnum, writeInt, writeLong, writeString
 
- 
 
- 
- 
- 
Constructor Detail- 
RrdLongRrdLong(RrdUpdater<U> updater, boolean isConstant) throws IOException - Throws:
- IOException
 
 - 
RrdLongRrdLong(RrdUpdater<U> updater) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
setvoid set(long value) throws IOException - Throws:
- IOException
 
 - 
getlong get() throws IOException - Throws:
- IOException
 
 
- 
 
-