| Modifier and Type | Field and Description |
|---|---|
static int |
SMALL_HEIGHT |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpTxt(Range range) |
void |
dumpXml(OutputStream output,
Range range) |
String |
getLabel() |
double |
getLastValue() |
String |
getName() |
byte[] |
graph(Range range,
int width,
int height) |
byte[] |
graph(Range range,
int width,
int height,
boolean maxHidden) |
static void |
initBackendFactory(Timer timer)
JavaMelody uses a custom RrdNioBackendFactory,
in order to use its own and cancelable file sync timer.
|
static void |
stop() |
String |
toString() |
public static final int SMALL_HEIGHT
public static void stop()
public static void initBackendFactory(Timer timer) throws IOException
timer - TimerIOException - epublic byte[] graph(Range range, int width, int height) throws IOException
IOExceptionpublic byte[] graph(Range range, int width, int height, boolean maxHidden) throws IOException
IOExceptionpublic double getLastValue()
throws IOException
IOExceptionpublic void dumpXml(OutputStream output, Range range) throws IOException
IOExceptionpublic String dumpTxt(Range range) throws IOException
IOExceptionpublic String getName()
public String getLabel()
Copyright © 2008–2024 Emeric Vernat. All rights reserved.