Package org.jrobin.core
Interface DsTypes
-
- All Known Implementing Classes:
Datasource,DsDef
public interface DsTypesSimple interface to represent available datasource types.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDT_ABSOLUTEConstant to represent ABSOLUTE datasource typestatic StringDT_COUNTERConstant to represent COUNTER datasource typestatic StringDT_DERIVEConstant to represent DERIVE datasource typestatic StringDT_GAUGEConstant to represent GAUGE datasource type
-
-
-
Field Detail
-
DT_GAUGE
static final String DT_GAUGE
Constant to represent GAUGE datasource type- See Also:
- Constant Field Values
-
DT_COUNTER
static final String DT_COUNTER
Constant to represent COUNTER datasource type- See Also:
- Constant Field Values
-
DT_DERIVE
static final String DT_DERIVE
Constant to represent DERIVE datasource type- See Also:
- Constant Field Values
-
DT_ABSOLUTE
static final String DT_ABSOLUTE
Constant to represent ABSOLUTE datasource type- See Also:
- Constant Field Values
-
-