class RrdDoubleArray<U extends RrdUpdater<U>> extends RrdPrimitive<U>
RRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
Constructor and Description |
---|
RrdDoubleArray(RrdUpdater<U> updater,
int length) |
Modifier and Type | Method and Description |
---|---|
(package private) double |
get(int index) |
(package private) double[] |
get(int index,
int count) |
(package private) void |
set(int index,
double value) |
(package private) void |
set(int index,
double value,
int count) |
isCachingAllowed, readBytes, readDouble, readDouble, readDouble, readEnum, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeDouble, writeEnum, writeInt, writeLong, writeString
RrdDoubleArray(RrdUpdater<U> updater, int length)
void set(int index, double value) throws IOException
IOException
void set(int index, double value, int count) throws IOException
IOException
double get(int index) throws IOException
IOException
double[] get(int index, int count) throws IOException
IOException