|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextFactory | |
|---|---|
| org.apache.hadoop.metrics | This package defines an API for reporting performance metric information. |
| 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 | The Service Provider Interface for the Metrics API. |
| Uses of ContextFactory in org.apache.hadoop.metrics |
|---|
| Methods in org.apache.hadoop.metrics that return ContextFactory | |
|---|---|
static ContextFactory |
ContextFactory.getFactory()
Returns the singleton ContextFactory instance, constructing it if necessary. |
| Methods in org.apache.hadoop.metrics with parameters of type ContextFactory | |
|---|---|
void |
MetricsContext.init(String contextName,
ContextFactory factory)
Initialize this context. |
| Uses of ContextFactory in org.apache.hadoop.metrics.file |
|---|
| Methods in org.apache.hadoop.metrics.file with parameters of type ContextFactory | |
|---|---|
void |
FileContext.init(String contextName,
ContextFactory factory)
|
| Uses of ContextFactory in org.apache.hadoop.metrics.ganglia |
|---|
| Methods in org.apache.hadoop.metrics.ganglia with parameters of type ContextFactory | |
|---|---|
void |
GangliaContext.init(String contextName,
ContextFactory factory)
|
| Uses of ContextFactory in org.apache.hadoop.metrics.spi |
|---|
| Methods in org.apache.hadoop.metrics.spi that return ContextFactory | |
|---|---|
ContextFactory |
AbstractMetricsContext.getContextFactory()
Returns the factory by which this context was created. |
| Methods in org.apache.hadoop.metrics.spi with parameters of type ContextFactory | |
|---|---|
void |
NullContextWithUpdateThread.init(String contextName,
ContextFactory factory)
|
void |
CompositeContext.init(String contextName,
ContextFactory factory)
|
void |
AbstractMetricsContext.init(String contextName,
ContextFactory factory)
Initializes the context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||