public class DataSourceType extends Object
Modifier and Type | Field | Description |
---|---|---|
static DataSourceType |
ABSOLUTE |
Field ABSOLUTE
|
static DataSourceType |
COUNTER |
Field COUNTER
|
static DataSourceType |
DERIVE |
Field DERIVE
|
static DataSourceType |
GAUGE |
Field GAUGE
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
Compares this object against the specified object.
|
static DataSourceType |
get(String s) |
Returns a
DataSourceType with the given name. |
int |
hashCode() |
|
String |
toString() |
Returns a string representation of this object.
|
public static final DataSourceType COUNTER
public static final DataSourceType ABSOLUTE
public static final DataSourceType GAUGE
public static final DataSourceType DERIVE
public static DataSourceType get(String s)
DataSourceType
with the given name.s
- name of the DataSourceType
required.DataSourceType
with the given name.public boolean equals(Object obj)