MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getOutputs

Method getOutputs

src/query/pojo/Query.java:91–93  ·  view source on GitHub ↗

@return a list of outputs

()

Source from the content-addressed store, hash-verified

89
90 /** @return a list of outputs */
91 public List<Output> getOutputs() {
92 return outputs;
93 }
94
95 /** @return A new builder for the query */
96 public static Builder Builder() {

Callers 1

serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected