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

Method hasQueryStringParam

src/tsd/AbstractHttpQuery.java:249–251  ·  view source on GitHub ↗

Returns whether or not the given query string parameter was passed. @param paramname Name of the query string parameter to get. @return true if the parameter

(final String paramname)

Source from the content-addressed store, hash-verified

247 * @return {@code true} if the parameter
248 */
249 public boolean hasQueryStringParam(final String paramname) {
250 return getQueryString().get(paramname) != null;
251 }
252
253 /**
254 * Returns all the values of the given query string parameter.

Callers 15

formatQueryAsyncV1Method · 0.45
serializeJSONMethod · 0.45
formatNotFoundV1Method · 0.45
processDataPointMethod · 0.45
handleTSMetaMethod · 0.45
parseBulkDeleteQSMethod · 0.45
parseQueryStringMethod · 0.45
getAPIMethodMethod · 0.45
setSerializerMethod · 0.45
internalErrorMethod · 0.45
badRequestMethod · 0.45
notFoundMethod · 0.45

Calls 2

getQueryStringMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected