Package | Description |
---|---|
org.jrobin.core.jrrd |
Modifier and Type | Field | Description |
---|---|---|
static DataSourceType |
DataSourceType.ABSOLUTE |
Field ABSOLUTE
|
static DataSourceType |
DataSourceType.COUNTER |
Field COUNTER
|
static DataSourceType |
DataSourceType.DERIVE |
Field DERIVE
|
static DataSourceType |
DataSourceType.GAUGE |
Field GAUGE
|
(package private) DataSourceType |
DataSource.type |
Modifier and Type | Method | Description |
---|---|---|
static DataSourceType |
DataSourceType.get(String s) |
Returns a
DataSourceType with the given name. |
DataSourceType |
DataSource.getType() |
Returns the type this data source is.
|