Package | Description |
---|---|
com.bigdata.counters.ganglia | |
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 | Class and Description |
---|---|
class |
BigdataMetadataFactory
A factory which integrates the bigdata hierarchical counter set model with
the ganglia metric model.
|
Constructor and Description |
---|
BigdataGangliaService(String hostName,
String serviceName,
InetSocketAddress[] metricsServers,
InetAddress listenGroup,
int listenPort,
boolean listen,
boolean report,
boolean mock,
int quietPeriod,
int initialDelay,
int heartbeatInterval,
int monitoringInterval,
int globalDMax,
IGangliaMetadataFactory metadataFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMetadataFactory
Default factory will always produce an
IGangliaMetadataMessage for
a metric. |
class |
GangliaMetadataFactory
A factory which can be extended by an application.
|
class |
NOPMetadataFactory
NOP factory.
|
Modifier and Type | Method and Description |
---|---|
IGangliaMetadataFactory |
GangliaState.getMetadataFactory()
The factory used to create declarations for new metrics and resolve
received declarations to objects with a richer behavior (such as value
translation and scaling).
|
IGangliaMetadataFactory |
GangliaService.getMetadataFactory()
Return the factory for metric declarations.
|
Modifier and Type | Method and Description |
---|---|
void |
GangliaMetadataFactory.add(IGangliaMetadataFactory factory) |
Constructor and Description |
---|
GangliaService(String hostName,
String serviceName,
InetSocketAddress[] metricsServers,
InetAddress listenGroup,
int listenPort,
boolean listen,
boolean report,
boolean mock,
int quietPeriod,
int initialDelay,
int heartbeatInterval,
int monitoringInterval,
int globalDMax,
IGangliaMetadataFactory metadataFactory)
Core constructor for an embedded
GangliaService - see
GangliaService.run() to actually run the service. |
GangliaState(String hostName,
IGangliaMetadataFactory metadataFactory) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.