Package org.rrd4j.core.jrrd
Interface Constants
interface Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstantCF_NAM_SIZE=20static final StringConstantCOOKIE="RRD"static final intConstantDS_NAM_SIZE=20static final intConstantDST_SIZE=20static final doubleConstantFLOAT_COOKIE=8.642135E130static final intConstantLAST_DS_LEN=30static final intConstantMAX_SUPPORTED_VERSION=3static final intConstantSIZE_OF_DOUBLE=8static final StringConstantUNDEFINED_VERSION="UNDEF"static final intConstantUNDEFINED_VERSION_AS_INT=-1static final intConstantVERSION_WITH_LAST_UPDATE_SEC=3
-
Field Details
-
DS_NAM_SIZE
static final int DS_NAM_SIZEConstantDS_NAM_SIZE=20- See Also:
-
DST_SIZE
static final int DST_SIZEConstantDST_SIZE=20- See Also:
-
CF_NAM_SIZE
static final int CF_NAM_SIZEConstantCF_NAM_SIZE=20- See Also:
-
LAST_DS_LEN
static final int LAST_DS_LENConstantLAST_DS_LEN=30- See Also:
-
COOKIE
ConstantCOOKIE="RRD"- See Also:
-
MAX_SUPPORTED_VERSION
static final int MAX_SUPPORTED_VERSIONConstantMAX_SUPPORTED_VERSION=3- See Also:
-
UNDEFINED_VERSION
ConstantUNDEFINED_VERSION="UNDEF"- See Also:
-
UNDEFINED_VERSION_AS_INT
static final int UNDEFINED_VERSION_AS_INTConstantUNDEFINED_VERSION_AS_INT=-1- See Also:
-
VERSION_WITH_LAST_UPDATE_SEC
static final int VERSION_WITH_LAST_UPDATE_SECConstantVERSION_WITH_LAST_UPDATE_SEC=3- See Also:
-
FLOAT_COOKIE
static final double FLOAT_COOKIEConstantFLOAT_COOKIE=8.642135E130- See Also:
-
SIZE_OF_DOUBLE
static final int SIZE_OF_DOUBLEConstantSIZE_OF_DOUBLE=8- See Also:
-