Package | Description |
---|---|
com.bigdata.ganglia |
This package provides a full implementation of the ganglia protocol, including
the ability to listen and report on metrics, metadata, and metadata requests.
|
Modifier and Type | Method and Description |
---|---|
static GangliaMessageTypeEnum |
GangliaMessageTypeEnum.forJavaValue(Object value)
Return the best match
GangliaMessageTypeEnum for a java data
value. |
static GangliaMessageTypeEnum |
GangliaMessageTypeEnum.fromGType(String metricType)
Translate gtype (uint32, float, string, etc) into type safe enum.
|
GangliaMessageTypeEnum |
IGangliaMetadataMessage.getMetricType()
The data type declaration for the metric.
|
GangliaMessageTypeEnum |
GangliaMetadataMessage.getMetricType() |
GangliaMessageTypeEnum |
AbstractGangliaMessage.getRecordType() |
GangliaMessageTypeEnum |
IGangliaMessage.getRecordType()
The code for the type of message.
|
static GangliaMessageTypeEnum |
GangliaMessageTypeEnum.valueOf(int v)
Return the type safe enum for the record type value.
|
static GangliaMessageTypeEnum |
GangliaMessageTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GangliaMessageTypeEnum[] |
GangliaMessageTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractGangliaMessage(GangliaMessageTypeEnum recordType,
String hostName,
String metricName,
boolean spoof) |
GangliaMetadataMessage(String hostName,
String metricName,
boolean spoof,
GangliaMessageTypeEnum metricType,
String metricName2,
String units,
GangliaSlopeEnum slope,
int tmax,
int dmax,
Map<String,String[]> extraValues) |
GangliaMetricMessage(GangliaMessageTypeEnum recordType,
String hostName,
String metricName,
boolean spoof,
String format,
Object value)
Constructor from data.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.