Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
deserialize
Method · 0.80
serialize
Method · 0.80
getDefaultQueryBuilder
Method · 0.80
getDefaultQueryBuilder
Method · 0.80
Calls
no outgoing calls
Tested by
4
deserialize
Method · 0.64
serialize
Method · 0.64
getDefaultQueryBuilder
Method · 0.64
getDefaultQueryBuilder
Method · 0.64