public class QueryDataSetHandler extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static javax.ws.rs.core.Response |
fillDataSetWithTimestamps(QueryDataSet sourceDataSet,
QueryPlan queryPlan,
int actualRowSizeLimit,
long timePrecision) |
static javax.ws.rs.core.Response |
fillGrafanaVariablesResult(QueryDataSet dataSet,
PhysicalPlan physicalPlan) |
static javax.ws.rs.core.Response |
fillGroupByLevelDataSet(QueryDataSet sourceDataSet,
int actualRowSizeLimit,
long timePrecision) |
static javax.ws.rs.core.Response |
fillLastQueryPlanDataSet(QueryDataSet sourceDataSet,
int actualRowSizeLimit) |
static javax.ws.rs.core.Response |
fillQueryDataSet(QueryDataSet sourceDataSet,
PhysicalPlan physicalPlan,
int actualRowSizeLimit) |
public static javax.ws.rs.core.Response fillQueryDataSet(QueryDataSet sourceDataSet, PhysicalPlan physicalPlan, int actualRowSizeLimit) throws IOException
actualRowSizeLimit - max number of rows to return. no limit when actualRowSizeLimit <= 0.IOExceptionpublic static javax.ws.rs.core.Response fillDataSetWithTimestamps(QueryDataSet sourceDataSet, QueryPlan queryPlan, int actualRowSizeLimit, long timePrecision) throws IOException
IOExceptionpublic static javax.ws.rs.core.Response fillLastQueryPlanDataSet(QueryDataSet sourceDataSet, int actualRowSizeLimit) throws IOException
IOExceptionpublic static javax.ws.rs.core.Response fillGroupByLevelDataSet(QueryDataSet sourceDataSet, int actualRowSizeLimit, long timePrecision) throws IOException
IOExceptionpublic static javax.ws.rs.core.Response fillGrafanaVariablesResult(QueryDataSet dataSet, PhysicalPlan physicalPlan) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.