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

Method setResolveNames

src/tsd/QueryRpc.java:952–954  ·  view source on GitHub ↗

@param resolve_names Whether or not to resolve the UIDs to names

(final boolean resolve_names)

Source from the content-addressed store, hash-verified

950
951 /** @param resolve_names Whether or not to resolve the UIDs to names */
952 public void setResolveNames(final boolean resolve_names) {
953 this.resolve_names = resolve_names;
954 }
955
956 /** @param back_scan Number of hours to scan back in time looking for data */
957 public void setBackScan(final int back_scan) {

Callers 1

parseLastPointQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected