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

Method setOutputs

src/query/pojo/Query.java:290–293  ·  view source on GitHub ↗
(final List<Output> outputs)

Source from the content-addressed store, hash-verified

288 }
289
290 public Builder setOutputs(final List<Output> outputs) {
291 this.outputs = outputs;
292 return this;
293 }
294
295 public Query build() {
296 return new Query(this);

Callers 4

deserializeMethod · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by 4

deserializeMethod · 0.64
serializeMethod · 0.64