public final class KeyUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getKeyString(Query query,
Result result,
java.util.List<java.lang.String> typeNames)
Gets the key string, without rootPrefix nor Alias
|
static java.lang.String |
getKeyString(Server server,
Query query,
Result result,
java.util.List<java.lang.String> typeNames,
java.lang.String rootPrefix)
Gets the key string.
|
static java.lang.String |
getPrefixedKeyString(Query query,
Result result,
java.util.List<java.lang.String> typeNames)
Gets the key string, without rootPrefix or Alias
|
static java.lang.String |
getValueKey(Result result) |
static java.lang.String |
getValuePathString(Result result) |
public static java.lang.String getKeyString(Server server, Query query, Result result, java.util.List<java.lang.String> typeNames, java.lang.String rootPrefix)
server - query - the queryresult - the resulttypeNames - the type namesrootPrefix - the root prefixpublic static java.lang.String getKeyString(Query query, Result result, java.util.List<java.lang.String> typeNames)
query - the queryresult - the resulttypeNames - the type namespublic static java.lang.String getPrefixedKeyString(Query query, Result result, java.util.List<java.lang.String> typeNames)
query - the queryresult - the resulttypeNames - the type namespublic static java.lang.String getValueKey(Result result)
public static java.lang.String getValuePathString(Result result)
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.