java.lang.Object | |
↳ | org.rrd4j.core.jrrd.Header |
Instances of this class model the header section of an RRD file.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CF_NAM_SIZE | ||||||||||
String | COOKIE | ||||||||||
int | DST_SIZE | ||||||||||
int | DS_NAM_SIZE | ||||||||||
double | FLOAT_COOKIE | ||||||||||
byte[] | FLOAT_COOKIE_BIG_ENDIAN | ||||||||||
byte[] | FLOAT_COOKIE_LITTLE_ENDIAN | ||||||||||
int | LAST_DS_LEN | ||||||||||
String | VERSION |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of
DataSource s in the database. | |||||||||||
Returns the primary data point interval in seconds.
| |||||||||||
Returns the number of
Archive s in the database. | |||||||||||
Returns the version of the database.
| |||||||||||
Returns a summary the contents of this header.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the number of DataSource
s in the database.
DataSource
s in the database.
Returns the primary data point interval in seconds.
Returns the number of Archive
s in the database.
Archive
s in the database.
Returns the version of the database.
Returns a summary the contents of this header.