Uses of Interface
org.apache.flume.instrumentation.MonitorService

Packages that use MonitorService
org.apache.flume.instrumentation   
org.apache.flume.instrumentation.http   
 

Uses of MonitorService in org.apache.flume.instrumentation
 

Classes in org.apache.flume.instrumentation that implement MonitorService
 class GangliaServer
          A Ganglia server that polls JMX based at a configured frequency (defaults to once every 60 seconds).
 

Methods in org.apache.flume.instrumentation that return types with arguments of type MonitorService
 Class<? extends MonitorService> MonitoringType.getMonitorClass()
           
 

Uses of MonitorService in org.apache.flume.instrumentation.http
 

Classes in org.apache.flume.instrumentation.http that implement MonitorService
 class HTTPMetricsServer
          A Monitor service implementation that runs a web server on a configurable port and returns the metrics for components in JSON format.
 



Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.