| Package | Description |
|---|---|
| org.kairosdb.client | |
| org.kairosdb.client.builder |
| Modifier and Type | Method and Description |
|---|---|
QueryTagResponse |
HttpClient.queryTags(QueryTagBuilder builder) |
QueryTagResponse |
Client.queryTags(QueryTagBuilder builder)
Queries KairosDB tags using the query built by the builder.
|
<T> T |
HttpClient.queryTags(QueryTagBuilder builder,
JsonResponseHandler<T> handler) |
<T> T |
Client.queryTags(QueryTagBuilder builder,
JsonResponseHandler<T> handler)
Queries KairosDB tags using the query built by the builder.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryTagBuilder |
QueryTagBuilder.getInstance()
Returns a new query tag builder.
|
Copyright © 2020. All rights reserved.