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

Method Builder

src/query/pojo/Query.java:96–98  ·  view source on GitHub ↗

@return A new builder for the query

()

Source from the content-addressed store, hash-verified

94
95 /** @return A new builder for the query */
96 public static Builder Builder() {
97 return new Builder();
98 }
99
100 /** Validates the query
101 * @throws IllegalArgumentException if one or more parameters were invalid

Calls

no outgoing calls