public final class KeyUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getKeyString(Query query,
Result result,
Map.Entry<String,Object> values,
List<String> typeNames)
Gets the key string, without rootPrefix nor Alias
|
static String |
getKeyString(Server server,
Query query,
Result result,
Map.Entry<String,Object> values,
List<String> typeNames,
String rootPrefix)
Gets the key string.
|
public static String getKeyString(Server server, Query query, Result result, Map.Entry<String,Object> values, List<String> typeNames, String rootPrefix)
server - query - the queryresult - the resultvalues - the valuestypeNames - the type namesrootPrefix - the root prefixpublic static String getKeyString(Query query, Result result, Map.Entry<String,Object> values, List<String> typeNames)
query - the queryresult - the resultvalues - the valuestypeNames - the type namesCopyright © 2010-2016 JmxTrans team. All Rights Reserved.