org.jrobin.core

Interface DsTypes

public interface DsTypes

Simple interface to represent available datasource types.
Field Summary
static StringDT_ABSOLUTE
Constant to represent ABSOLUTE datasource type
static StringDT_COUNTER
Constant to represent COUNTER datasource type
static StringDT_DERIVE
Constant to represent DERIVE datasource type
static StringDT_GAUGE
Constant to represent GAUGE datasource type

Field Detail

DT_ABSOLUTE

public static final String DT_ABSOLUTE
Constant to represent ABSOLUTE datasource type

DT_COUNTER

public static final String DT_COUNTER
Constant to represent COUNTER datasource type

DT_DERIVE

public static final String DT_DERIVE
Constant to represent DERIVE datasource type

DT_GAUGE

public static final String DT_GAUGE
Constant to represent GAUGE datasource type