|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrobin.core.jrrd.Header
public class Header
Instances of this class model the header section of an RRD file.
| Field Summary | |
|---|---|
static int |
CF_NAM_SIZE
|
static String |
COOKIE
|
static int |
DS_NAM_SIZE
|
static int |
DST_SIZE
|
static double |
FLOAT_COOKIE
|
static byte[] |
FLOAT_COOKIE_BIG_ENDIAN
|
static byte[] |
FLOAT_COOKIE_LITTLE_ENDIAN
|
static int |
LAST_DS_LEN
|
static String |
VERSION
|
| Method Summary | |
|---|---|
int |
getDSCount()
Returns the number of DataSources in the database. |
int |
getPDPStep()
Returns the primary data point interval in seconds. |
int |
getRRACount()
Returns the number of Archives in the database. |
String |
getVersion()
Returns the version of the database. |
String |
toString()
Returns a summary the contents of this header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int DS_NAM_SIZE
public static final int DST_SIZE
public static final int CF_NAM_SIZE
public static final int LAST_DS_LEN
public static final String COOKIE
public static final String VERSION
public static final double FLOAT_COOKIE
public static final byte[] FLOAT_COOKIE_BIG_ENDIAN
public static final byte[] FLOAT_COOKIE_LITTLE_ENDIAN
| Method Detail |
|---|
public String getVersion()
public int getDSCount()
DataSources in the database.
DataSources in the database.public int getRRACount()
Archives in the database.
Archives in the database.public int getPDPStep()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||