Package org.rrd4j.core.jrrd
Interface Constants
interface Constants
-
Field Summary
Fields Modifier and Type Field Description static int
CF_NAM_SIZE
ConstantCF_NAM_SIZE=20
static String
COOKIE
ConstantCOOKIE="RRD"
static int
DS_NAM_SIZE
ConstantDS_NAM_SIZE=20
static int
DST_SIZE
ConstantDST_SIZE=20
static double
FLOAT_COOKIE
ConstantFLOAT_COOKIE=8.642135E130
static int
LAST_DS_LEN
ConstantLAST_DS_LEN=30
static int
MAX_SUPPORTED_VERSION
ConstantMAX_SUPPORTED_VERSION=3
static int
SIZE_OF_DOUBLE
ConstantSIZE_OF_DOUBLE=8
static String
UNDEFINED_VERSION
ConstantUNDEFINED_VERSION="UNDEF"
static int
UNDEFINED_VERSION_AS_INT
ConstantUNDEFINED_VERSION_AS_INT=-1
static int
VERSION_WITH_LAST_UPDATE_SEC
ConstantVERSION_WITH_LAST_UPDATE_SEC=3
-
Field Details
-
DS_NAM_SIZE
static final int DS_NAM_SIZEConstantDS_NAM_SIZE=20
- See Also:
- Constant Field Values
-
DST_SIZE
static final int DST_SIZEConstantDST_SIZE=20
- See Also:
- Constant Field Values
-
CF_NAM_SIZE
static final int CF_NAM_SIZEConstantCF_NAM_SIZE=20
- See Also:
- Constant Field Values
-
LAST_DS_LEN
static final int LAST_DS_LENConstantLAST_DS_LEN=30
- See Also:
- Constant Field Values
-
COOKIE
ConstantCOOKIE="RRD"
- See Also:
- Constant Field Values
-
MAX_SUPPORTED_VERSION
static final int MAX_SUPPORTED_VERSIONConstantMAX_SUPPORTED_VERSION=3
- See Also:
- Constant Field Values
-
UNDEFINED_VERSION
ConstantUNDEFINED_VERSION="UNDEF"
- See Also:
- Constant Field Values
-
UNDEFINED_VERSION_AS_INT
static final int UNDEFINED_VERSION_AS_INTConstantUNDEFINED_VERSION_AS_INT=-1
- See Also:
- Constant Field Values
-
VERSION_WITH_LAST_UPDATE_SEC
static final int VERSION_WITH_LAST_UPDATE_SECConstantVERSION_WITH_LAST_UPDATE_SEC=3
- See Also:
- Constant Field Values
-
FLOAT_COOKIE
static final double FLOAT_COOKIEConstantFLOAT_COOKIE=8.642135E130
- See Also:
- Constant Field Values
-
SIZE_OF_DOUBLE
static final int SIZE_OF_DOUBLEConstantSIZE_OF_DOUBLE=8
- See Also:
- Constant Field Values
-