程序包 | 说明 |
---|---|
org.apache.hadoop.metrics |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
org.apache.hadoop.metrics.file |
Implementation of the metrics package that writes the metrics to a file.
|
org.apache.hadoop.metrics.ganglia |
Implementation of the metrics package that sends metric data to
Ganglia.
|
org.apache.hadoop.metrics.spi |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
限定符和类型 | 方法和说明 |
---|---|
static ContextFactory |
ContextFactory.getFactory()
已过时。
Returns the singleton ContextFactory instance, constructing it if
necessary.
|
限定符和类型 | 方法和说明 |
---|---|
void |
MetricsContext.init(String contextName,
ContextFactory factory)
已过时。
Initialize this context.
|
限定符和类型 | 方法和说明 |
---|---|
void |
FileContext.init(String contextName,
ContextFactory factory)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
GangliaContext31.init(String contextName,
ContextFactory factory) |
void |
GangliaContext.init(String contextName,
ContextFactory factory)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
ContextFactory |
AbstractMetricsContext.getContextFactory()
已过时。
Returns the factory by which this context was created.
|
限定符和类型 | 方法和说明 |
---|---|
void |
NullContextWithUpdateThread.init(String contextName,
ContextFactory factory)
已过时。
|
void |
NoEmitMetricsContext.init(String contextName,
ContextFactory factory)
已过时。
|
void |
CompositeContext.init(String contextName,
ContextFactory factory)
已过时。
|
void |
AbstractMetricsContext.init(String contextName,
ContextFactory factory)
已过时。
Initializes the context.
|
Copyright © 2009 The Apache Software Foundation