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.RrdPrimitive
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
-
-
Constructor Summary
Constructors Constructor Description RrdLong(RrdUpdater<U> updater)
RrdLong(RrdUpdater<U> updater, boolean isConstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
get()
(package private) void
set(long value)
-
Methods inherited from class org.rrd4j.core.RrdPrimitive
isCachingAllowed, readBytes, readDouble, readDouble, readDouble, readEnum, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeDouble, writeEnum, writeInt, writeLong, writeString
-
-
-
-
Constructor Detail
-
RrdLong
RrdLong(RrdUpdater<U> updater, boolean isConstant) throws IOException
- Throws:
IOException
-
RrdLong
RrdLong(RrdUpdater<U> updater) throws IOException
- Throws:
IOException
-
-
Method Detail
-
set
void set(long value) throws IOException
- Throws:
IOException
-
get
long get() throws IOException
- Throws:
IOException
-
-