| 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(java.lang.String processName,
java.lang.String attributeName,
java.lang.String value,
GMetricType type,
GMetricSlope slope,
int delay,
int lifetime,
java.lang.String units) |
void |
Publisher.publish(java.lang.String processName,
java.lang.String attributeName,
java.lang.String value,
GMetricType type,
GMetricSlope slope,
java.lang.String units) |
| Modifier and Type | Method and Description |
|---|---|
static GMetricSlope |
GMetricSlope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GMetricSlope[] |
GMetricSlope.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(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName) |
void |
GMetric.announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String group)
The Ganglia Metric Client (gmetric) announces a metric
|
void |
Protocol.announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName)
Announces a metric
|
void |
Protocolv30x.announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName) |
void |
Protocolv31x.announce(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName) |
private void |
Protocolv31x.encodeGMetric(Ganglia_metric_id metric_id,
java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax,
java.lang.String groupName)
Encodes the metric using the classes generated by remotetea
|
private void |
Protocolv30x.encodeGMetric(java.lang.String name,
java.lang.String value,
GMetricType type,
java.lang.String units,
GMetricSlope slope,
int tmax,
int dmax)
Encodes the metric using the classes generated by remotetea
|
void |
GMetricPublisher.publish(java.lang.String processName,
java.lang.String attributeName,
java.lang.String value,
GMetricType type,
GMetricSlope slope,
int delay,
int lifetime,
java.lang.String units) |
void |
GMetricPublisher.publish(java.lang.String processName,
java.lang.String attributeName,
java.lang.String value,
GMetricType type,
GMetricSlope slope,
java.lang.String units) |