| Modifier and Type | Field | Description |
|---|---|---|
(package private) static int |
RRD_DOUBLE |
|
(package private) static int |
RRD_INT |
|
(package private) static int |
RRD_LONG |
|
(package private) static int[] |
RRD_PRIM_SIZES |
|
(package private) static int |
RRD_STRING |
|
(package private) static int |
STRING_LENGTH |
| Constructor | Description |
|---|---|
RrdPrimitive(RrdUpdater updater,
int type,
boolean isConstant) |
|
RrdPrimitive(RrdUpdater updater,
int type,
int count,
boolean isConstant) |
| Modifier and Type | Method | Description |
|---|---|---|
(package private) boolean |
isCachingAllowed() |
|
(package private) byte[] |
readBytes() |
|
(package private) double |
readDouble() |
|
(package private) double |
readDouble(int index) |
|
(package private) double[] |
readDouble(int index,
int count) |
|
(package private) int |
readInt() |
|
(package private) long |
readLong() |
|
(package private) String |
readString() |
|
(package private) void |
writeBytes(byte[] b) |
|
(package private) void |
writeDouble(double value) |
|
(package private) void |
writeDouble(int index,
double[] values) |
|
(package private) void |
writeDouble(int index,
double value,
int count) |
|
(package private) void |
writeInt(int value) |
|
(package private) void |
writeLong(long value) |
|
(package private) void |
writeString(String value) |
static final int STRING_LENGTH
static final int RRD_INT
static final int RRD_LONG
static final int RRD_DOUBLE
static final int RRD_STRING
static final int[] RRD_PRIM_SIZES
RrdPrimitive(RrdUpdater updater, int type, boolean isConstant) throws IOException
IOExceptionRrdPrimitive(RrdUpdater updater, int type, int count, boolean isConstant) throws IOException
IOExceptionfinal byte[] readBytes()
throws IOException
IOExceptionfinal void writeBytes(byte[] b)
throws IOException
IOExceptionfinal int readInt()
throws IOException
IOExceptionfinal void writeInt(int value)
throws IOException
IOExceptionfinal long readLong()
throws IOException
IOExceptionfinal void writeLong(long value)
throws IOException
IOExceptionfinal double readDouble()
throws IOException
IOExceptionfinal double readDouble(int index)
throws IOException
IOExceptionfinal double[] readDouble(int index,
int count)
throws IOException
IOExceptionfinal void writeDouble(double value)
throws IOException
IOExceptionfinal void writeDouble(int index,
double value,
int count)
throws IOException
IOExceptionfinal void writeDouble(int index,
double[] values)
throws IOException
IOExceptionfinal String readString() throws IOException
IOExceptionfinal void writeString(String value) throws IOException
IOExceptionfinal boolean isCachingAllowed()