Package org.rrd4j.core
Class RrdString<U extends RrdUpdater<U>>
- java.lang.Object
-
- org.rrd4j.core.RrdPrimitive<U>
-
- org.rrd4j.core.RrdString<U>
-
class RrdString<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 RrdString(RrdUpdater<U> updater)
RrdString(RrdUpdater<U> updater, boolean isConstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) String
get()
(package private) void
set(String 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
-
RrdString
RrdString(RrdUpdater<U> updater, boolean isConstant) throws IOException
- Throws:
IOException
-
RrdString
RrdString(RrdUpdater<U> updater) throws IOException
- Throws:
IOException
-
-
Method Detail
-
set
void set(String value) throws IOException
- Throws:
IOException
-
get
String get() throws IOException
- Throws:
IOException
-
-