MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getResolveNames

Method getResolveNames

src/tsd/QueryRpc.java:937–939  ·  view source on GitHub ↗

@return Whether or not to resolve the UIDs to names

()

Source from the content-addressed store, hash-verified

935
936 /** @return Whether or not to resolve the UIDs to names */
937 public boolean getResolveNames() {
938 return resolve_names;
939 }
940
941 /** @return Number of hours to scan back in time looking for data */
942 public int getBackScan() {

Callers 2

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected