org.apache.hadoop.metrics2
Interface MetricsPlugin

All Known Subinterfaces:
MetricsSink
All Known Implementing Classes:
org.apache.hadoop.metrics2.filter.AbstractPatternFilter, FileSink, GlobFilter, MetricsFilter, RegexFilter

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface MetricsPlugin

The plugin interface for the metrics framework


Method Summary
 void init(org.apache.commons.configuration.SubsetConfiguration conf)
          Initialize the plugin
 

Method Detail

init

void init(org.apache.commons.configuration.SubsetConfiguration conf)
Initialize the plugin

Parameters:
conf - the configuration object for the plugin


Copyright © 2014 Apache Software Foundation. All Rights Reserved.