public class Monitor extends Object
Constructor and Description |
---|
Monitor() |
Modifier and Type | Method and Description |
---|---|
void |
metrics(Nimbus.Client client) |
void |
metrics(Nimbus.Client client,
long now,
org.apache.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) |
public void metrics(Nimbus.Client client) throws Exception
Exception
public void metrics(Nimbus.Client client, long now, org.apache.storm.utils.Monitor.MetricsState state) throws Exception
Exception
public void set_interval(int _interval)
public void set_topology(String _topology)
public void set_component(String _component)
public void set_stream(String _stream)
public void set_watch(String _watch)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.