public class Handler_query_csv extends MethodHandler
parameters:
plot
(one or more times) sensor
(optional defaults to hour) aggregation
(optional defaults to step) quality
(optional defaults to false) interpolated
(optional defaults to all years) year
(optional defaults to full year) month
returns:
first row with header "datetime","sensorname1","sensorname2",...
following rows with data: e.g. 2012-01-01T00:00,10.2,85.4
handlerMethodName, tsdb
Constructor and Description |
---|
Handler_query_csv(RemoteTsDB tsdb) |
Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.String target,
Request baseRequest,
HttpServletRequest request,
HttpServletResponse response) |
getHandlerMethodName, writeStringArray, writeStringArray
public Handler_query_csv(RemoteTsDB tsdb)