|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetricPoller
A poller that can be used to fetch current values for a list of metrics on demand.
| Method Summary | |
|---|---|
java.util.List<Metric> |
poll(MetricFilter filter)
Fetch the current values for a set of metrics that match the provided filter. |
java.util.List<Metric> |
poll(MetricFilter filter,
boolean reset)
Fetch the current values for a set of metrics that match the provided filter. |
| Method Detail |
|---|
java.util.List<Metric> poll(MetricFilter filter)
filter - retricts the set of metrics
java.util.List<Metric> poll(MetricFilter filter,
boolean reset)
filter - retricts the set of metricsreset - should this poller trigger a reset for
ResettableMonitor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||