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

Method toString

src/tsd/AbstractHttpQuery.java:477–484  ·  view source on GitHub ↗

@return Information about the query

()

Source from the content-addressed store, hash-verified

475
476 /** @return Information about the query */
477 public String toString() {
478 return Objects.toStringHelper(this)
479 .add("start_time", start_time)
480 .add("request", request)
481 .add("chan", chan)
482 .add("querystring", querystring)
483 .toString();
484 }
485
486 // ---------------- //
487 // Logging helpers. //

Callers 5

getRemoteAddressMethod · 0.45
getContentMethod · 0.45
internalErrorMethod · 0.45
badRequestMethod · 0.45
logChannelMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected