Uses of Interface
org.apache.hadoop.metrics2.MetricsSystem.Callback

Packages that use MetricsSystem.Callback
org.apache.hadoop.metrics2 Metrics 2.0 
org.apache.hadoop.metrics2.impl   
org.apache.hadoop.metrics2.lib   
 

Uses of MetricsSystem.Callback in org.apache.hadoop.metrics2
 

Classes in org.apache.hadoop.metrics2 that implement MetricsSystem.Callback
static class MetricsSystem.AbstractCallback
          Convenient abstract class for implementing callback interface
 

Methods in org.apache.hadoop.metrics2 with parameters of type MetricsSystem.Callback
 void MetricsSystem.register(MetricsSystem.Callback callback)
          Register a callback interface for JMX events
 

Uses of MetricsSystem.Callback in org.apache.hadoop.metrics2.impl
 

Methods in org.apache.hadoop.metrics2.impl with parameters of type MetricsSystem.Callback
 void MetricsSystemImpl.register(MetricsSystem.Callback callback)
           
 

Uses of MetricsSystem.Callback in org.apache.hadoop.metrics2.lib
 

Methods in org.apache.hadoop.metrics2.lib with parameters of type MetricsSystem.Callback
 void DefaultMetricsSystem.register(MetricsSystem.Callback callback)
           
 



Copyright © 2009 The Apache Software Foundation