Package | Description |
---|---|
info.ganglia.gmetric4j | |
info.ganglia.gmetric4j.gmetric |
Provides a class that implements the Ganglia gmetric command in 100% java.
|
Modifier and Type | Method and Description |
---|---|
void |
Publisher.publish(String processName,
String attributeName,
String value,
GMetricType type,
GMetricSlope slope,
int delay,
int lifetime,
String units) |
void |
Publisher.publish(String processName,
String attributeName,
String value,
GMetricType type,
GMetricSlope slope,
String units) |
Modifier and Type | Method and Description |
---|---|
static GMetricType |
GMetricType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMetricType[] |
GMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractProtocol.announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String groupName) |
void |
GMetric.announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String group)
The Ganglia Metric Client (gmetric) announces a metric
|
void |
Protocol.announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String groupName)
Announces a metric
|
void |
Protocolv30x.announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String groupName) |
void |
Protocolv31x.announce(String name,
String value,
GMetricType type,
String units,
GMetricSlope slope,
int tmax,
int dmax,
String groupName) |
void |
GMetricPublisher.publish(String processName,
String attributeName,
String value,
GMetricType type,
GMetricSlope slope,
int delay,
int lifetime,
String units) |
void |
GMetricPublisher.publish(String processName,
String attributeName,
String value,
GMetricType type,
GMetricSlope slope,
String units) |
Copyright © 2016. All rights reserved.