@Path(value="/db/{tenantId}/series")
@Produces(value="application/json")
@ApplicationScoped
public class InfluxSeriesHandler
extends Object
| Constructor and Description |
|---|
InfluxSeriesHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
query(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
String queryString) |
void |
write(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenantId,
List<InfluxObject> influxObjects) |
@POST
@Consumes(value="application/json")
public void write(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
@PathParam(value="tenantId")
String tenantId,
List<InfluxObject> influxObjects)
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.