Package org.jrobin.core
Class RrdLong
- java.lang.Object
-
- org.jrobin.core.RrdPrimitive
-
- org.jrobin.core.RrdLong
-
class RrdLong extends RrdPrimitive
-
-
Field Summary
-
Fields inherited from class org.jrobin.core.RrdPrimitive
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
-
-
Constructor Summary
Constructors Constructor Description RrdLong(RrdUpdater updater)
RrdLong(RrdUpdater 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.jrobin.core.RrdPrimitive
isCachingAllowed, readBytes, readDouble, readDouble, readDouble, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeInt, writeLong, writeString
-
-
-
-
Constructor Detail
-
RrdLong
RrdLong(RrdUpdater updater, boolean isConstant) throws IOException
- Throws:
IOException
-
RrdLong
RrdLong(RrdUpdater updater) throws IOException
- Throws:
IOException
-
-
Method Detail
-
set
void set(long value) throws IOException
- Throws:
IOException
-
get
long get() throws IOException
- Throws:
IOException
-
-