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

Method setOptions

src/core/TSQuery.java:436–438  ·  view source on GitHub ↗

@param options a map of options to pass on to the serializer

(HashMap<String, ArrayList<String>> options)

Source from the content-addressed store, hash-verified

434
435 /** @param options a map of options to pass on to the serializer */
436 public void setOptions(HashMap<String, ArrayList<String>> options) {
437 this.options = options;
438 }
439
440 /** @param padding whether or not the query should include padding */
441 public void setPadding(boolean padding) {

Calls

no outgoing calls