backtype.storm.utils
Class Monitor

java.lang.Object
  extended by backtype.storm.utils.Monitor

public class Monitor
extends Object


Constructor Summary
Monitor()
           
 
Method Summary
 void metrics(Nimbus.Client client)
           
 void metrics(Nimbus.Client client, long now, backtype.storm.utils.Monitor.MetricsState state)
           
 void set_component(String _component)
           
 void set_interval(int _interval)
           
 void set_stream(String _stream)
           
 void set_topology(String _topology)
           
 void set_watch(String _watch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor

public Monitor()
Method Detail

metrics

public void metrics(Nimbus.Client client)
             throws Exception
Throws:
Exception

metrics

public void metrics(Nimbus.Client client,
                    long now,
                    backtype.storm.utils.Monitor.MetricsState state)
             throws Exception
Throws:
Exception

set_interval

public void set_interval(int _interval)

set_topology

public void set_topology(String _topology)

set_component

public void set_component(String _component)

set_stream

public void set_stream(String _stream)

set_watch

public void set_watch(String _watch)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.