public class ApplicationRegistry extends Object
| Constructor and Description |
|---|
ApplicationRegistry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The application name exporting the metrics.
|
String |
getApplicationVersion()
The version of the application name exporting the metrics.
|
Map<String,MetricValues> |
getMetrics()
The current metrics.
|
long |
getStartTime()
The JVM start time (millis).
|
int |
hashCode() |
void |
setApplicationName(String name)
The application name exporting the metrics.
|
void |
setApplicationVersion(String version)
The version of the application name exporting the metrics.
|
void |
setMetrics(Map<String,MetricValues> map)
Sets the metric map.
|
public String getApplicationName()
public void setApplicationName(String name)
public String getApplicationVersion()
public void setApplicationVersion(String version)
public long getStartTime()
public Map<String,MetricValues> getMetrics()
public void setMetrics(Map<String,MetricValues> map)