パッケージ | 説明 |
---|---|
org.jrobin.core |
修飾子とタイプ | クラス | 説明 |
---|---|---|
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).
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
Archive.copyStateTo(RrdUpdater other) |
Copies object's internal state to another Archive object.
|
void |
ArcState.copyStateTo(RrdUpdater other) |
Copies object's internal state to another ArcState object.
|
void |
Datasource.copyStateTo(RrdUpdater other) |
Copies object's internal state to another Datasource object.
|
void |
Header.copyStateTo(RrdUpdater other) |
Copies object's internal state to another Header object.
|
void |
Robin.copyStateTo(RrdUpdater other) |
Copies object's internal state to another Robin object.
|
void |
RrdDb.copyStateTo(RrdUpdater other) |
Copies object's internal state to another RrdDb object.
|
void |
RrdUpdater.copyStateTo(RrdUpdater updater) |
コンストラクタ | 説明 |
---|---|
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) |