public interface MonitoringConsumer
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getChildNamesForNode(String... path) |
Collection<String> |
getChildNamesForNode(String[] parent,
String nodeName) |
Map<String,Object> |
getChildValuesForNode(String... path) |
Map<String,Object> |
getChildValuesForNode(String[] parent,
String nodeName) |
Object |
getValueForNode(String... path) |
Object |
getValueForNode(String[] parents,
String nodeName) |
Collection<String> getChildNamesForNode(String... path)
Collection<String> getChildNamesForNode(String[] parent, String nodeName)
Copyright © 2016. All Rights Reserved.