Package | Description |
---|---|
org.jrobin.core |
Modifier and Type | Class and Description |
---|---|
class |
Archive
Class to represent single RRD archive in a RRD with its internal state.
|
class |
ArcState
Class to represent internal RRD archive state for a single datasource.
|
class |
Datasource
Class to represent single datasource within RRD.
|
class |
Header
Class to represent RRD header.
|
class |
Robin
Class to represent archive values for a single datasource.
|
class |
RrdDb
Main class used to create and manipulate round robin databases (RRDs).
|
Modifier and Type | Method and Description |
---|---|
void |
Robin.copyStateTo(RrdUpdater other)
Copies object's internal state to another Robin object.
|
void |
RrdUpdater.copyStateTo(RrdUpdater updater) |
void |
ArcState.copyStateTo(RrdUpdater other)
Copies object's internal state to another ArcState object.
|
void |
Archive.copyStateTo(RrdUpdater other)
Copies object's internal state to another Archive object.
|
void |
Header.copyStateTo(RrdUpdater other)
Copies object's internal state to another Header object.
|
void |
RrdDb.copyStateTo(RrdUpdater other)
Copies object's internal state to another RrdDb object.
|
void |
Datasource.copyStateTo(RrdUpdater other)
Copies object's internal state to another Datasource object.
|
Constructor and Description |
---|
RrdDouble(RrdUpdater updater) |
RrdDouble(RrdUpdater updater,
boolean isConstant) |
RrdDoubleArray(RrdUpdater updater,
int length) |
RrdInt(RrdUpdater updater) |
RrdInt(RrdUpdater updater,
boolean isConstant) |
RrdLong(RrdUpdater updater) |
RrdLong(RrdUpdater updater,
boolean isConstant) |
RrdPrimitive(RrdUpdater updater,
int type,
boolean isConstant) |
RrdPrimitive(RrdUpdater updater,
int type,
int count,
boolean isConstant) |
RrdString(RrdUpdater updater) |
RrdString(RrdUpdater updater,
boolean isConstant) |