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

Method parsePutV1

src/tsd/HttpSerializer.java:173–178  ·  view source on GitHub ↗

Parses one or more data points for storage @return an array of data points to process for storage @throws BadRequestException if the plugin has not implemented this method

()

Source from the content-addressed store, hash-verified

171 * @throws BadRequestException if the plugin has not implemented this method
172 */
173 public List<IncomingDataPoint> parsePutV1() {
174 throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED,
175 "The requested API endpoint has not been implemented",
176 this.getClass().getCanonicalName() +
177 " has not implemented parsePutV1");
178 }
179
180 /**
181 * Parses one or more data points for storage

Callers 3

executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected